diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-08 11:22:02 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 11:22:02 -0400 |
commit | 7666c13c627fdc65e8057013893c183c3bafe59e (patch) | |
tree | ee3b90f711a751b52763613b98c10ab5c1292834 /drivers/hwmon/Kconfig | |
parent | 47a5dba1dca723d890d0b9409c82e72311a1f641 (diff) |
hwmon/w83781d: 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 1691c6c7bbca..065851a77ccb 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -523,7 +523,6 @@ config SENSORS_VT8231 | |||
523 | config SENSORS_W83781D | 523 | config SENSORS_W83781D |
524 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" | 524 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
525 | depends on HWMON && I2C | 525 | depends on HWMON && I2C |
526 | select I2C_ISA | ||
527 | select HWMON_VID | 526 | select HWMON_VID |
528 | help | 527 | help |
529 | If you say yes here you get support for the Winbond W8378x series | 528 | If you say yes here you get support for the Winbond W8378x series |