From: Philipp Tomsich Date: Tue, 27 Nov 2018 21:53:57 +0000 (+0100) Subject: rtc: rv3029: add to Kconfig X-Git-Tag: v2019.01-rc1~15^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a3716b5f3f4985eb3bea5d2bc00faf7e5df6f04f;p=oweals%2Fu-boot.git rtc: rv3029: add to Kconfig The MicroCrystal RV3029 driver didn't have a Kconfig entry and was not used anywhere. Add it to Kconfig to make it selectable. Signed-off-by: Philipp Tomsich Tested-by: Klaus Goger --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index bcc01b135e..6038b43230 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -60,6 +60,16 @@ config RTC_ISL1208 This driver supports reading and writing the RTC/calendar and detects total power failures. +config RTC_RV3029 + bool "Enable RV3029 driver" + depends on DM_RTC + help + The MicroCrystal RV3029 is a I2C Real Time Clock (RTC) with 8-byte + battery-backed SRAM. + + This driver supports reading and writing the RTC/calendar and the + battery-baced SRAM section. + config RTC_RX8010SJ bool "Enable RX8010SJ driver" depends on DM_RTC