Skip to content

Commit 58414a3

Browse files
esbenLinus Walleij
authored andcommitted
pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU
When PINCTRL_IMX_SCU was selected by PINCTRL_IMX8DXL or PINCTRL_IMX8QM combined with COMPILE_TEST on a non-arm platforms, the IMX_SCU dependency could not be enabled. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Esben Haabendal <[email protected]> Link: https://lore.kernel.org/20241003-imx-pinctrl-compile-test-fix-v1-1-145ca1948cc3@geanix.com Signed-off-by: Linus Walleij <[email protected]>
1 parent d01240b commit 58414a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/freescale/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ config PINCTRL_IMX_SCMI
2020

2121
config PINCTRL_IMX_SCU
2222
tristate
23-
depends on IMX_SCU
23+
depends on IMX_SCU || COMPILE_TEST
2424
select PINCTRL_IMX
2525

2626
config PINCTRL_IMX1_CORE

0 commit comments

Comments
 (0)