From: Peng Fan Date: Mon, 16 Mar 2020 03:09:02 +0000 (+0800) Subject: soc: imx: drop COMPILE_TEST for IMX_SCU_SOC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2a52651292ad9e642d205ce2ece2686d3b3395a7;p=linux.git soc: imx: drop COMPILE_TEST for IMX_SCU_SOC With COMPILE_TEST, there will be build error, because IMX_SCU might be set to n, so drop COMPILE_TEST. Suggested-by: Shawn Guo Signed-off-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig index 70019cefa6175..67aa94b2481b2 100644 --- a/drivers/soc/imx/Kconfig +++ b/drivers/soc/imx/Kconfig @@ -10,7 +10,7 @@ config IMX_GPCV2_PM_DOMAINS config IMX_SCU_SOC bool "i.MX System Controller Unit SoC info support" - depends on IMX_SCU || COMPILE_TEST + depends on IMX_SCU select SOC_BUS help If you say yes here you get support for the NXP i.MX System