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.

at v4.5-rc4 17 lines 358 B view raw
1if (ARCH_PXA || COMPILE_TEST) 2 3config PINCTRL_PXA 4 bool 5 select PINMUX 6 select PINCONF 7 select GENERIC_PINCONF 8 9config PINCTRL_PXA27X 10 tristate "Marvell PXA27x pin controller driver" 11 select PINCTRL_PXA 12 default y if PXA27x 13 help 14 This is the pinctrl, pinmux, pinconf driver for the Marvell 15 PXA2xx block found in the pxa25x and pxa27x platforms. 16 17endif