diff options
author | John Muir <john@jmuir.com> | 2016-12-02 05:32:41 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-12-10 08:54:25 +0300 |
commit | 66e1c91713396734f8cf778a2fc5212876c04bc0 (patch) | |
tree | bcc4661fa3206bb761cc5391f99d862505fabea3 /drivers/hwmon/Makefile | |
parent | 3a412d5e4a1c831723d0aaf305f1cf9a78ad9c90 (diff) | |
download | linux-66e1c91713396734f8cf778a2fc5212876c04bc0.tar.xz |
hwmon: Add Texas Instruments TMP108 temperature sensor driver.
Add support for the TI TMP108 temperature sensor with some device
configuration parameters.
Signed-off-by: John Muir <john@jmuir.com>
[groeck: Initialize of_match_table]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index c651f0f1d047..d2cb7e804a0f 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -153,6 +153,7 @@ obj-$(CONFIG_SENSORS_TC74) += tc74.o obj-$(CONFIG_SENSORS_THMC50) += thmc50.o obj-$(CONFIG_SENSORS_TMP102) += tmp102.o obj-$(CONFIG_SENSORS_TMP103) += tmp103.o +obj-$(CONFIG_SENSORS_TMP108) += tmp108.o obj-$(CONFIG_SENSORS_TMP401) += tmp401.o obj-$(CONFIG_SENSORS_TMP421) += tmp421.o obj-$(CONFIG_SENSORS_TWL4030_MADC)+= twl4030-madc-hwmon.o |