aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-04-25 16:43:25 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-06-22 00:51:54 -0400
commit08e7e2789e0da49eadeb17121e24af22efeee84b (patch)
tree0e7edd2ffc4ad0a3b1e5c5fe070fb1bc460696cf /drivers/i2c/chips/Kconfig
parent40b5cda28aafe3744d8808c21f7959e472a9ecb1 (diff)
[PATCH] I2C: New hardware monitoring driver: w83627ehf
This is a new hardware monitoring driver, w83627ehf, which supports the Winbond W83627EHF Super-I/O chip. The driver is not complete, but already usable. It only implements fan speed and temperature monitoring, while the chip also supports voltage inputs with VID, PWM output and temperature sensor selection. I have no more time to work on this, but anyone with supported hardware could add the missing functionalities later. This driver is largely derived from the w83627hf driver. Thanks to Leon Moonen and Steve Cliffe for tesing the preliminary versions of my driver and reporting the problems they encountered. Thanks to Grant Coady for noticing and fixing various corner cases in the fan management. This third version of the driver hopefully addresses all the issues the original version had. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r--drivers/i2c/chips/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
index 3c8863f26c7e..ec52e3a399f3 100644
--- a/drivers/i2c/chips/Kconfig
+++ b/drivers/i2c/chips/Kconfig
@@ -384,6 +384,20 @@ config SENSORS_W83627HF
384 This driver can also be built as a module. If so, the module 384 This driver can also be built as a module. If so, the module
385 will be called w83627hf. 385 will be called w83627hf.
386 386
387config SENSORS_W83627EHF
388 tristate "Winbond W83627EHF"
389 depends on I2C && EXPERIMENTAL
390 select I2C_SENSOR
391 select I2C_ISA
392 help
393 If you say yes here you get preliminary support for the hardware
394 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
395 Only fan and temperature inputs are supported at the moment, while
396 the chip does much more than that.
397
398 This driver can also be built as a module. If so, the module
399 will be called w83627ehf.
400
387endmenu 401endmenu
388 402
389menu "Other I2C Chip support" 403menu "Other I2C Chip support"