diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-03-04 20:33:07 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-03-04 20:33:07 +0000 |
commit | bb71f99f8daefb4a2c2441298bc127aaff9af947 (patch) | |
tree | ed1dc348dff2dd38045954dc6038e1d74bb1d78f /drivers/rtc/Kconfig | |
parent | 0ed8f210e68236f2034f827596f0a8201a907a9f (diff) | |
download | op-kernel-dev-bb71f99f8daefb4a2c2441298bc127aaff9af947.zip op-kernel-dev-bb71f99f8daefb4a2c2441298bc127aaff9af947.tar.gz |
[ARM] rtc-pcf8583: Final fixes for this RTC on RiscPC
Replace the I2C bus address, as per drivers/acorn/char/pcf8583.c.
Also, since this driver also contains Acorn RiscPC specific code
for obtaining the current year from the SRAM (and updating the
platform specific checksum when writing new data back) this is
NOT a platform independent driver.
Document it as such, and update the dependencies to reflect this
fact.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index deef296..95826b9 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -207,10 +207,12 @@ config RTC_DRV_PCF8563 config RTC_DRV_PCF8583 tristate "Philips PCF8583" - depends on RTC_CLASS && I2C + depends on RTC_CLASS && I2C && ARCH_RPC help - If you say yes here you get support for the - Philips PCF8583 RTC chip. + If you say yes here you get support for the Philips PCF8583 + RTC chip found on Acorn RiscPCs. This driver supports the + platform specific method of retrieving the current year from + the RTC's SRAM. This driver can also be built as a module. If so, the module will be called rtc-pcf8583. |