diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 04:16:45 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 11:44:52 -0500 |
commit | fd507e2ff3a5adaccbefa05f4bc9f58f44e930db (patch) | |
tree | e34d6ada2e2da94afd73f018e3ac098593bc63f2 /drivers/rtc/Kconfig | |
parent | 7520b94debdc61620e1582fb4f5cca4a830f91cd (diff) |
[PATCH] RTC subsystem: EP93XX driver
This patch adds a driver for the RTC embedded in the Cirrus Logic EP93XX
family of processors.
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 609f55593459..b399259784e2 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -117,6 +117,17 @@ config RTC_DRV_RS5C372 | |||
117 | This driver can also be built as a module. If so, the module | 117 | This driver can also be built as a module. If so, the module |
118 | will be called rtc-rs5c372. | 118 | will be called rtc-rs5c372. |
119 | 119 | ||
120 | config RTC_DRV_EP93XX | ||
121 | tristate "Cirrus Logic EP93XX" | ||
122 | depends on RTC_CLASS && ARCH_EP93XX | ||
123 | help | ||
124 | If you say yes here you get support for the | ||
125 | RTC embedded in the Cirrus Logic EP93XX processors. | ||
126 | |||
127 | This driver can also be built as a module. If so, the module | ||
128 | will be called rtc-ep93xx. | ||
129 | |||
130 | |||
120 | config RTC_DRV_TEST | 131 | config RTC_DRV_TEST |
121 | tristate "Test driver/device" | 132 | tristate "Test driver/device" |
122 | depends on RTC_CLASS | 133 | depends on RTC_CLASS |