diff options
author | Søren Andersen <san@rosetechnology.dk> | 2014-08-08 17:20:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 18:57:20 -0400 |
commit | 796b7abb33cd78412897a9e927eb5a8f5a9c4fe6 (patch) | |
tree | 0989741c01d75b28bb32008901aafba987972dcf /drivers/rtc/Kconfig | |
parent | db04d6284e2a626791e959dc71e922e8570440b6 (diff) |
rtc: add pcf85063 support
Add support for the pcf85063 rtc chip.
[akpm@linux-foundation.org: fix comment typo, tweak conding style]
Signed-off-by: Soeren Andersen <san@rosetechnology.dk>
Cc: Alessandro Zummo <a.zummo@towertech.it>
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 83743a1a6731..a168e96142b9 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -373,6 +373,14 @@ config RTC_DRV_PCF8563 | |||
373 | This driver can also be built as a module. If so, the module | 373 | This driver can also be built as a module. If so, the module |
374 | will be called rtc-pcf8563. | 374 | will be called rtc-pcf8563. |
375 | 375 | ||
376 | config RTC_DRV_PCF85063 | ||
377 | tristate "nxp PCF85063" | ||
378 | help | ||
379 | If you say yes here you get support for the PCF85063 RTC chip | ||
380 | |||
381 | This driver can also be built as a module. If so, the module | ||
382 | will be called rtc-pcf85063. | ||
383 | |||
376 | config RTC_DRV_PCF8583 | 384 | config RTC_DRV_PCF8583 |
377 | tristate "Philips PCF8583" | 385 | tristate "Philips PCF8583" |
378 | help | 386 | help |