diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 01:16:44 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 08:44:52 -0800 |
commit | b5a82d628d4491558c109fbeabc2993d6686e89c (patch) | |
tree | 53200cf2e1e7f7004b4a3544ea5ac7f6025f2bf3 /drivers/rtc/Kconfig | |
parent | edf1aaa31fc52ade0da7b6d1f2dffc17f0bdb9ff (diff) | |
download | linux-3.10-b5a82d628d4491558c109fbeabc2993d6686e89c.tar.gz linux-3.10-b5a82d628d4491558c109fbeabc2993d6686e89c.tar.bz2 linux-3.10-b5a82d628d4491558c109fbeabc2993d6686e89c.zip |
[PATCH] RTC subsystem: PCF8563 driver
An RTC class aware driver for the Philips PCF8563 RTC and Epson RTC8564 chips.
This chip is used on the Iomega NAS100D.
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index de335265865..0309fb36875 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -96,6 +96,17 @@ config RTC_DRV_DS1672 This driver can also be built as a module. If so, the module will be called rtc-ds1672. +config RTC_DRV_PCF8563 + tristate "Philips PCF8563/Epson RTC8564" + depends on RTC_CLASS && I2C + help + If you say yes here you get support for the + Philips PCF8563 RTC chip. The Epson RTC8564 + should work as well. + + This driver can also be built as a module. If so, the module + will be called rtc-pcf8563. + config RTC_DRV_TEST tristate "Test driver/device" depends on RTC_CLASS |