diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-06-09 16:11:16 +0200 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 20:22:13 +0200 |
commit | 17e7dc4373dfcf2a3058d307665263df29dd5fe7 (patch) | |
tree | f169182e090736a4f778d7c47b641694695ed557 /drivers/hwmon/Kconfig | |
parent | hwmon/via686a: Use dynamic sysfs callbacks (diff) | |
download | linux-17e7dc4373dfcf2a3058d307665263df29dd5fe7.tar.xz linux-17e7dc4373dfcf2a3058d307665263df29dd5fe7.zip |
hwmon/sis5595: Convert to a platform driver
Convert the sis5595 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 b432584c49a8..398a52e163e4 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -431,8 +431,7 @@ config SENSORS_PC87427 config SENSORS_SIS5595 tristate "Silicon Integrated Systems Corp. SiS5595" - depends on I2C && PCI && EXPERIMENTAL - select I2C_ISA + depends on PCI help If you say yes here you get support for the integrated sensors in SiS5595 South Bridges. |