aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig15
1 files changed, 14 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index cea401feb0f3..9d8d40d5c8f7 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -38,6 +38,9 @@ config RTC_HCTOSYS_DEVICE
38 clock, usually rtc0. Initialization is done when the system 38 clock, usually rtc0. Initialization is done when the system
39 starts up, and when it resumes from a low power state. 39 starts up, and when it resumes from a low power state.
40 40
41 The driver for this RTC device must be loaded before late_initcall
42 functions run, so it must usually be statically linked.
43
41 This clock should be battery-backed, so that it reads the correct 44 This clock should be battery-backed, so that it reads the correct
42 time when the system boots from a power-off state. Otherwise, your 45 time when the system boots from a power-off state. Otherwise, your
43 system will need an external clock source (like an NTP server). 46 system will need an external clock source (like an NTP server).
@@ -305,6 +308,16 @@ config RTC_DRV_DS1553
305 This driver can also be built as a module. If so, the module 308 This driver can also be built as a module. If so, the module
306 will be called rtc-ds1553. 309 will be called rtc-ds1553.
307 310
311config RTC_DRV_STK17TA8
312 tristate "Simtek STK17TA8"
313 depends on RTC_CLASS
314 help
315 If you say yes here you get support for the
316 Simtek STK17TA8 timekeeping chip.
317
318 This driver can also be built as a module. If so, the module
319 will be called rtc-stk17ta8.
320
308config RTC_DRV_DS1742 321config RTC_DRV_DS1742
309 tristate "Dallas DS1742/1743" 322 tristate "Dallas DS1742/1743"
310 depends on RTC_CLASS 323 depends on RTC_CLASS
@@ -394,7 +407,7 @@ config RTC_DRV_SA1100
394 407
395config RTC_DRV_SH 408config RTC_DRV_SH
396 tristate "SuperH On-Chip RTC" 409 tristate "SuperH On-Chip RTC"
397 depends on RTC_CLASS && SUPERH 410 depends on RTC_CLASS && SUPERH && (CPU_SH3 || CPU_SH4)
398 help 411 help
399 Say Y here to enable support for the on-chip RTC found in 412 Say Y here to enable support for the on-chip RTC found in
400 most SuperH processors. 413 most SuperH processors.