0001 # SPDX-License-Identifier: GPL-2.0-only
0002 if (ARCH_PXA || COMPILE_TEST)
0003
0004 config PINCTRL_PXA
0005 bool
0006 select PINMUX
0007 select PINCONF
0008 select GENERIC_PINCONF
0009
0010 config PINCTRL_PXA25X
0011 tristate "Marvell PXA25x pin controller driver"
0012 select PINCTRL_PXA
0013 default y if PXA25x
0014 help
0015 This is the pinctrl, pinmux, pinconf driver for the Marvell
0016 PXA2xx block found in the pxa25x platforms.
0017
0018 config PINCTRL_PXA27X
0019 tristate "Marvell PXA27x pin controller driver"
0020 select PINCTRL_PXA
0021 default y if PXA27x
0022 help
0023 This is the pinctrl, pinmux, pinconf driver for the Marvell
0024 PXA2xx block found in the pxa27x platforms.
0025
0026 endif