diff options
author | R.Marek@sh.cvut.cz <R.Marek@sh.cvut.cz> | 2005-05-28 07:26:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-22 00:52:02 -0400 |
commit | 5d740fe9fefda41292b5cabe70f4f8eff9f8aad0 (patch) | |
tree | 974485c72963e94570b339276ebf5defc8197442 /drivers/i2c/chips/Kconfig | |
parent | 828621dda6381093ceafbe9381b6118cae3f9b13 (diff) |
[PATCH] I2C: KConfig update - some EXPERIMENTAL removal
Following patch removes EXPERIMENTAL flag from some of I2C bus and chip
drivers. It is removed when the driver is in kernel at least from
2.6.3 and I generally think there is no problem with it.
Also this patch adds SiS 745 to help option of sis96x and it
also fixes nForce2 driver entry to reflect current state.
Signed-off-by: Rudolf Marek <r.marek@sh.cvut.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 028a6feebea5..2ce6907a07a0 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -11,7 +11,7 @@ config I2C_SENSOR | |||
11 | 11 | ||
12 | config SENSORS_ADM1021 | 12 | config SENSORS_ADM1021 |
13 | tristate "Analog Devices ADM1021 and compatibles" | 13 | tristate "Analog Devices ADM1021 and compatibles" |
14 | depends on I2C && EXPERIMENTAL | 14 | depends on I2C |
15 | select I2C_SENSOR | 15 | select I2C_SENSOR |
16 | help | 16 | help |
17 | If you say yes here you get support for Analog Devices ADM1021 | 17 | If you say yes here you get support for Analog Devices ADM1021 |
@@ -125,7 +125,7 @@ config SENSORS_FSCPOS | |||
125 | 125 | ||
126 | config SENSORS_GL518SM | 126 | config SENSORS_GL518SM |
127 | tristate "Genesys Logic GL518SM" | 127 | tristate "Genesys Logic GL518SM" |
128 | depends on I2C && EXPERIMENTAL | 128 | depends on I2C |
129 | select I2C_SENSOR | 129 | select I2C_SENSOR |
130 | help | 130 | help |
131 | If you say yes here you get support for Genesys Logic GL518SM | 131 | If you say yes here you get support for Genesys Logic GL518SM |
@@ -147,7 +147,7 @@ config SENSORS_GL520SM | |||
147 | 147 | ||
148 | config SENSORS_IT87 | 148 | config SENSORS_IT87 |
149 | tristate "ITE IT87xx and compatibles" | 149 | tristate "ITE IT87xx and compatibles" |
150 | depends on I2C && EXPERIMENTAL | 150 | depends on I2C |
151 | select I2C_SENSOR | 151 | select I2C_SENSOR |
152 | help | 152 | help |
153 | If you say yes here you get support for ITE IT87xx sensor chips | 153 | If you say yes here you get support for ITE IT87xx sensor chips |
@@ -171,7 +171,7 @@ config SENSORS_LM63 | |||
171 | 171 | ||
172 | config SENSORS_LM75 | 172 | config SENSORS_LM75 |
173 | tristate "National Semiconductor LM75 and compatibles" | 173 | tristate "National Semiconductor LM75 and compatibles" |
174 | depends on I2C && EXPERIMENTAL | 174 | depends on I2C |
175 | select I2C_SENSOR | 175 | select I2C_SENSOR |
176 | help | 176 | help |
177 | If you say yes here you get support for National Semiconductor LM75 | 177 | If you say yes here you get support for National Semiconductor LM75 |
@@ -341,7 +341,7 @@ config SENSORS_SMSC47M1 | |||
341 | 341 | ||
342 | config SENSORS_VIA686A | 342 | config SENSORS_VIA686A |
343 | tristate "VIA686A" | 343 | tristate "VIA686A" |
344 | depends on I2C && PCI && EXPERIMENTAL | 344 | depends on I2C && PCI |
345 | select I2C_SENSOR | 345 | select I2C_SENSOR |
346 | select I2C_ISA | 346 | select I2C_ISA |
347 | help | 347 | help |
@@ -353,7 +353,7 @@ config SENSORS_VIA686A | |||
353 | 353 | ||
354 | config SENSORS_W83781D | 354 | config SENSORS_W83781D |
355 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" | 355 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
356 | depends on I2C && EXPERIMENTAL | 356 | depends on I2C |
357 | select I2C_SENSOR | 357 | select I2C_SENSOR |
358 | help | 358 | help |
359 | If you say yes here you get support for the Winbond W8378x series | 359 | If you say yes here you get support for the Winbond W8378x series |