diff options
author | Florian Eckert <fe@dev.tdt.de> | 2017-09-01 09:58:17 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-09-01 17:24:14 +0300 |
commit | 7074d0a92758603369655ef5d4f49e6caaae0b4e (patch) | |
tree | e3435c06490bbfcadd70fa7f23178c38bfbe65a1 /drivers/hwmon/Makefile | |
parent | 7a3b68b9075cf9b67692bb97497740bab1dfab41 (diff) | |
download | linux-7074d0a92758603369655ef5d4f49e6caaae0b4e.tar.xz |
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/Makefile | 1 |
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 |