[PATCH 2/2] aiodev: imx_thermal: depend on MACH_IMX6
Lucas Stach
l.stach at pengutronix.de
Mon Jun 20 02:28:14 PDT 2016
This driver uses private includes from the imx6 architecture.
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
drivers/aiodev/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/aiodev/Kconfig b/drivers/aiodev/Kconfig
index 0ecf6f409232..1c5fabe01ad9 100644
--- a/drivers/aiodev/Kconfig
+++ b/drivers/aiodev/Kconfig
@@ -8,6 +8,7 @@ if AIODEV
config IMX_THERMAL
tristate "Temperature sensor driver for Freescale i.MX SoCs"
+ depends on ARCH_IMX6
select MFD_SYSCON
help
Support for Temperature Monitor (TEMPMON) found on Freescale
--
2.8.1
More information about the barebox
mailing list