diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-10-17 01:51:11 +0200 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2009-10-17 04:23:23 +0400 |
commit | ee73a861f3273b9603577468a06b433d5f5be129 (patch) | |
tree | f0647be1ca67e7842e787223712d169f03f5eed9 /drivers/rtc/Kconfig | |
parent | 74fca6a42863ffacaf7ba6f1936a9f228950f657 (diff) |
Inital pcf50606 support
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 81adbdbd504..7e0a1a4763e 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -535,6 +535,13 @@ config RTC_DRV_PCF50633 If you say yes here you get support for the RTC subsystem of the NXP PCF50633 used in embedded systems. +config RTC_DRV_PCF50606 + depends on MFD_PCF50606 + tristate "NXP PCF50606 RTC" + help + If you say yes here you get support for the RTC subsystem of the + NXP PCF50606 used in embedded systems. + comment "on-CPU RTC drivers" config RTC_DRV_OMAP |