[PATCH v2 1/3] drivers: rtc: convert tristate to bool
Michael Walle
mwalle at kernel.org
Mon Nov 17 11:32:50 CET 2025
As u-boot doesn't have any loadable modules, tristate doesn't make
sense. Convert it to bool.
Signed-off-by: Michael Walle <mwalle at kernel.org>
---
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index ed903999f06..202daa7bcd6 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -162,7 +162,7 @@ config RTC_MAX313XX
- CLKOUT generation
config RTC_PCF8563
- tristate "Philips PCF8563"
+ bool "Philips PCF8563"
help
If you say yes here you get support for the Philips PCF8563 RTC
and compatible chips.
--
2.47.3
More information about the U-Boot
mailing list