aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorJohn Muir <john@jmuir.com>2016-12-01 18:32:41 -0800
committerGuenter Roeck <linux@roeck-us.net>2016-12-09 21:54:25 -0800
commit66e1c91713396734f8cf778a2fc5212876c04bc0 (patch)
treebcc4661fa3206bb761cc5391f99d862505fabea3 /drivers/hwmon/Makefile
parenthwmon: (core) Simplify sysfs attribute name allocation (diff)
downloadlinux-dev-66e1c91713396734f8cf778a2fc5212876c04bc0.tar.xz
linux-dev-66e1c91713396734f8cf778a2fc5212876c04bc0.zip
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/Makefile1
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