aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index fb9ce745cd30..359323378c55 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -224,6 +224,13 @@ config RTC_DRV_M41T80
224 This driver can also be built as a module. If so, the module 224 This driver can also be built as a module. If so, the module
225 will be called rtc-m41t80. 225 will be called rtc-m41t80.
226 226
227config RTC_DRV_M41T80_WDT
228 bool "ST M41T80 series RTC watchdog timer"
229 depends on RTC_DRV_M41T80
230 help
231 If you say Y here you will get support for the
232 watchdog timer in ST M41T80 RTC chips series.
233
227comment "SPI RTC drivers" 234comment "SPI RTC drivers"
228 depends on RTC_CLASS && SPI_MASTER 235 depends on RTC_CLASS && SPI_MASTER
229 236