Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eea6a364 authored by Peter Robinson's avatar Peter Robinson Committed by Zhang Rui
Browse files

thermal: imx: depend on imx SoC arch



Not much use unless the SoC is selected so depend on the ARCH_MXC
and COMPILE_TEST like all the other thermal drivers.

v2: drop extraneous OF

Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
parent 809eb350
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ config HISI_THERMAL

config IMX_THERMAL
	tristate "Temperature sensor driver for Freescale i.MX SoCs"
	depends on CPU_THERMAL
	depends on (ARCH_MXC && CPU_THERMAL) || COMPILE_TEST
	depends on MFD_SYSCON
	depends on OF
	help