diff options
author | corentin.labbe <corentin.labbe@geomatys.fr> | 2007-06-13 14:27:36 -0400 |
---|---|---|
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) |
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 aea2d57c6764..9f01edeccac7 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -250,8 +250,6 @@ config SENSORS_CORETEMP | |||
250 | 250 | ||
251 | config SENSORS_IT87 | 251 | config SENSORS_IT87 |
252 | tristate "ITE IT87xx and compatibles" | 252 | tristate "ITE IT87xx and compatibles" |
253 | depends on I2C | ||
254 | select I2C_ISA | ||
255 | select HWMON_VID | 253 | select HWMON_VID |
256 | help | 254 | help |
257 | If you say yes here you get support for ITE IT8705F, IT8712F, | 255 | If you say yes here you get support for ITE IT8705F, IT8712F, |