diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-01-31 09:27:11 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-03-18 21:27:43 -0400 |
commit | 9908ad4cd4bc3e6620e1819e7f9b43f109650e1b (patch) | |
tree | a1fd79fa9119c908e05a74f8207ba23f94566c24 /drivers/hwmon/Kconfig | |
parent | 0e190b7fa330f19afed9e12d551432b8659886c7 (diff) |
hwmon: (lm80) Add detection of NatSemi/TI LM96080
Add detection of the National Semiconductor (now Texas Instruments)
LM96080. It is functionally compatible with the LM80 but detection is
completely different.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
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 dad895fec62a..1cd0e201819c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -598,11 +598,11 @@ config SENSORS_LM78 | |||
598 | will be called lm78. | 598 | will be called lm78. |
599 | 599 | ||
600 | config SENSORS_LM80 | 600 | config SENSORS_LM80 |
601 | tristate "National Semiconductor LM80" | 601 | tristate "National Semiconductor LM80 and LM96080" |
602 | depends on I2C | 602 | depends on I2C |
603 | help | 603 | help |
604 | If you say yes here you get support for National Semiconductor | 604 | If you say yes here you get support for National Semiconductor |
605 | LM80 sensor chips. | 605 | LM80 and LM96080 sensor chips. |
606 | 606 | ||
607 | This driver can also be built as a module. If so, the module | 607 | This driver can also be built as a module. If so, the module |
608 | will be called lm80. | 608 | will be called lm80. |