Re: [RFC][PATCH] I2C RTC8564/PCF8563 compatibility and century bitusage

From: Clemens Koller
Date: Thu Dec 15 2005 - 10:24:03 EST


Add a comment that the Epson RTC8564 i2c real time clock
is compatible to the Philips PCF8563

Signed-off-by: Clemens Koller <clemens.koller@xxxxxxxxxxx>
--
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
index f9fae28..705675e 100644
--- a/drivers/i2c/chips/Kconfig
+++ b/drivers/i2c/chips/Kconfig
@@ -66,10 +66,11 @@ config SENSORS_PCF8591
will be called pcf8591.

config SENSORS_RTC8564
- tristate "Epson 8564 RTC chip"
+ tristate "Epson RTC8564 and Philips PCF8653 RTC chip"
depends on I2C && EXPERIMENTAL
help
- If you say yes here you get support for the Epson 8564 RTC chip.
+ If you say yes here you get support for the Epson 8564 RTC or
+ to the compatible Philips PCF8563 chip.

This driver can also be built as a module. If so, the module
will be called i2c-rtc8564.