diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-03 23:05:57 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-01-09 17:20:10 +0800 |
commit | 83a4c74c019504c7334b48dd1f592878b51a65d7 (patch) | |
tree | 8b04c8e6b99d9c3846b39f82d3910c81db728a21 /drivers/soc/imx/Kconfig | |
parent | 18f662a738629ea6073195ae58acad0d0fa3315b (diff) |
soc: imx: Enable compile testing of IMX_SCU_SOC
IMX_SCU_SOC can be compile tested to increase build coverage.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/soc/imx/Kconfig')
-rw-r--r-- | drivers/soc/imx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig index 8aaebf13e2e6..0281ef9a1800 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 + depends on IMX_SCU || COMPILE_TEST select SOC_BUS help If you say yes here you get support for the NXP i.MX System |