18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ciif (ARCH_PXA || COMPILE_TEST) 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ciconfig PINCTRL_PXA 58c2ecf20Sopenharmony_ci bool 68c2ecf20Sopenharmony_ci select PINMUX 78c2ecf20Sopenharmony_ci select PINCONF 88c2ecf20Sopenharmony_ci select GENERIC_PINCONF 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciconfig PINCTRL_PXA25X 118c2ecf20Sopenharmony_ci tristate "Marvell PXA25x pin controller driver" 128c2ecf20Sopenharmony_ci select PINCTRL_PXA 138c2ecf20Sopenharmony_ci default y if PXA25x 148c2ecf20Sopenharmony_ci help 158c2ecf20Sopenharmony_ci This is the pinctrl, pinmux, pinconf driver for the Marvell 168c2ecf20Sopenharmony_ci PXA2xx block found in the pxa25x platforms. 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciconfig PINCTRL_PXA27X 198c2ecf20Sopenharmony_ci tristate "Marvell PXA27x pin controller driver" 208c2ecf20Sopenharmony_ci select PINCTRL_PXA 218c2ecf20Sopenharmony_ci default y if PXA27x 228c2ecf20Sopenharmony_ci help 238c2ecf20Sopenharmony_ci This is the pinctrl, pinmux, pinconf driver for the Marvell 248c2ecf20Sopenharmony_ci PXA2xx block found in the pxa27x platforms. 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ciendif 27