diff options
author | Patrick Titiano <ptitiano@baylibre.com> | 2014-12-04 17:45:51 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-12-04 10:59:42 -0800 |
commit | 06adbaec2a7a3d04741557b411e264c7f9c91c85 (patch) | |
tree | 98e362c9dcb931ccda304befdf0d07415b692f0d /drivers/hwmon/Kconfig | |
parent | dfcd4c53be1da9e297bba340ec46f3269cbc239e (diff) | |
download | talos-op-linux-06adbaec2a7a3d04741557b411e264c7f9c91c85.tar.gz talos-op-linux-06adbaec2a7a3d04741557b411e264c7f9c91c85.zip |
hwmon: (tmp401) Add support for TI TMP435
Signed-off-by: Patrick Titiano <ptitiano@baylibre.com>
[Bartosz Golaszewski: prepared for submission, code review fixes]
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
[Guenter Roeck: Merged two patches into one]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index b1ce6a093a93..6529c09c46f0 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1466,7 +1466,7 @@ config SENSORS_TMP401 depends on I2C help If you say yes here you get support for Texas Instruments TMP401, - TMP411, TMP431, and TMP432 temperature sensor chips. + TMP411, TMP431, TMP432 and TMP435 temperature sensor chips. This driver can also be built as a module. If so, the module will be called tmp401. |