diff options
| author | Rabin Vincent <rabin.vincent@stericsson.com> | 2011-03-24 17:24:19 +0530 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:15:03 +0200 |
| commit | b277f5d1c74b3a5458253f8f52cd983af18cefd4 (patch) | |
| tree | 12b914d9968fdb9b40c54599e7d53df74a878e46 /drivers/rtc/Kconfig | |
| parent | c57cdab3a8d76c025b2d969f09523bf9137e6148 (diff) | |
rtc: add AB5500 RTC driver
Add a driver for the RTC block on the AB5500. The AB5500 RTC has
similarities with both the AB8500 and the AB3100, so this driver
is made generic in order to replace the other two drivers by adding
some variant specific information.
ST-Ericsson Linux next: -
ST-Ericsson ID: WP332221
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: I35c7ee245ea68e435c800151dbb8f6e10c7abe5d
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/19331
Reviewed-by: Vijaya Kumar K-1 <vijay.kilari@stericsson.com>
Reviewed-by: Bibek BASU <bibek.basu@stericsson.com>
Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
| -rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index ce2aabf5c55..799f35afb3e 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -697,6 +697,13 @@ config RTC_DRV_PCF50633 If you say yes here you get support for the RTC subsystem of the NXP PCF50633 used in embedded systems. +config RTC_DRV_AB + tristate "ST-Ericsson AB5500 RTC" + depends on AB5500_CORE + help + Select this to enable the ST-Ericsson AB5500 Mixed Signal IC RTC + support. This chip contains a battery- and capacitor-backed RTC. + config RTC_DRV_AB3100 tristate "ST-Ericsson AB3100 RTC" depends on AB3100_CORE |
