diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2009-01-07 10:37:34 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-01-07 10:37:34 -0500 |
commit | c8ac32e4711639c81e5f4d4cd78c8f21675a2bae (patch) | |
tree | 3ec6572d74cf2fc824a8176aa5f3adeac04002ed /drivers/hwmon/Kconfig | |
parent | 2b7300513b98e05058a803de3beb8a1c0a0c61d9 (diff) |
hwmon: (lm70) Add TI TMP121 support
The Texas Instruments TMP121 is a SPI temperature sensor very similar
to the LM70, with slightly higher resolution. This patch extends the
LM70 driver to support the TMP121. The TMP123 differs in pin assign-
ment.
Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 3c34fb5e4194..4b33bc82cc24 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -428,11 +428,12 @@ config SENSORS_LM63 | |||
428 | will be called lm63. | 428 | will be called lm63. |
429 | 429 | ||
430 | config SENSORS_LM70 | 430 | config SENSORS_LM70 |
431 | tristate "National Semiconductor LM70" | 431 | tristate "National Semiconductor LM70 / Texas Instruments TMP121" |
432 | depends on SPI_MASTER && EXPERIMENTAL | 432 | depends on SPI_MASTER && EXPERIMENTAL |
433 | help | 433 | help |
434 | If you say yes here you get support for the National Semiconductor | 434 | If you say yes here you get support for the National Semiconductor |
435 | LM70 digital temperature sensor chip. | 435 | LM70 and Texas Instruments TMP121/TMP123 digital temperature |
436 | sensor chips. | ||
436 | 437 | ||
437 | This driver can also be built as a module. If so, the module | 438 | This driver can also be built as a module. If so, the module |
438 | will be called lm70. | 439 | will be called lm70. |