diff options
author | Rajeev Kumar <rajeev-dlh.kumar@st.com> | 2011-05-26 19:25:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-26 20:12:33 -0400 |
commit | 0942a71e435f5198921e8f072540f208f0176542 (patch) | |
tree | a1d40dc3e84acccf48276d5a6fcfc5b469db84ff /drivers/rtc/Kconfig | |
parent | c258f9a0aab09366070f3c9283070edead23d4cf (diff) |
rtc: add support for spear rtc
Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Cc: 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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 0a69ed9fb454..f822e13dc04b 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -682,6 +682,14 @@ config RTC_DRV_WM8350 | |||
682 | This driver can also be built as a module. If so, the module | 682 | This driver can also be built as a module. If so, the module |
683 | will be called "rtc-wm8350". | 683 | will be called "rtc-wm8350". |
684 | 684 | ||
685 | config RTC_DRV_SPEAR | ||
686 | tristate "SPEAR ST RTC" | ||
687 | depends on PLAT_SPEAR | ||
688 | default y | ||
689 | help | ||
690 | If you say Y here you will get support for the RTC found on | ||
691 | spear | ||
692 | |||
685 | config RTC_DRV_PCF50633 | 693 | config RTC_DRV_PCF50633 |
686 | depends on MFD_PCF50633 | 694 | depends on MFD_PCF50633 |
687 | tristate "NXP PCF50633 RTC" | 695 | tristate "NXP PCF50633 RTC" |