From: Geert Uytterhoeven Date: Mon, 17 Mar 2025 08:06:42 +0000 (+0100) Subject: pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionally X-Git-Tag: v6.14~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c746ff4a67f4842e90fe232d2c9fc983f4034848;p=thirdparty%2Fkernel%2Flinux.git pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionally Merely enabling compile-testing should not enable additional functionality. Fixes: 7ff4faba63571c51 ("pinctrl: spacemit: enable config option") Signed-off-by: Geert Uytterhoeven Reviewed-by: Yixun Lan Reviewed-by: Javier Martinez Canillas Tested-by: Alex Elder Reviewed-by: Alex Elder Link: https://lore.kernel.org/6881b8d1ad74ac780af8a974e604b5ef3f5d4aad.1742198691.git.geert+renesas@glider.be Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/spacemit/Kconfig b/drivers/pinctrl/spacemit/Kconfig index a2f98b3f8a755..d6f6017fd097d 100644 --- a/drivers/pinctrl/spacemit/Kconfig +++ b/drivers/pinctrl/spacemit/Kconfig @@ -7,7 +7,7 @@ config PINCTRL_SPACEMIT_K1 bool "SpacemiT K1 SoC Pinctrl driver" depends on ARCH_SPACEMIT || COMPILE_TEST depends on OF - default y + default ARCH_SPACEMIT select GENERIC_PINCTRL_GROUPS select GENERIC_PINMUX_FUNCTIONS select GENERIC_PINCONF