mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
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>
3 lines
100 B
Makefile
3 lines
100 B
Makefile
# Marvell PXA pin control drivers
|
|
obj-$(CONFIG_PINCTRL_PXA27X) += pinctrl-pxa2xx.o pinctrl-pxa27x.o
|