^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) if (ARCH_PXA || COMPILE_TEST)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) config PINCTRL_PXA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) select PINMUX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) select PINCONF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) select GENERIC_PINCONF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) config PINCTRL_PXA25X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) tristate "Marvell PXA25x pin controller driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) select PINCTRL_PXA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) default y if PXA25x
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) This is the pinctrl, pinmux, pinconf driver for the Marvell
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) PXA2xx block found in the pxa25x platforms.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) config PINCTRL_PXA27X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) tristate "Marvell PXA27x pin controller driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) select PINCTRL_PXA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) default y if PXA27x
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) This is the pinctrl, pinmux, pinconf driver for the Marvell
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) PXA2xx block found in the pxa27x platforms.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) endif