diff options
author | Chris Verges <chrisv@cyberswitching.com> | 2009-09-22 19:46:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:44 -0400 |
commit | 7f3923a184bb8e7ede5e5f58f1114bf7b8c611ea (patch) | |
tree | 6c11806b0f93fd2a20758c2b40883d0067d81e59 /drivers/rtc/Kconfig | |
parent | 568d0697f42771425ae9f1e9a3db769fef7e10b6 (diff) |
rtc: Philips PCF2123 RTC SPI driver
Add support for the Philips/NXP PCF2123 RTC.
Signed-off: Chris Verges <chrisv@cyberswitching.com>
Tested-by: Chris Verges <chrisv@cyberswitching.com>
Signed-off: Christian Pellegrin <chripell@fsfe.org>
Tested-by: Christian Pellegrin <chripell@fsfe.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 73771b09fbd3..2ccd351c52ed 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -378,6 +378,15 @@ config RTC_DRV_DS3234 | |||
378 | This driver can also be built as a module. If so, the module | 378 | This driver can also be built as a module. If so, the module |
379 | will be called rtc-ds3234. | 379 | will be called rtc-ds3234. |
380 | 380 | ||
381 | config RTC_DRV_PCF2123 | ||
382 | tristate "NXP PCF2123" | ||
383 | help | ||
384 | If you say yes here you get support for the NXP PCF2123 | ||
385 | RTC chip. | ||
386 | |||
387 | This driver can also be built as a module. If so, the module | ||
388 | will be called rtc-pcf2123. | ||
389 | |||
381 | endif # SPI_MASTER | 390 | endif # SPI_MASTER |
382 | 391 | ||
383 | comment "Platform RTC drivers" | 392 | comment "Platform RTC drivers" |