aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorChris Verges <chrisv@cyberswitching.com>2009-09-22 16:46:20 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 07:39:44 -0700
commit7f3923a184bb8e7ede5e5f58f1114bf7b8c611ea (patch)
tree6c11806b0f93fd2a20758c2b40883d0067d81e59 /drivers/rtc/Kconfig
parent568d0697f42771425ae9f1e9a3db769fef7e10b6 (diff)
downloadkernel_samsung_smdk4412-7f3923a184bb8e7ede5e5f58f1114bf7b8c611ea.zip
kernel_samsung_smdk4412-7f3923a184bb8e7ede5e5f58f1114bf7b8c611ea.tar.gz
kernel_samsung_smdk4412-7f3923a184bb8e7ede5e5f58f1114bf7b8c611ea.tar.bz2
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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 73771b0..2ccd351 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -378,6 +378,15 @@ config RTC_DRV_DS3234
This driver can also be built as a module. If so, the module
will be called rtc-ds3234.
+config RTC_DRV_PCF2123
+ tristate "NXP PCF2123"
+ help
+ If you say yes here you get support for the NXP PCF2123
+ RTC chip.
+
+ This driver can also be built as a module. If so, the module
+ will be called rtc-pcf2123.
+
endif # SPI_MASTER
comment "Platform RTC drivers"