aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.ml.walleij@gmail.com>2009-09-22 19:46:24 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 10:39:45 -0400
commitaa958f571ec9492b8100302ee70ac0ab2598bf19 (patch)
treedd046059120e31fb90527db180fff00b586e673d /drivers/rtc/Kconfig
parentd00ed3cf6e54312fb59cd1fd6300d787d22373c7 (diff)
rtc: U300 COH 901 331 RTC driver v3
This adds a driver for the RTC COH 901 331 found in the ST-Ericsson U300 series mobile platforms to the RTC subsystem. It integrates to the ARM kernel support recently added to RMKs ARM tree and will be enabled in the U300 defconfig in due time. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 18c5be168a5a..c5b906bcdbb2 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -798,4 +798,16 @@ config RTC_DRV_PS3
798 This driver can also be built as a module. If so, the module 798 This driver can also be built as a module. If so, the module
799 will be called rtc-ps3. 799 will be called rtc-ps3.
800 800
801config RTC_DRV_COH901331
802 tristate "ST-Ericsson COH 901 331 RTC"
803 depends on ARCH_U300
804 help
805 If you say Y here you will get access to ST-Ericsson
806 COH 901 331 RTC clock found in some ST-Ericsson Mobile
807 Platforms.
808
809 This driver can also be built as a module. If so, the module
810 will be called "rtc-coh901331".
811
812
801endif # RTC_CLASS 813endif # RTC_CLASS