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 <geert+renesas@glider.be>
Reviewed-by: Yixun Lan <dlan@gentoo.org>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Tested-by: Alex Elder <elder@riscstar.com>
Reviewed-by: Alex Elder <elder@riscstar.com>
Link: https://lore.kernel.org/6881b8d1ad74ac780af8a974e604b5ef3f5d4aad.1742198691.git.geert+renesas@glider.be
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Geert Uytterhoeven and committed by
Linus Walleij
c746ff4a 4701f33a

+1 -1
+1 -1
drivers/pinctrl/spacemit/Kconfig
··· 7 7 bool "SpacemiT K1 SoC Pinctrl driver" 8 8 depends on ARCH_SPACEMIT || COMPILE_TEST 9 9 depends on OF 10 - default y 10 + default ARCH_SPACEMIT 11 11 select GENERIC_PINCTRL_GROUPS 12 12 select GENERIC_PINMUX_FUNCTIONS 13 13 select GENERIC_PINCONF