aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2014-06-18 07:37:17 +0200
committerGuenter Roeck <linux@roeck-us.net>2014-08-04 07:01:33 -0700
commitd17a7dca04b23586f6c284f98196fbe0ac7607a8 (patch)
tree5cf515a2e7d6a69a36779e1a3328e37aad56ab98 /drivers/hwmon/Makefile
parent49153b092ceb099a5f38a645e3c40b4bd4e28a82 (diff)
downloadlinux-d17a7dca04b23586f6c284f98196fbe0ac7607a8.tar.gz
hwmon: Driver for TI TMP103 temperature sensor
Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher <hs@denx.de> [linux@roeck-us.net: Select REGMAP_I2C in Kconfig] 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 b5914d8f770cd4..1362382a318705 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -136,6 +136,7 @@ obj-$(CONFIG_SENSORS_SMSC47M192)+= smsc47m192.o
obj-$(CONFIG_SENSORS_AMC6821) += amc6821.o
obj-$(CONFIG_SENSORS_THMC50) += thmc50.o
obj-$(CONFIG_SENSORS_TMP102) += tmp102.o
+obj-$(CONFIG_SENSORS_TMP103) += tmp103.o
obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
obj-$(CONFIG_SENSORS_TMP421) += tmp421.o
obj-$(CONFIG_SENSORS_TWL4030_MADC)+= twl4030-madc-hwmon.o