diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2012-09-05 11:49:14 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-09-23 21:08:34 -0700 |
commit | a86e94dc946d58fb5abb8e250a99720c9bdf8c2d (patch) | |
tree | 837c3b262620d130519812e0c62ce88c351bb91d /drivers/hwmon/Kconfig | |
parent | 367eb2ee8a6f160c369d9afa6732237eeb679467 (diff) | |
download | op-kernel-dev-a86e94dc946d58fb5abb8e250a99720c9bdf8c2d.zip op-kernel-dev-a86e94dc946d58fb5abb8e250a99720c9bdf8c2d.tar.gz |
hwmon: (lm70) Add support for LM71 and LM74
Add support for LM74 and LM71 to LM70 driver.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 6566ed6..8343cad 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -560,12 +560,12 @@ config SENSORS_LM63 will be called lm63. config SENSORS_LM70 - tristate "National Semiconductor LM70 / Texas Instruments TMP121" + tristate "National Semiconductor LM70 and compatibles" depends on SPI_MASTER help If you say yes here you get support for the National Semiconductor - LM70 and Texas Instruments TMP121/TMP123 digital temperature - sensor chips. + LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera- + ture sensor chips. This driver can also be built as a module. If so, the module will be called lm70. |