rtc: rv3029: add to Kconfig
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 27 Nov 2018 21:53:57 +0000 (22:53 +0100)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 30 Nov 2018 20:56:45 +0000 (21:56 +0100)
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 <philipp.tomsich@theobroma-systems.com>
Tested-by: Klaus Goger <klaus.goger@theobroma-systems.com>
drivers/rtc/Kconfig

index bcc01b135e52fe4f27e22f773f346be268c8e3f1..6038b43230d8f08d49a13218879afc4dfd5ca460 100644 (file)
@@ -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