diff options
author | 2025-03-21 13:02:28 -0700 | |
---|---|---|
committer | 2025-03-21 13:02:28 -0700 | |
commit | 3e49db00df1f8959a6323bc0b21f44653677b302 (patch) | |
tree | a0d099f65186627e87ca7041b7ac23f2c05e01d2 | |
parent | Merge tag 'io_uring-6.14-20250321' of git://git.kernel.dk/linux (diff) | |
parent | pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionally (diff) | |
download | wireguard-linux-3e49db00df1f8959a6323bc0b21f44653677b302.tar.xz wireguard-linux-3e49db00df1f8959a6323bc0b21f44653677b302.zip |
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
-rw-r--r-- | drivers/pinctrl/spacemit/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/spacemit/Kconfig b/drivers/pinctrl/spacemit/Kconfig index a2f98b3f8a75..d6f6017fd097 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 |