From: Michael Walle Date: Mon, 17 Nov 2025 10:32:50 +0000 (+0100) Subject: drivers: rtc: convert tristate to bool X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa2f8e35326276c81f94919b8173e386a6f6968f;p=thirdparty%2Fu-boot.git drivers: rtc: convert tristate to bool As u-boot doesn't have any loadable modules, tristate doesn't make sense. Convert it to bool. Signed-off-by: Michael Walle Reviewed-by: Tom Rini --- 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.