aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2007-07-17 07:04:55 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 13:23:08 -0400
commitd815461c7a73903d0a926b3cace6f69e144c54a3 (patch)
treeeceeae1db5fd3c876160ad517872cd19a74ecdba /drivers/rtc/Kconfig
parent045e0e85f2f6ee6621d8f7bab3059e9c74076738 (diff)
rtc-rs5c372 becomes a new-style i2c driver
Convert rtc-rs5c372 to be a "new style" I2C driver, and update the Kconfig text to be more complete.. Verified on an OMAP H4 development platform, along with a board init patch to declare its rv5c387a device. Only one defconfig -- powerpc/linkstation -- uses this driver; but several other platforms use it, just without defconfig support. Such platforms need to be converted so (a) their I2C adapter driver supports new-style drivers, and (b) board init code declares this I2C device. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Cc: Voipio Riku <Riku.Voipio@movial.fi> Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Cc: Martin Michlmayr <tbm@cyrius.com> Cc: Jean Delvare <khali@linux-fr.org> 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/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 83b071b6ece4..905d3308253b 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -160,11 +160,11 @@ config RTC_DRV_MAX6900
160 will be called rtc-max6900. 160 will be called rtc-max6900.
161 161
162config RTC_DRV_RS5C372 162config RTC_DRV_RS5C372
163 tristate "Ricoh RS5C372A/B" 163 tristate "Ricoh RS5C372A/B, RV5C386, RV5C387A"
164 depends on RTC_CLASS && I2C 164 depends on RTC_CLASS && I2C
165 help 165 help
166 If you say yes here you get support for the 166 If you say yes here you get support for the
167 Ricoh RS5C372A and RS5C372B RTC chips. 167 Ricoh RS5C372A, RS5C372B, RV5C386, and RV5C387A RTC chips.
168 168
169 This driver can also be built as a module. If so, the module 169 This driver can also be built as a module. If so, the module
170 will be called rtc-rs5c372. 170 will be called rtc-rs5c372.