diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2016-04-10 21:39:51 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-14 14:08:29 +0200 |
commit | 1951384cb16e50c40cc714bbaaae3cee364ba763 (patch) | |
tree | e7291ff083718b3b49507a7958c2e354c64e5585 /drivers/pinctrl/pxa/Makefile | |
parent | 26e6aaafc8a1e862437003d6e06ba748e7177ea8 (diff) | |
download | lwn-1951384cb16e50c40cc714bbaaae3cee364ba763.tar.gz lwn-1951384cb16e50c40cc714bbaaae3cee364ba763.zip |
pinctrl: pxa: add pxa25x architecture
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>
Diffstat (limited to 'drivers/pinctrl/pxa/Makefile')
-rw-r--r-- | drivers/pinctrl/pxa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pxa/Makefile b/drivers/pinctrl/pxa/Makefile index f1d56af2bfc0..ca2ade1a177b 100644 --- a/drivers/pinctrl/pxa/Makefile +++ b/drivers/pinctrl/pxa/Makefile @@ -1,2 +1,3 @@ # Marvell PXA pin control drivers +obj-$(CONFIG_PINCTRL_PXA25X) += pinctrl-pxa2xx.o pinctrl-pxa25x.o obj-$(CONFIG_PINCTRL_PXA27X) += pinctrl-pxa2xx.o pinctrl-pxa27x.o |