Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+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