Commit 2a526512 authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

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: default avatarShawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5b00b837
...@@ -10,7 +10,7 @@ config IMX_GPCV2_PM_DOMAINS ...@@ -10,7 +10,7 @@ config IMX_GPCV2_PM_DOMAINS
config IMX_SCU_SOC config IMX_SCU_SOC
bool "i.MX System Controller Unit SoC info support" bool "i.MX System Controller Unit SoC info support"
depends on IMX_SCU || COMPILE_TEST depends on IMX_SCU
select SOC_BUS select SOC_BUS
help help
If you say yes here you get support for the NXP i.MX System If you say yes here you get support for the NXP i.MX System
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment