diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-08 17:22:00 +0200 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 17:22:00 +0200 |
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 config SENSORS_SMSC47M1 tristate "SMSC LPC47M10x and compatibles" - depends on HWMON && I2C - select I2C_ISA + depends on HWMON help If you say yes here you get support for the integrated fan monitoring and control capabilities of the SMSC LPC47B27x, |