diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 04:16:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 11:44:51 -0500 |
commit | 6fc7f10cee28c7fa190920fefda8c696d5bf3074 (patch) | |
tree | 549dd6be7fb058bf404deae6f72cd01f9ec177b3 /drivers/i2c/chips/Kconfig | |
parent | 0c86edc0d4970649f39748c4ce4f2895f728468f (diff) |
[PATCH] RTC subsystem: I2C cleanup
This patch, completely optional, removes from drivers/i2c/chips all the
drivers that are implemented in the new RTC subsystem.
It should be noted that none of the current driver is actually integrated,
i.e. usable without further patches.
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index f9fae28f5612..7aa5c38f0855 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -65,15 +65,6 @@ config SENSORS_PCF8591 | |||
65 | This driver can also be built as a module. If so, the module | 65 | This driver can also be built as a module. If so, the module |
66 | will be called pcf8591. | 66 | will be called pcf8591. |
67 | 67 | ||
68 | config SENSORS_RTC8564 | ||
69 | tristate "Epson 8564 RTC chip" | ||
70 | depends on I2C && EXPERIMENTAL | ||
71 | help | ||
72 | If you say yes here you get support for the Epson 8564 RTC chip. | ||
73 | |||
74 | This driver can also be built as a module. If so, the module | ||
75 | will be called i2c-rtc8564. | ||
76 | |||
77 | config ISP1301_OMAP | 68 | config ISP1301_OMAP |
78 | tristate "Philips ISP1301 with OMAP OTG" | 69 | tristate "Philips ISP1301 with OMAP OTG" |
79 | depends on I2C && ARCH_OMAP_OTG | 70 | depends on I2C && ARCH_OMAP_OTG |
@@ -126,13 +117,4 @@ config SENSORS_MAX6875 | |||
126 | This driver can also be built as a module. If so, the module | 117 | This driver can also be built as a module. If so, the module |
127 | will be called max6875. | 118 | will be called max6875. |
128 | 119 | ||
129 | config RTC_X1205_I2C | ||
130 | tristate "Xicor X1205 RTC chip" | ||
131 | depends on I2C && EXPERIMENTAL | ||
132 | help | ||
133 | If you say yes here you get support for the Xicor X1205 RTC chip. | ||
134 | |||
135 | This driver can also be built as a module. If so, the module | ||
136 | will be called x1205. | ||
137 | |||
138 | endmenu | 120 | endmenu |