diff options
| author | Michael Walle <[email protected]> | 2025-11-17 11:32:50 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-28 16:39:08 -0600 |
| commit | aa2f8e35326276c81f94919b8173e386a6f6968f (patch) | |
| tree | 89ad8c3afbcb8805989e9c1a85ec97bddce3580e /drivers/rtc | |
| parent | 626cb9993fba6cd5e91bb4a788f401ee916f5144 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/rtc')
| -rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
