diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-27 12:14:45 -0500 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-01-27 12:14:45 -0500 |
commit | eee87d3196c9a7ac3422f4298e2250ca68d791c1 (patch) | |
tree | 754fb40d3684b55cc4a30729511e2fa8a59bab25 /drivers/i2c/chips/Kconfig | |
parent | 569be443e3c1329fc6725988004f5d8a32fe3be5 (diff) |
i2c: the scheduled I2C RTC driver removal
This patch contains the scheduled removal of legacy I2C RTC drivers with
replacement drivers.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 17702b32eab0..fe3008e59467 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -4,32 +4,6 @@ | |||
4 | 4 | ||
5 | menu "Miscellaneous I2C Chip support" | 5 | menu "Miscellaneous I2C Chip support" |
6 | 6 | ||
7 | config SENSORS_DS1337 | ||
8 | tristate "Dallas DS1337 and DS1339 Real Time Clock (DEPRECATED)" | ||
9 | depends on EXPERIMENTAL | ||
10 | help | ||
11 | If you say yes here you get support for Dallas Semiconductor | ||
12 | DS1337 and DS1339 real-time clock chips. | ||
13 | |||
14 | This driver can also be built as a module. If so, the module | ||
15 | will be called ds1337. | ||
16 | |||
17 | This driver is deprecated and will be dropped soon. Use | ||
18 | rtc-ds1307 instead. | ||
19 | |||
20 | config SENSORS_DS1374 | ||
21 | tristate "Dallas DS1374 Real Time Clock (DEPRECATED)" | ||
22 | depends on EXPERIMENTAL | ||
23 | help | ||
24 | If you say yes here you get support for Dallas Semiconductor | ||
25 | DS1374 real-time clock chips. | ||
26 | |||
27 | This driver can also be built as a module. If so, the module | ||
28 | will be called ds1374. | ||
29 | |||
30 | This driver is deprecated and will be dropped soon. Use | ||
31 | rtc-ds1374 instead. | ||
32 | |||
33 | config DS1682 | 7 | config DS1682 |
34 | tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" | 8 | tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" |
35 | depends on EXPERIMENTAL | 9 | depends on EXPERIMENTAL |
@@ -130,18 +104,6 @@ config TPS65010 | |||
130 | This driver can also be built as a module. If so, the module | 104 | This driver can also be built as a module. If so, the module |
131 | will be called tps65010. | 105 | will be called tps65010. |
132 | 106 | ||
133 | config SENSORS_M41T00 | ||
134 | tristate "ST M41T00 RTC chip (DEPRECATED)" | ||
135 | depends on PPC32 | ||
136 | help | ||
137 | If you say yes here you get support for the ST M41T00 RTC chip. | ||
138 | |||
139 | This driver can also be built as a module. If so, the module | ||
140 | will be called m41t00. | ||
141 | |||
142 | This driver is deprecated and will be dropped soon. Use | ||
143 | rtc-ds1307 or rtc-m41t80 instead. | ||
144 | |||
145 | config SENSORS_MAX6875 | 107 | config SENSORS_MAX6875 |
146 | tristate "Maxim MAX6875 Power supply supervisor" | 108 | tristate "Maxim MAX6875 Power supply supervisor" |
147 | depends on EXPERIMENTAL | 109 | depends on EXPERIMENTAL |