brintos

brintos / linux-shallow public Read only

0
0
Text · 616 B · 2f4a867 Raw
27 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2if (ARCH_PXA || COMPILE_TEST)3 4config PINCTRL_PXA5	bool6	select PINMUX7	select PINCONF8	select GENERIC_PINCONF9 10config PINCTRL_PXA25X11	tristate "Marvell PXA25x pin controller driver"12	select PINCTRL_PXA13	default y if PXA25x14	help15	  This is the pinctrl, pinmux, pinconf driver for the Marvell16	  PXA2xx block found in the pxa25x platforms.17 18config PINCTRL_PXA27X19	tristate "Marvell PXA27x pin controller driver"20	select PINCTRL_PXA21	default y if PXA27x22	help23	  This is the pinctrl, pinmux, pinconf driver for the Marvell24	  PXA2xx block found in the pxa27x platforms.25 26endif27