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 | 51f2cca1f72db5e272ed79b678b62fb9472e916e (patch) | |
tree | 97f3786d3a143539c68bd81cd6d8545e83c38987 /drivers/hwmon/Kconfig | |
parent | 2dbc514a2ed2b6f71eb6d18671d2c663160788c9 (diff) |
hwmon/smsc47m1: Convert to a platform driver
Convert the smsc47m1 driver from the nonsensical i2c-isa hack to a
regular platform driver.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index ae3ab9169d52..6362d02b18df 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -416,8 +416,7 @@ config SENSORS_SIS5595 | |||
416 | 416 | ||
417 | config SENSORS_SMSC47M1 | 417 | config SENSORS_SMSC47M1 |
418 | tristate "SMSC LPC47M10x and compatibles" | 418 | tristate "SMSC LPC47M10x and compatibles" |
419 | depends on HWMON && I2C | 419 | depends on HWMON |
420 | select I2C_ISA | ||
421 | help | 420 | help |
422 | If you say yes here you get support for the integrated fan | 421 | If you say yes here you get support for the integrated fan |
423 | monitoring and control capabilities of the SMSC LPC47B27x, | 422 | monitoring and control capabilities of the SMSC LPC47B27x, |