diff mbox series

soc: imx: drop COMPILE_TEST for IMX_SCU_SOC

Message ID 1584328142-11810-1-git-send-email-peng.fan@nxp.com (mailing list archive)
State Mainlined
Commit 2a52651292ad9e642d205ce2ece2686d3b3395a7
Headers show
Series soc: imx: drop COMPILE_TEST for IMX_SCU_SOC | expand

Commit Message

Peng Fan March 16, 2020, 3:09 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

With COMPILE_TEST, there will be build error, because IMX_SCU
might be set to n, so drop COMPILE_TEST.

Suggested-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/soc/imx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo March 16, 2020, 6:01 a.m. UTC | #1
On Mon, Mar 16, 2020 at 11:09:02AM +0800, peng.fan@nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> With COMPILE_TEST, there will be build error, because IMX_SCU
> might be set to n, so drop COMPILE_TEST.
> 
> Suggested-by: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index 0b69024296d5..b18271e99d4f 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