aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-19 17:53:07 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-05 12:14:10 -0400
commit5042c7d752fe72c6924037058367f63902e68c5c (patch)
tree5ae9c01c08497279fb3ffeac0394261412bdd6a9 /drivers/hwmon/Kconfig
parentfde0950903ce8cc38a91dd095280decceda2ff82 (diff)
[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (4/9)
All ISA hardware monitoring drivers (including hybrid drivers) now have a hard dependency on i2c-isa, so they must select I2C_ISA. As a result, CONFIG_I2C_ISA doesn't need to be left visible to the user. The good thing here is that users will stop complaining that some driver doesn't work just because they forgot to compile or load i2c-isa. At this point, all drivers are working again and the cleanup phase can begin. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig3
1 files changed, 3 insertions, 0 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,