From: Krzysztof Kozlowski Date: Fri, 4 Apr 2025 11:57:19 +0000 (+0200) Subject: pinctrl: uniphier: Do not enable by default during compile testing X-Git-Tag: v6.16-rc1~113^2~65 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b883eb49ec48cc736189788aed518de30ba766b0;p=linux-block.git 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 Link: https://lore.kernel.org/20250404115719.309999-2-krzysztof.kozlowski@linaro.org Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/uniphier/Kconfig b/drivers/pinctrl/uniphier/Kconfig index b71c07d84662..5e3de0df756b 100644 --- a/drivers/pinctrl/uniphier/Kconfig +++ b/drivers/pinctrl/uniphier/Kconfig @@ -3,7 +3,7 @@ menuconfig PINCTRL_UNIPHIER bool "UniPhier SoC pinctrl drivers" depends on ARCH_UNIPHIER || COMPILE_TEST depends on OF && MFD_SYSCON - default y + default ARCH_UNIPHIER select PINMUX select GENERIC_PINCONF