diff options
author | Qiao Zhou <zhouqiao@marvell.com> | 2012-07-09 02:37:34 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-09 09:17:43 -0400 |
commit | 2985c29c196418b8f666bc9240c922aa56bff599 (patch) | |
tree | 3666c1953de540654514d36fe71574d38c5e0f50 /drivers/rtc/Kconfig | |
parent | af65a361d543100962c03cc4cdb7333b14c9d119 (diff) |
rtc: Add rtc support to 88PM80X PMIC
add rtc driver for MARVELL 88PM80X PMIC and enable rtc function.
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Qiao Zhou <zhouqiao@marvell.com>
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 08cbdb900a18..f049c02413ce 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -135,6 +135,16 @@ config RTC_DRV_88PM860X | |||
135 | This driver can also be built as a module. If so, the module | 135 | This driver can also be built as a module. If so, the module |
136 | will be called rtc-88pm860x. | 136 | will be called rtc-88pm860x. |
137 | 137 | ||
138 | config RTC_DRV_88PM80X | ||
139 | tristate "Marvell 88PM80x" | ||
140 | depends on RTC_CLASS && I2C && MFD_88PM800 | ||
141 | help | ||
142 | If you say yes here you get support for RTC function in Marvell | ||
143 | 88PM80x chips. | ||
144 | |||
145 | This driver can also be built as a module. If so, the module | ||
146 | will be called rtc-88pm80x. | ||
147 | |||
138 | config RTC_DRV_DS1307 | 148 | config RTC_DRV_DS1307 |
139 | tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025" | 149 | tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025" |
140 | help | 150 | help |