Skip to content

Commit 3e49db0

Browse files
committed
Merge tag 'pinctrl-v6.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control fix from Linus Walleij: - A single patch for Spacemit K1 fixing up the Kconfig to not default to "y" * tag 'pinctrl-v6.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionally
2 parents d07de43 + c746ff4 commit 3e49db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/spacemit/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config PINCTRL_SPACEMIT_K1
77
bool "SpacemiT K1 SoC Pinctrl driver"
88
depends on ARCH_SPACEMIT || COMPILE_TEST
99
depends on OF
10-
default y
10+
default ARCH_SPACEMIT
1111
select GENERIC_PINCTRL_GROUPS
1212
select GENERIC_PINMUX_FUNCTIONS
1313
select GENERIC_PINCONF

0 commit comments

Comments
 (0)