diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-06-09 10:11:16 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 14:22:13 -0400 |
commit | 17e7dc4373dfcf2a3058d307665263df29dd5fe7 (patch) | |
tree | f169182e090736a4f778d7c47b641694695ed557 /drivers/hwmon/Kconfig | |
parent | 1e71a5a2ce40425e3bf1bbce021a443ec8a24043 (diff) |
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 | |||
431 | 431 | ||
432 | config SENSORS_SIS5595 | 432 | config SENSORS_SIS5595 |
433 | tristate "Silicon Integrated Systems Corp. SiS5595" | 433 | tristate "Silicon Integrated Systems Corp. SiS5595" |
434 | depends on I2C && PCI && EXPERIMENTAL | 434 | depends on PCI |
435 | select I2C_ISA | ||
436 | help | 435 | help |
437 | If you say yes here you get support for the integrated sensors in | 436 | If you say yes here you get support for the integrated sensors in |
438 | SiS5595 South Bridges. | 437 | SiS5595 South Bridges. |