summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Kconfig
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2016-05-16 09:46:00 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-18 07:48:09 +0200
commitccebda1d4cc56eacf1663cb6693e43369332d939 (patch)
tree0d4382bd21689fc25e272be5e95b5df973ccde44 /drivers/aiodev/Kconfig
parentc203958f3bbf25fc3d612497057b962e96ad1c52 (diff)
downloadbarebox-ccebda1d4cc56eacf1663cb6693e43369332d939.tar.gz
barebox-ccebda1d4cc56eacf1663cb6693e43369332d939.tar.xz
aiodev: Add TEMPMON driver
Port TEMPMON driver from U-Boot 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/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/aiodev/Kconfig b/drivers/aiodev/Kconfig
index d6d4ac05a0..185c44e733 100644
--- a/drivers/aiodev/Kconfig
+++ b/drivers/aiodev/Kconfig
@@ -5,4 +5,12 @@ menuconfig AIODEV
bool "Analog I/O drivers"
if AIODEV
+
+config IMX_THERMAL
+ tristate "Temperature sensor driver for Freescale i.MX SoCs"
+ select MFD_SYSCON
+ help
+ Support for Temperature Monitor (TEMPMON) found on Freescale
+ i.MX SoCs.
+
endif