diff options
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 |