aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2012-01-16 16:51:45 -0500
committerJean Delvare <khali@endymion.delvare>2012-01-16 16:51:45 -0500
commit210961c436d5c552a816ae9c6b38cbc8b993395a (patch)
tree234ab06ad1a1a3acc69082d4964e5b955dd337a6 /drivers/hwmon/Kconfig
parent786375f7298dcc78a7cf44be9e15fb79bddc6f25 (diff)
hwmon: (lm63) Add support for LM96163
LM96163 is an enhanced version of LM63 with improved PWM resolution. Add chip detection code as well as support for improved PWM resolution if the chip is configured to use it. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Tested-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index cb351d358387..f468bbb6357a 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -515,11 +515,11 @@ config SENSORS_LINEAGE
515 will be called lineage-pem. 515 will be called lineage-pem.
516 516
517config SENSORS_LM63 517config SENSORS_LM63
518 tristate "National Semiconductor LM63 and LM64" 518 tristate "National Semiconductor LM63 and compatibles"
519 depends on I2C 519 depends on I2C
520 help 520 help
521 If you say yes here you get support for the National 521 If you say yes here you get support for the National
522 Semiconductor LM63 and LM64 remote diode digital temperature 522 Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
523 sensors with integrated fan control. Such chips are found 523 sensors with integrated fan control. Such chips are found
524 on the Tyan S4882 (Thunder K8QS Pro) motherboard, among 524 on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
525 others. 525 others.