linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtc: Kconfig: select REGMAP for RTC_DRV_DS1307
@ 2023-07-05  0:30 Benjamin Gray
  2023-07-06  5:13 ` Christophe Leroy
  0 siblings, 1 reply; 6+ messages in thread
From: Benjamin Gray @ 2023-07-05  0:30 UTC (permalink / raw)
  To: linux-rtc; +Cc: linuxppc-dev, Benjamin Gray

The drivers/rtc/rtc-ds1307.c driver has a direct dependency on
struct regmap_config, which is guarded behind CONFIG_REGMAP.

Commit 70a640c0efa7 ("regmap: REGMAP_KUNIT should not select REGMAP")
exposed this by disabling the default pick unless KUNIT_ALL_TESTS is
set, causing the ppc64be allnoconfig build to fail.

Signed-off-by: Benjamin Gray <bgray@linux.ibm.com>
---
 drivers/rtc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index ffca9a8bb878..7455ebd189fe 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -246,6 +246,7 @@ config RTC_DRV_AS3722
 
 config RTC_DRV_DS1307
 	tristate "Dallas/Maxim DS1307/37/38/39/40/41, ST M41T00, EPSON RX-8025, ISL12057"
+	select REGMAP
 	select REGMAP_I2C
 	select WATCHDOG_CORE if WATCHDOG
 	help
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-06 11:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05  0:30 [PATCH] rtc: Kconfig: select REGMAP for RTC_DRV_DS1307 Benjamin Gray
2023-07-06  5:13 ` Christophe Leroy
2023-07-06  6:14   ` Benjamin Gray
2023-07-06  6:35     ` Christophe Leroy
2023-07-06  7:50     ` Geert Uytterhoeven
2023-07-06 11:43       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).