d0e3096859
Add the pxa27x architecture, which is a pxa2xx with 128 pins. The registers spacing, and pins logic is common to pxa2xx, only the pins and their alternate function are specific to pxa27x. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
if (ARCH_PXA || COMPILE_TEST)
|
|
|
|
config PINCTRL_PXA
|
|
bool
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
|
|
config PINCTRL_PXA27X
|
|
tristate "Marvell PXA27x pin controller driver"
|
|
select PINCTRL_PXA
|
|
default y if PXA27x
|
|
help
|
|
This is the pinctrl, pinmux, pinconf driver for the Marvell
|
|
PXA2xx block found in the pxa25x and pxa27x platforms.
|
|
|
|
endif
|