aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorKim, Milo <Milo.Kim@ti.com>2013-02-21 19:44:32 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-21 20:22:27 -0500
commit38ae176e01f6f9ef8159325703ef5985dee40034 (patch)
tree06da7e1ebf869478985af1fa58838d7c1b936099 /drivers/rtc/Kconfig
parent56ae1b8e420015f1428bf9443f1b3321ad789b02 (diff)
rtc: add new lp8788 rtc driver
TI LP8788 PMU supports regulators, battery charger, RTC, ADC, backlight driver and current sinks. This patch enables LP8788 rtc module. Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Cc: "devendra.aaru" <devendra.aaru@gmail.com> 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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 7a8dd0c2cae4..e94ae65af171 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -204,6 +204,12 @@ config RTC_DRV_DS3232
204 This driver can also be built as a module. If so, the module 204 This driver can also be built as a module. If so, the module
205 will be called rtc-ds3232. 205 will be called rtc-ds3232.
206 206
207config RTC_DRV_LP8788
208 tristate "TI LP8788 RTC driver"
209 depends on MFD_LP8788
210 help
211 Say Y to enable support for the LP8788 RTC/ALARM driver.
212
207config RTC_DRV_MAX6900 213config RTC_DRV_MAX6900
208 tristate "Maxim MAX6900" 214 tristate "Maxim MAX6900"
209 help 215 help