diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 13eea47dceb3..f848e343b6ab 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -442,6 +442,18 @@ config SENSORS_SIS5595 | |||
442 | This driver can also be built as a module. If so, the module | 442 | This driver can also be built as a module. If so, the module |
443 | will be called sis5595. | 443 | will be called sis5595. |
444 | 444 | ||
445 | config SENSORS_DME1737 | ||
446 | tristate "SMSC DME1737 and compatibles" | ||
447 | depends on I2C && EXPERIMENTAL | ||
448 | select HWMON_VID | ||
449 | help | ||
450 | If you say yes here you get support for the hardware monitoring | ||
451 | and fan control features of the SMSC DME1737 (and compatibles | ||
452 | like the Asus A8000) Super-I/O chip. | ||
453 | |||
454 | This driver can also be built as a module. If so, the module | ||
455 | will be called dme1737. | ||
456 | |||
445 | config SENSORS_SMSC47M1 | 457 | config SENSORS_SMSC47M1 |
446 | tristate "SMSC LPC47M10x and compatibles" | 458 | tristate "SMSC LPC47M10x and compatibles" |
447 | help | 459 | help |