diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-06-15 12:39:46 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-06-15 12:39:46 -0400 |
commit | ab2b79d5e22d3cdd2b191e479c60e69df528369a (patch) | |
tree | cb7ed54072090347e455373e8174613e9a32b85f /drivers/hwmon/Kconfig | |
parent | 8070408b5446232ba6eb6e0809a329da58a6ae52 (diff) |
hwmon: (tmp401) Add support for TI's TMP401 sensor chip
This is a new hwmon driver for TI's TMP401 temperature sensor IC. This driver
was written on behalf of an embedded systems vendor under the
Linux driver project.
It has been tested using a TI TMP401 sample attached to a i2c-tiny-usb adapter.
Which was provided by Till Harbaum, many thanks to him for this!
Signed-off-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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 86a5cff0c027..79117c3abb41 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -787,6 +787,16 @@ config SENSORS_THMC50 | |||
787 | This driver can also be built as a module. If so, the module | 787 | This driver can also be built as a module. If so, the module |
788 | will be called thmc50. | 788 | will be called thmc50. |
789 | 789 | ||
790 | config SENSORS_TMP401 | ||
791 | tristate "Texas Instruments TMP401 and compatibles" | ||
792 | depends on I2C && EXPERIMENTAL | ||
793 | help | ||
794 | If you say yes here you get support for Texas Instruments TMP401 and | ||
795 | TMP411 temperature sensor chips. | ||
796 | |||
797 | This driver can also be built as a module. If so, the module | ||
798 | will be called tmp401. | ||
799 | |||
790 | config SENSORS_VIA686A | 800 | config SENSORS_VIA686A |
791 | tristate "VIA686A" | 801 | tristate "VIA686A" |
792 | depends on PCI | 802 | depends on PCI |