Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / drivers / rtc / Kconfig
index 89e71cc7ebef5fd75abd4c4c6360b03ad4997508..59e2fc44ba94e71454c8caed39d0ab6428023449 100644 (file)
@@ -55,6 +55,14 @@ config RTC_DS1307
          Support for Dallas Semiconductor (now Maxim) DS1307 and DS1338/9 and
          compatible Real Time Clock devices.
 
+config RTC_DS3232
+       bool "Enable DS3232 driver"
+       depends on DM_RTC
+       depends on DM_I2C
+       help
+         Support for Dallas Semiconductor (now Maxim) DS3232 compatible
+         Real Time Clock devices.
+
 config RTC_ISL1208
        bool "Enable ISL1208 driver"
        depends on DM_RTC