diff options
author | G. Liakhovetski <gl@dsa-ac.de> | 2006-06-25 08:48:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:13 -0400 |
commit | 9c0c570576d02000063e28faadcce8c07396755d (patch) | |
tree | a8ffc618199ea4f91df839642cc7223868364ff0 /drivers/rtc/Kconfig | |
parent | 655066c3835e7b51794c4d56f042eb78b5a79f53 (diff) |
[PATCH] drivers/acorn/char/pcf8583.[hc] vs. RTC subsystem
A port of the driver for the pcf8583 i2c rtc controller to the generic RTC
framework by Alessandro Zummo. Based on
drivers/acorn/char/{pcf8583.[hc],i2c.c}. Hopefully, acorn can be converted
too to use this driver in the future.
Signed-off-by: G. Liakhovetski <gl@dsa-ac.de>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Jean Delvare <khali@linux-fr.org>
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 725d6b696792..37ee69f57a0b 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -132,6 +132,16 @@ config RTC_DRV_PCF8563 | |||
132 | This driver can also be built as a module. If so, the module | 132 | This driver can also be built as a module. If so, the module |
133 | will be called rtc-pcf8563. | 133 | will be called rtc-pcf8563. |
134 | 134 | ||
135 | config RTC_DRV_PCF8583 | ||
136 | tristate "Philips PCF8583" | ||
137 | depends on RTC_CLASS && I2C | ||
138 | help | ||
139 | If you say yes here you get support for the | ||
140 | Philips PCF8583 RTC chip. | ||
141 | |||
142 | This driver can also be built as a module. If so, the module | ||
143 | will be called rtc-pcf8583. | ||
144 | |||
135 | config RTC_DRV_RS5C372 | 145 | config RTC_DRV_RS5C372 |
136 | tristate "Ricoh RS5C372A/B" | 146 | tristate "Ricoh RS5C372A/B" |
137 | depends on RTC_CLASS && I2C | 147 | depends on RTC_CLASS && I2C |