diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-08 17:22:02 +0200 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 17:22:02 +0200 |
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 config SENSORS_W83781D tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" depends on HWMON && I2C - select I2C_ISA select HWMON_VID help If you say yes here you get support for the Winbond W8378x series |