diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2009-01-07 16:37:34 +0100 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-01-07 16:37:34 +0100 |
commit | c8ac32e4711639c81e5f4d4cd78c8f21675a2bae (patch) | |
tree | 3ec6572d74cf2fc824a8176aa5f3adeac04002ed /drivers/hwmon/Kconfig | |
parent | 2b7300513b98e05058a803de3beb8a1c0a0c61d9 (diff) | |
download | op-kernel-dev-c8ac32e4711639c81e5f4d4cd78c8f21675a2bae.zip op-kernel-dev-c8ac32e4711639c81e5f4d4cd78c8f21675a2bae.tar.gz |
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 3c34fb5..4b33bc8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -428,11 +428,12 @@ config SENSORS_LM63 will be called lm63. config SENSORS_LM70 - tristate "National Semiconductor LM70" + tristate "National Semiconductor LM70 / Texas Instruments TMP121" depends on SPI_MASTER && EXPERIMENTAL help If you say yes here you get support for the National Semiconductor - LM70 digital temperature sensor chip. + LM70 and Texas Instruments TMP121/TMP123 digital temperature + sensor chips. This driver can also be built as a module. If so, the module will be called lm70. |