diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2011-05-06 17:21:20 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-05-26 19:45:34 +0200 |
commit | 008b30408c40ede5985397e7daac45d30b375a01 (patch) | |
tree | 4396b8f96ac1aa480cfdfa61a18a2e10051de93a /drivers/rtc/Kconfig | |
parent | db13c04002e0d896f89657f9b2837a8ecfbb19b6 (diff) | |
download | op-kernel-dev-008b30408c40ede5985397e7daac45d30b375a01.zip op-kernel-dev-008b30408c40ede5985397e7daac45d30b375a01.tar.gz |
mfd: Add rtc support to 88pm860x
Enable rtc function in 88pm860x PMIC.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b8f4e9e..8e437e2 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -125,6 +125,16 @@ comment "I2C RTC drivers" if I2C +config RTC_DRV_88PM860X + tristate "Marvell 88PM860x" + depends on RTC_CLASS && I2C && MFD_88PM860X + help + If you say yes here you get support for RTC function in Marvell + 88PM860x chips. + + This driver can also be built as a module. If so, the module + will be called rtc-88pm860x. + config RTC_DRV_DS1307 tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025" help |