diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-03-15 15:55:08 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-08 00:16:42 -0400 |
commit | a1fac92b8b2c439678424f7660f066341607a82a (patch) | |
tree | 672ef38fd52db6e1d65592183cdd4aef3fbd52ef /drivers/hwmon/Kconfig | |
parent | 58615a94f6a190f2fb9f9a99f1894d161c4b85b9 (diff) |
hwmon: (tmp401) Add support for TMP431
TMP431 is compatible to TMP401.
Also add support for additional I2C addresses supported by TMP411B
and TMP411C.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
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 a0f1d6a406eb..43ed3aef21c8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1238,8 +1238,8 @@ config SENSORS_TMP401 | |||
1238 | tristate "Texas Instruments TMP401 and compatibles" | 1238 | tristate "Texas Instruments TMP401 and compatibles" |
1239 | depends on I2C | 1239 | depends on I2C |
1240 | help | 1240 | help |
1241 | If you say yes here you get support for Texas Instruments TMP401 and | 1241 | If you say yes here you get support for Texas Instruments TMP401, |
1242 | TMP411 temperature sensor chips. | 1242 | TMP411, and TMP431 temperature sensor chips. |
1243 | 1243 | ||
1244 | This driver can also be built as a module. If so, the module | 1244 | This driver can also be built as a module. If so, the module |
1245 | will be called tmp401. | 1245 | will be called tmp401. |