summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pxa/Makefile
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2015-11-21 18:04:52 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-12-10 15:13:09 (GMT)
commitd0e3096859eee425397c7a93b93ddeaa140b997d (patch)
treeaa8cf61db6cef1b42532cc869e2b4f01d3822601 /drivers/pinctrl/pxa/Makefile
parentaedf08b664b71ecf0b35891eb6c83e26b888342a (diff)
downloadlinux-d0e3096859eee425397c7a93b93ddeaa140b997d.tar.xz
pinctrl: pxa: add pxa27x architecture
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>
Diffstat (limited to 'drivers/pinctrl/pxa/Makefile')
-rw-r--r--drivers/pinctrl/pxa/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/pxa/Makefile b/drivers/pinctrl/pxa/Makefile
new file mode 100644
index 0000000..f1d56af
--- /dev/null
+++ b/drivers/pinctrl/pxa/Makefile
@@ -0,0 +1,2 @@
+# Marvell PXA pin control drivers
+obj-$(CONFIG_PINCTRL_PXA27X) += pinctrl-pxa2xx.o pinctrl-pxa27x.o