Commit f3244b65 authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: nuvoton: Fix up Kconfig deps



We have build errors due to missing dependency on OF.
Add the dependency and do it the same way for all three
Nuvotons while we are at it.

Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230913-novoton-kconfig-v1-1-1c2dff14c0d2@linaro.org
parent c9336ebe
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@

config PINCTRL_WPCM450
	tristate "Pinctrl and GPIO driver for Nuvoton WPCM450"
	depends on ARCH_WPCM450 || COMPILE_TEST
	depends on OF
	depends on (ARCH_WPCM450 || COMPILE_TEST) && OF
	select PINMUX
	select PINCONF
	select GENERIC_PINCONF
@@ -35,7 +34,7 @@ config PINCTRL_NPCM7XX

config PINCTRL_NPCM8XX
	tristate "Pinctrl and GPIO driver for Nuvoton NPCM8XX"
	depends on ARCH_NPCM || COMPILE_TEST
	depends on (ARCH_NPCM || COMPILE_TEST) && OF
	select PINMUX
	select PINCONF
	select GENERIC_PINCONF