diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/Kconfig | 3 | ||||
-rw-r--r-- | drivers/i2c/busses/Kconfig | 8 |
2 files changed, 4 insertions, 7 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 8c3911313700..29583e1f7a20 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -160,6 +160,7 @@ config SENSORS_IT87 | |||
160 | tristate "ITE IT87xx and compatibles" | 160 | tristate "ITE IT87xx and compatibles" |
161 | depends on HWMON && I2C | 161 | depends on HWMON && I2C |
162 | select I2C_SENSOR | 162 | select I2C_SENSOR |
163 | select I2C_ISA | ||
163 | help | 164 | help |
164 | If you say yes here you get support for ITE IT87xx sensor chips | 165 | If you say yes here you get support for ITE IT87xx sensor chips |
165 | and clones: SiS960. | 166 | and clones: SiS960. |
@@ -211,6 +212,7 @@ config SENSORS_LM78 | |||
211 | tristate "National Semiconductor LM78 and compatibles" | 212 | tristate "National Semiconductor LM78 and compatibles" |
212 | depends on HWMON && I2C && EXPERIMENTAL | 213 | depends on HWMON && I2C && EXPERIMENTAL |
213 | select I2C_SENSOR | 214 | select I2C_SENSOR |
215 | select I2C_ISA | ||
214 | help | 216 | help |
215 | If you say yes here you get support for National Semiconductor LM78, | 217 | If you say yes here you get support for National Semiconductor LM78, |
216 | LM78-J and LM79. | 218 | LM78-J and LM79. |
@@ -366,6 +368,7 @@ config SENSORS_W83781D | |||
366 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" | 368 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
367 | depends on HWMON && I2C | 369 | depends on HWMON && I2C |
368 | select I2C_SENSOR | 370 | select I2C_SENSOR |
371 | select I2C_ISA | ||
369 | help | 372 | help |
370 | If you say yes here you get support for the Winbond W8378x series | 373 | If you say yes here you get support for the Winbond W8378x series |
371 | of sensor chips: the W83781D, W83782D, W83783S and W83627HF, | 374 | of sensor chips: the W83781D, W83782D, W83783S and W83627HF, |
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 916ba5e40a96..6e9da1372225 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -182,14 +182,8 @@ config I2C_IOP3XX | |||
182 | will be called i2c-iop3xx. | 182 | will be called i2c-iop3xx. |
183 | 183 | ||
184 | config I2C_ISA | 184 | config I2C_ISA |
185 | tristate "ISA Bus support" | 185 | tristate |
186 | depends on I2C | 186 | depends on I2C |
187 | help | ||
188 | If you say yes to this option, support will be included for i2c | ||
189 | interfaces that are on the ISA bus. | ||
190 | |||
191 | This driver can also be built as a module. If so, the module | ||
192 | will be called i2c-isa. | ||
193 | 187 | ||
194 | config I2C_ITE | 188 | config I2C_ITE |
195 | tristate "ITE I2C Adapter" | 189 | tristate "ITE I2C Adapter" |