diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2012-09-05 05:49:14 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-09-24 00:08:34 -0400 |
commit | a86e94dc946d58fb5abb8e250a99720c9bdf8c2d (patch) | |
tree | 837c3b262620d130519812e0c62ce88c351bb91d /drivers/hwmon/Kconfig | |
parent | 367eb2ee8a6f160c369d9afa6732237eeb679467 (diff) |
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 6566ed6db3b0..8343cadd6632 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -560,12 +560,12 @@ config SENSORS_LM63 | |||
560 | will be called lm63. | 560 | will be called lm63. |
561 | 561 | ||
562 | config SENSORS_LM70 | 562 | config SENSORS_LM70 |
563 | tristate "National Semiconductor LM70 / Texas Instruments TMP121" | 563 | tristate "National Semiconductor LM70 and compatibles" |
564 | depends on SPI_MASTER | 564 | depends on SPI_MASTER |
565 | help | 565 | help |
566 | If you say yes here you get support for the National Semiconductor | 566 | If you say yes here you get support for the National Semiconductor |
567 | LM70 and Texas Instruments TMP121/TMP123 digital temperature | 567 | LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera- |
568 | sensor chips. | 568 | ture sensor chips. |
569 | 569 | ||
570 | This driver can also be built as a module. If so, the module | 570 | This driver can also be built as a module. If so, the module |
571 | will be called lm70. | 571 | will be called lm70. |