Skip to content

Commit 939be10

Browse files
tq-steinalinusw
authored andcommitted
pinctrl: freescale: Depend imx-scu driver on OF
Although the driver itself does not depend on OF itself, it selects PINCTRL_IMX which depends on OF. So only select PINCTRL_IMX if OF is already selected to ensure dependencies are met. Signed-off-by: Alexander Stein <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 8cefedd commit 939be10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/freescale/Kconfig

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

2121
config PINCTRL_IMX_SCU
2222
tristate
23+
depends on OF
2324
depends on IMX_SCU || COMPILE_TEST
2425
select PINCTRL_IMX
2526

0 commit comments

Comments
 (0)