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

pinctrl: uniphier: Do not enable by default during compile testing

Enabling the compile test should not cause automatic enabling of all
drivers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/20250404115719.309999-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Linus Walleij
b883eb49 10dca7cd

+1 -1
+1 -1
drivers/pinctrl/uniphier/Kconfig
··· 3 3 bool "UniPhier SoC pinctrl drivers" 4 4 depends on ARCH_UNIPHIER || COMPILE_TEST 5 5 depends on OF && MFD_SYSCON 6 - default y 6 + default ARCH_UNIPHIER 7 7 select PINMUX 8 8 select GENERIC_PINCONF 9 9