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:12 -0400 |
commit | f641b588fdfd25e73c73f6e4977cd2daf8a5e363 (patch) | |
tree | 0380dab553d7ffc72a6aa6add488656586d1cb08 /drivers/hwmon/Kconfig | |
parent | b825037d185549825d4f35504f2085ec86037110 (diff) |
hwmon/pc87360: Convert to a platform driver
Convert the pc87360 driver from the nonsensical i2c-isa hack to a
regular platform driver. This is a direct conversion, other cleanups
could happen on top of that.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Jim Cromie <jim.cromie@gmail.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index f848e343b6ab..1d9be07c3c1d 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -405,8 +405,6 @@ config SENSORS_MAX6650 | |||
405 | 405 | ||
406 | config SENSORS_PC87360 | 406 | config SENSORS_PC87360 |
407 | tristate "National Semiconductor PC87360 family" | 407 | tristate "National Semiconductor PC87360 family" |
408 | depends on I2C && EXPERIMENTAL | ||
409 | select I2C_ISA | ||
410 | select HWMON_VID | 408 | select HWMON_VID |
411 | help | 409 | help |
412 | If you say yes here you get access to the hardware monitoring | 410 | If you say yes here you get access to the hardware monitoring |