diff options
author | Steven King <sfking@fdwdc.com> | 2010-05-27 13:58:56 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2010-05-27 13:58:56 -0400 |
commit | beb1b6bbf2b448b97b9611200eb4b5a555336c60 (patch) | |
tree | ff20c6fe10e2ef0f29e5fe0f21caf1fcff5236d6 /drivers/hwmon/Kconfig | |
parent | dac6831e67e90d1cee430a66e7390e753c20d835 (diff) |
hwmon: Driver for TI TMP102 temperature sensor
Driver for the TI TMP102.
The TI TMP102 is similar to the LM75. It differs from the LM75 by
having a 16-bit conf register and the temp registers have a minimum
resolution of 12 bits; the extended conf register can select 13-bit
resolution (which this driver does) and also change the update rate
(which this driver currently doesn't use).
[JD: Fix tmp102_exit tag, must be __exit, not __init.]
Signed-off-by: Steven King <sfking@fdwdc.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 6dddad81281e..6d87892a6639 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -842,6 +842,16 @@ config SENSORS_THMC50 | |||
842 | This driver can also be built as a module. If so, the module | 842 | This driver can also be built as a module. If so, the module |
843 | will be called thmc50. | 843 | will be called thmc50. |
844 | 844 | ||
845 | config SENSORS_TMP102 | ||
846 | tristate "Texas Instruments TMP102 and compatibles" | ||
847 | depends on I2C && EXPERIMENTAL | ||
848 | help | ||
849 | If you say yes here you get support for Texas Instruments TMP102 | ||
850 | sensor chips. | ||
851 | |||
852 | This driver can also be built as a module. If so, the module | ||
853 | will be called tmp102. | ||
854 | |||
845 | config SENSORS_TMP401 | 855 | config SENSORS_TMP401 |
846 | tristate "Texas Instruments TMP401 and compatibles" | 856 | tristate "Texas Instruments TMP401 and compatibles" |
847 | depends on I2C && EXPERIMENTAL | 857 | depends on I2C && EXPERIMENTAL |