aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index b399259784e2..166232a3f56b 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -127,6 +127,15 @@ config RTC_DRV_EP93XX
127 This driver can also be built as a module. If so, the module 127 This driver can also be built as a module. If so, the module
128 will be called rtc-ep93xx. 128 will be called rtc-ep93xx.
129 129
130config RTC_DRV_SA1100
131 tristate "SA11x0/PXA2xx"
132 depends on RTC_CLASS && (ARCH_SA1100 || ARCH_PXA)
133 help
134 If you say Y here you will get access to the real time clock
135 built into your SA11x0 or PXA2xx CPU.
136
137 To compile this driver as a module, choose M here: the
138 module will be called rtc-sa1100.
130 139
131config RTC_DRV_TEST 140config RTC_DRV_TEST
132 tristate "Test driver/device" 141 tristate "Test driver/device"