diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 12 |
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 | ||
801 | config 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 | |||
801 | endif # RTC_CLASS | 813 | endif # RTC_CLASS |