diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 6467f20422b..79b879d68d1 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -94,6 +94,13 @@ config RTC_DS1374 Support for Dallas Semiconductor (now Maxim) DS1374 and compatible Real Time Clock devices. +config RTC_DS1672 + bool "Enable DS1672 driver" + depends on DM_RTC + help + Support for Dallas Semiconductor (now Maxim) DS1672 compatible + Real Time Clock devices. + config RTC_DS3231 bool "Enable DS3231 driver" help |