diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-01-03 05:47:00 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-13 18:22:45 -0500 |
commit | 0101e53cbb1c653738de8dfddc80c0faa5a4fd39 (patch) | |
tree | d74c85c6c4b323a1487461aa87734238c4ce7640 /drivers/rtc/Kconfig | |
parent | 3d50a278527154974f4240584da691db7424956d (diff) |
rtc: palmas: Add RTC driver Palmas series PMIC
TI Palmas series PMIC support the RTC and alarm functionality.
Add RTC driver with alarm support for this device.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.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 923a9da9c829..f11f746f7a35 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -269,6 +269,16 @@ config RTC_DRV_X1205 | |||
269 | This driver can also be built as a module. If so, the module | 269 | This driver can also be built as a module. If so, the module |
270 | will be called rtc-x1205. | 270 | will be called rtc-x1205. |
271 | 271 | ||
272 | config RTC_DRV_PALMAS | ||
273 | tristate "TI Palmas RTC driver" | ||
274 | depends on MFD_PALMAS | ||
275 | help | ||
276 | If you say yes here you get support for the RTC of TI PALMA series PMIC | ||
277 | chips. | ||
278 | |||
279 | This driver can also be built as a module. If so, the module | ||
280 | will be called rtc-palma. | ||
281 | |||
272 | config RTC_DRV_PCF8523 | 282 | config RTC_DRV_PCF8523 |
273 | tristate "NXP PCF8523" | 283 | tristate "NXP PCF8523" |
274 | help | 284 | help |