summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Makefile
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-09-20 23:05:31 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-24 09:05:39 +0200
commit0b4d8ba461b31b502486254144299e3b2dfbc124 (patch)
tree896457870d69515eac40214c059437cae9bdb011 /drivers/aiodev/Makefile
parent6f2d609c1e6f466480d198bd00eb7b52a1b20c25 (diff)
downloadbarebox-0b4d8ba461b31b502486254144299e3b2dfbc124.tar.gz
barebox-0b4d8ba461b31b502486254144299e3b2dfbc124.tar.xz
aiodev: Port Linux driver for i.MX8MQ CPU thermal sensor
This patch is a minimal port of the corresponding driver that can be found in Linux kernel (drivers/thermal/qoriq_thermal.c). Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/aiodev/Makefile')
-rw-r--r--drivers/aiodev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/aiodev/Makefile b/drivers/aiodev/Makefile
index 1dcf6cdc4b..d5318deeb0 100644
--- a/drivers/aiodev/Makefile
+++ b/drivers/aiodev/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_AIODEV) += core.o
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
obj-$(CONFIG_LM75) += lm75.o
obj-$(CONFIG_MC13XXX_ADC) += mc13xxx_adc.o
+obj-$(CONFIG_QORIQ_THERMAL) += qoriq_thermal.o