Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/20250514131342.755840-1-alexander.stein@ew.tq-group.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Alexander Stein and committed by
Linus Walleij
939be10e 8cefeddf

+1
+1
drivers/pinctrl/freescale/Kconfig
··· 20 20 21 21 config PINCTRL_IMX_SCU 22 22 tristate 23 + depends on OF 23 24 depends on IMX_SCU || COMPILE_TEST 24 25 select PINCTRL_IMX 25 26