diff options
author | corentin.labbe <corentin.labbe@geomatys.fr> | 2007-06-13 20:27:36 +0200 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 14:22:14 -0400 |
commit | b74f3fdd98c7186930b8ee841dc542dfdba95473 (patch) | |
tree | a154e178724a40cd7b82634ad9d0cb4b538786e3 /drivers/hwmon/Kconfig | |
parent | 04a6217df28e3004ba4e76eb0a356a30f72c564f (diff) | |
download | kernel-crypto-b74f3fdd98c7186930b8ee841dc542dfdba95473.tar.gz kernel-crypto-b74f3fdd98c7186930b8ee841dc542dfdba95473.tar.xz kernel-crypto-b74f3fdd98c7186930b8ee841dc542dfdba95473.zip |
hwmon: convert it87 to platform driver
This is the patch for converting it87 to a platform driver (and remove i2c-isa).
Signed-off-by: Corentin LABBE <corentin.labbe@geomatys.fr>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index aea2d57c676..9f01edeccac 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -250,8 +250,6 @@ config SENSORS_CORETEMP config SENSORS_IT87 tristate "ITE IT87xx and compatibles" - depends on I2C - select I2C_ISA select HWMON_VID help If you say yes here you get support for ITE IT8705F, IT8712F, |