aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorRoger Lucas <roger@planbit.co.uk>2007-06-12 15:04:08 -0400
committerMark M. Hoffman <mhoffman@lightlink.com>2007-07-19 14:22:14 -0400
commitec5e1a4b8faa6a3522171a185a5c6ac9609e14b4 (patch)
tree17ac93d11ece3808b3d78e9aa4c308a37ab9a8b4 /drivers/hwmon/Kconfig
parent2f6ae157905c393f7372607bc2954f7689838199 (diff)
hwmon: Convert vt8231 to a platform driver
Convert the vt8231 driver from the nonsensical i2c-isa hack to a regular platform driver. Signed-off-by: Roger Lucas <roger@planbit.co.uk> Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 398a52e163e4..aea2d57c6764 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -517,9 +517,8 @@ config SENSORS_VT1211
517 517
518config SENSORS_VT8231 518config SENSORS_VT8231
519 tristate "VIA VT8231" 519 tristate "VIA VT8231"
520 depends on I2C && PCI && EXPERIMENTAL 520 depends on PCI
521 select HWMON_VID 521 select HWMON_VID
522 select I2C_ISA
523 help 522 help
524 If you say yes here then you get support for the integrated sensors 523 If you say yes here then you get support for the integrated sensors
525 in the VIA VT8231 device. 524 in the VIA VT8231 device.