As u-boot doesn't have any loadable modules, tristate doesn't make sense. Convert it to bool.
Signed-off-by: Michael Walle <[email protected]> --- 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

