aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/sunxi/Makefile
diff options
context:
space:
mode:
authorGravatar Maxime Ripard <maxime.ripard@free-electrons.com> 2014-04-18 20:12:50 +0200
committerGravatar Maxime Ripard <maxime.ripard@free-electrons.com> 2014-05-04 00:03:29 -0700
commit342cefb2128b098035d324e448d42253c9c44699 (patch)
tree170798af257843d0e4a9593c2331aa9c08e07c3c /drivers/pinctrl/sunxi/Makefile
parentpinctrl: sunxi: Move Allwinner A10s pinctrl driver to a driver of its own (diff)
downloadlinux-342cefb2128b098035d324e448d42253c9c44699.tar.gz
linux-342cefb2128b098035d324e448d42253c9c44699.tar.bz2
linux-342cefb2128b098035d324e448d42253c9c44699.zip
pinctrl: sunxi: Move Allwinner A13 pinctrl driver to a driver of its own
Move the pin description to a driver specific to be. This is one more step toward retiring pinctrl-sunxi-pins.h that used to define all the pins for all the Allwinner SoCs in a single header, that would have in turn result in having these structures in the final binary as many times as the header was included. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/pinctrl/sunxi/Makefile')
-rw-r--r--drivers/pinctrl/sunxi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/sunxi/Makefile b/drivers/pinctrl/sunxi/Makefile
index 9e437266f50f..0cb72fed6ee3 100644
--- a/drivers/pinctrl/sunxi/Makefile
+++ b/drivers/pinctrl/sunxi/Makefile
@@ -4,3 +4,4 @@ obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sunxi.o
# SoC Drivers
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun4i-a10.o
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun5i-a10s.o
+obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun5i-a13.o