diff options
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 |