diff options
author | Andrew F. Davis <afd@ti.com> | 2016-06-08 12:00:54 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-06-27 18:58:03 -0700 |
commit | c0a68601804dcb4ee8a141e42e1e6893b6b0610c (patch) | |
tree | 7ae376294c5bdd533986f2e3002ac49b79008253 /drivers/hwmon/Kconfig | |
parent | 7c84f7f80d6fcea36246b793d06c3555ca53ddcd (diff) | |
download | linux-c0a68601804dcb4ee8a141e42e1e6893b6b0610c.tar.bz2 |
hwmon: (tmp401) Add support for TI TMP461
Signed-off-by: Andrew F. Davis <afd@ti.com>
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 e0be99a4615c..be63b140a976 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1572,7 +1572,7 @@ config SENSORS_TMP401 depends on I2C help If you say yes here you get support for Texas Instruments TMP401, - TMP411, TMP431, TMP432 and TMP435 temperature sensor chips. + TMP411, TMP431, TMP432, TMP435, and TMP461 temperature sensor chips. This driver can also be built as a module. If so, the module will be called tmp401. |