mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
1951384cb1
Add the pxa25x architecture, which is a pxa2xx with 85 pins. The registers spacing, and pins logic is common to pxa2xx, only the pins and their alternate function are specific to pxa25x. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
25 lines
576 B
Text
25 lines
576 B
Text
if (ARCH_PXA || COMPILE_TEST)
|
|
|
|
config PINCTRL_PXA
|
|
bool
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
|
|
config PINCTRL_PXA25X
|
|
tristate "Marvell PXA25x pin controller driver"
|
|
select PINCTRL_PXA
|
|
default y if PXA25x
|
|
help
|
|
This is the pinctrl, pinmux, pinconf driver for the Marvell
|
|
PXA2xx block found in the pxa25x platforms.
|
|
|
|
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 pxa27x platforms.
|
|
|
|
endif
|