diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-08 11:22:00 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 11:22:00 -0400 |
commit | c40769fee13c1ab43e1fb10320d6fbc29f582d8e (patch) | |
tree | 3537ff512e69e7ab7d86214edd85dcca3a2aea52 /drivers/hwmon/Kconfig | |
parent | d20620de0c3de622a9d6a841725bafaed6d1aec2 (diff) |
hwmon/lm78: No longer use i2c-isa
Reimplement the ISA device support as a platform driver, so that we no
longer rely on i2c-isa.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index d89bd5eb50ae..659a2abb3e90 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -291,7 +291,6 @@ config SENSORS_LM77 | |||
291 | config SENSORS_LM78 | 291 | config SENSORS_LM78 |
292 | tristate "National Semiconductor LM78 and compatibles" | 292 | tristate "National Semiconductor LM78 and compatibles" |
293 | depends on HWMON && I2C | 293 | depends on HWMON && I2C |
294 | select I2C_ISA | ||
295 | select HWMON_VID | 294 | select HWMON_VID |
296 | help | 295 | help |
297 | If you say yes here you get support for National Semiconductor LM78, | 296 | If you say yes here you get support for National Semiconductor LM78, |