diff options
author | Kim, Milo <Milo.Kim@ti.com> | 2013-02-21 16:44:32 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 17:22:27 -0800 |
commit | 38ae176e01f6f9ef8159325703ef5985dee40034 (patch) | |
tree | 06da7e1ebf869478985af1fa58838d7c1b936099 /drivers/rtc/Kconfig | |
parent | 56ae1b8e420015f1428bf9443f1b3321ad789b02 (diff) | |
download | linux-3.10-38ae176e01f6f9ef8159325703ef5985dee40034.tar.gz linux-3.10-38ae176e01f6f9ef8159325703ef5985dee40034.tar.bz2 linux-3.10-38ae176e01f6f9ef8159325703ef5985dee40034.zip |
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 7a8dd0c2cae..e94ae65af17 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -204,6 +204,12 @@ config RTC_DRV_DS3232 This driver can also be built as a module. If so, the module will be called rtc-ds3232. +config RTC_DRV_LP8788 + tristate "TI LP8788 RTC driver" + depends on MFD_LP8788 + help + Say Y to enable support for the LP8788 RTC/ALARM driver. + config RTC_DRV_MAX6900 tristate "Maxim MAX6900" help |