From patchwork Tue Dec 3 16:25:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 2017846 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:40f1:3f00::1; helo=sy.mirrors.kernel.org; envelope-from=linux-rtc+bounces-2662-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sy.mirrors.kernel.org (sy.mirrors.kernel.org [IPv6:2604:1380:40f1:3f00::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Y2mcZ4zkrz1yQZ for ; Wed, 4 Dec 2024 03:41:02 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sy.mirrors.kernel.org (Postfix) with ESMTPS id 59F8CB261A2 for ; Tue, 3 Dec 2024 16:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 626F21F8933; Tue, 3 Dec 2024 16:25:11 +0000 (UTC) X-Original-To: linux-rtc@vger.kernel.org Received: from andre.telenet-ops.be (andre.telenet-ops.be [195.130.132.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8312F1F8937 for ; Tue, 3 Dec 2024 16:25:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.53 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733243111; cv=none; b=HbGKnUCm1MIn+c66ckdk6veRExbJwX2BJr84mWx7+emxeevC4GRYyPY7/UYdvhu2azOKFirRSlnD0OYh9KqkfbP2rLHHDmsD/7FlUGQ9Jc4iEH72UlQGcwLDtmYlVyh4JWi3r/BVvGmy9p1vhnjFHdDBvvUIhhT9n+VX/GMflu8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733243111; c=relaxed/simple; bh=N4TqWut4vJvpFZL8ZWPH60K8BoMPjePMb/Mr0Rm2bbs=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=I1HGDHsMqgV9REbcS9ITIa5Zyeci27lt5Qr7tVIy+v3rIwXcyZmOVAKTrORgT5fx2ZkJbbUyO/QmF4Kyz4E63EWgPowDp5eUy7ZeQZL7PhWDIldDIJ4DJShhl/NK0G2zBB7IRuIn687KSg/nmZFpsPoupiajsCXXl6wiMzwkAEA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.53 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:829d:a1e7:5b32:5d8e]) by andre.telenet-ops.be with cmsmtp id kGR72D0043sLyzB01GR7Ph; Tue, 03 Dec 2024 17:25:07 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tIVhz-000DUP-3v; Tue, 03 Dec 2024 17:25:07 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tIVhy-00ARCF-Ve; Tue, 03 Dec 2024 17:25:06 +0100 From: Geert Uytterhoeven To: Alexandre Belloni , Viresh Kumar , Shiraz Hashim , linux-arm-kernel@lists.infradead.org Cc: linux-rtc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] rtc: RTC_DRV_SPEAR should not default to y when compile-testing Date: Tue, 3 Dec 2024 17:25:05 +0100 Message-Id: <7b8eefe3b0150101ba01c3ea55e45aa3134059ba.1733243007.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-rtc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Merely enabling compile-testing should not enable additional functionality. Signed-off-by: Geert Uytterhoeven Acked-by: Viresh Kumar --- drivers/rtc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index a60bcc791a4803b7..0bbbf778ecfa3e4c 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1316,7 +1316,7 @@ config RTC_DRV_SC27XX config RTC_DRV_SPEAR tristate "SPEAR ST RTC" depends on PLAT_SPEAR || COMPILE_TEST - default y + default PLAT_SPEAR help If you say Y here you will get support for the RTC found on spear