diff options
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 14 |
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 | ||
387 | config 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 | |||
387 | endmenu | 401 | endmenu |
388 | 402 | ||
389 | menu "Other I2C Chip support" | 403 | menu "Other I2C Chip support" |