]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/pinctrl/pxa/Kconfig
UBUNTU: Ubuntu-4.15.0-96.97
[mirror_ubuntu-bionic-kernel.git] / drivers / pinctrl / pxa / Kconfig
CommitLineData
73317712
RJ
1if (ARCH_PXA || COMPILE_TEST)
2
3config PINCTRL_PXA
4 bool
5 select PINMUX
6 select PINCONF
7 select GENERIC_PINCONF
8
1951384c
RJ
9config PINCTRL_PXA25X
10 tristate "Marvell PXA25x pin controller driver"
11 select PINCTRL_PXA
12 default y if PXA25x
13 help
14 This is the pinctrl, pinmux, pinconf driver for the Marvell
15 PXA2xx block found in the pxa25x platforms.
16
d0e30968
RJ
17config PINCTRL_PXA27X
18 tristate "Marvell PXA27x pin controller driver"
19 select PINCTRL_PXA
20 default y if PXA27x
21 help
22 This is the pinctrl, pinmux, pinconf driver for the Marvell
1951384c 23 PXA2xx block found in the pxa27x platforms.
d0e30968 24
73317712 25endif