blob: c29bdcfa80afbbd38b2b1ebb97f08610d24d7852 [file] [log] [blame]
Robert Jarzmik73317712015-11-21 19:04:49 +01001if (ARCH_PXA || COMPILE_TEST)
2
3config PINCTRL_PXA
4 bool
5 select PINMUX
6 select PINCONF
7 select GENERIC_PINCONF
8
Robert Jarzmik19513842016-04-10 21:39:51 +02009config 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
Robert Jarzmikd0e30962015-11-21 19:04:52 +010017config 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
Robert Jarzmik19513842016-04-10 21:39:51 +020023 PXA2xx block found in the pxa27x platforms.
Robert Jarzmikd0e30962015-11-21 19:04:52 +010024
Robert Jarzmik73317712015-11-21 19:04:49 +010025endif