aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorAndre Prendel <andre.prendel@gmx.de>2009-09-15 11:18:11 -0400
committerJean Delvare <khali@linux-fr.org>2009-09-15 11:18:11 -0400
commit9410700b881f867a50dd8dc3204372fd9dccd8f8 (patch)
treed41a31183e3716bb2ac8e548843653bbcf54105d /drivers/hwmon/Kconfig
parent5bed13f5809927be10facccb63add834b712df51 (diff)
hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chips
Add support for Texas Instruments TMP421/422/423 temperature sensor IC. TI's TMP421/422/423 are I2C temperature sensor chips. These chips are similar to TI's TMP401/411 chips, but with reduced functionality (only temperature measurement). The chips have one local sensor and up to three (TMP423) remote sensors. Signed-off-by: Andre Prendel <andre.prendel@gmx.de> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 2e25b7a827d3..ee57a4a2cd72 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -814,6 +814,16 @@ config SENSORS_TMP401
814 This driver can also be built as a module. If so, the module 814 This driver can also be built as a module. If so, the module
815 will be called tmp401. 815 will be called tmp401.
816 816
817config SENSORS_TMP421
818 tristate "Texas Instruments TMP421 and compatible"
819 depends on I2C && EXPERIMENTAL
820 help
821 If you say yes here you get support for Texas Instruments TMP421,
822 TMP422 and TMP423 temperature sensor chips.
823
824 This driver can also be built as a module. If so, the module
825 will be called tmp421.
826
817config SENSORS_VIA686A 827config SENSORS_VIA686A
818 tristate "VIA686A" 828 tristate "VIA686A"
819 depends on PCI 829 depends on PCI