aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2020-10-16 10:41:46 +0200
committerTom Rini <trini@konsulko.com>2020-10-22 11:26:14 -0400
commitdddfde5401ed5ad82c996b35b61dc4a45bb4e2b3 (patch)
treee933e67609989d0e4960f1464384e9ff40732b30 /drivers/rtc
parent0d67576713ef01739617a4e8a9bc6a032a0f7b80 (diff)
downloadu-boot-dddfde5401ed5ad82c996b35b61dc4a45bb4e2b3.zip
u-boot-dddfde5401ed5ad82c996b35b61dc4a45bb4e2b3.tar.gz
u-boot-dddfde5401ed5ad82c996b35b61dc4a45bb4e2b3.tar.bz2
rtc: move pcf8563 to Kconfig
add Kconfig option for pcf8563 driver and run tools/moveconfig.py Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 59e2fc4..6366200 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -75,6 +75,12 @@ config RTC_ISL1208
This driver supports reading and writing the RTC/calendar and detects
total power failures.
+config RTC_PCF8563
+ tristate "Philips PCF8563"
+ help
+ If you say yes here you get support for the Philips PCF8563 RTC
+ and compatible chips.
+
config RTC_RV3029
bool "Enable RV3029 driver"
depends on DM_RTC