diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-08 17:22:03 +0200 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 17:22:03 +0200 |
commit | 292fc1a5ff44d477ff335a343a48d2b67bbc70e3 (patch) | |
tree | bac4d3c56a784fcebacee59998923149bbc0f72a /drivers/hwmon/Kconfig | |
parent | f5f8d38b18cb7731a8dbcd982f1b80370f0f19cd (diff) |
hwmon/smsc47b397: Convert to a platform driver
Convert the smsc47b397 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 065851a77cc..5216da02b8b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -477,8 +477,7 @@ config SENSORS_SMSC47M192 config SENSORS_SMSC47B397 tristate "SMSC LPC47B397-NC" - depends on HWMON && I2C && EXPERIMENTAL - select I2C_ISA + depends on HWMON && EXPERIMENTAL help If you say yes here you get support for the SMSC LPC47B397-NC sensor chip. |