summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Kconfig
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/Kconfig
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/Kconfig')
-rw-r--r--drivers/aiodev/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/aiodev/Kconfig b/drivers/aiodev/Kconfig
index 3eabd3b3ff..7f1d0fd4a9 100644
--- a/drivers/aiodev/Kconfig
+++ b/drivers/aiodev/Kconfig
@@ -16,6 +16,13 @@ config IMX_THERMAL
Support for Temperature Monitor (TEMPMON) found on Freescale
i.MX SoCs.
+config QORIQ_THERMAL
+ tristate "QorIQ Thermal Monitoring Unit"
+ depends on ARCH_IMX8MQ
+ help
+ Support for Thermal Monitoring Unit (TMU) found on QorIQ and
+ i.MX8MQ platforms.
+
config LM75
tristate "LM75 driver"
depends on I2C