diff options
author | Juerg Haefliger <juergh@gmail.com> | 2008-08-07 00:41:03 +0400 |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-08-07 00:41:03 +0400 |
commit | 549edb83327f2a5027a22d65b10603b01dc40175 (patch) | |
tree | f30b17f061ad28f132c9e11eb4a4d079d1cf6a5e /drivers/hwmon/Kconfig | |
parent | 55d68d75ab00e60953f8784af5927b60967a297f (diff) | |
download | linux-549edb83327f2a5027a22d65b10603b01dc40175.tar.xz |
hwmon: (dme1737) Add support for the SMSC SCH5027
Add support for the SCH5027. The differences to the DME1737 are:
- No support for programmable temp offsets
- In auto mode, PWM outputs stay on min value if temp goes below low threshold
and can't be programmed to fully turn off
- Different voltage scaling
- No VID input
Signed-off-by: Juerg Haefliger <juergh@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index c882fd05cf29..1de240a26fc5 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -575,8 +575,8 @@ config SENSORS_DME1737 select HWMON_VID help If you say yes here you get support for the hardware monitoring - and fan control features of the SMSC DME1737 (and compatibles - like the Asus A8000) and SCH311x Super-I/O chips. + and fan control features of the SMSC DME1737, SCH311x, SCH5027, and + Asus A8000 Super-I/O chips. This driver can also be built as a module. If so, the module will be called dme1737. |