aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2017-09-01 08:58:17 +0200
committerGuenter Roeck <linux@roeck-us.net>2017-09-01 07:24:14 -0700
commit7074d0a92758603369655ef5d4f49e6caaae0b4e (patch)
treee3435c06490bbfcadd70fa7f23178c38bfbe65a1 /drivers/hwmon/Makefile
parenthwmon: (ltq-cputemp) add devicetree bindings documentation (diff)
downloadlinux-dev-7074d0a92758603369655ef5d4f49e6caaae0b4e.tar.xz
linux-dev-7074d0a92758603369655ef5d4f49e6caaae0b4e.zip
hwmon: (ltq-cputemp) add cpu temp sensor driver
Add the lantiq cpu temperature sensor support for xrx200. Signed-off-by: Florian Eckert <fe@dev.tdt.de> 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 d4641a9f16c1..c84d9784be98 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -110,6 +110,7 @@ obj-$(CONFIG_SENSORS_LTC4222) += ltc4222.o
obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o
obj-$(CONFIG_SENSORS_LTC4260) += ltc4260.o
obj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o
+obj-$(CONFIG_SENSORS_LTQ_CPUTEMP) += ltq-cputemp.o
obj-$(CONFIG_SENSORS_MAX1111) += max1111.o
obj-$(CONFIG_SENSORS_MAX16065) += max16065.o
obj-$(CONFIG_SENSORS_MAX1619) += max1619.o