summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/sunxi/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-04-18 22:12:50 +0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-05-04 11:03:31 +0400
commit16c675f9893fffd8a4fd408c42d9ff050e022e58 (patch)
tree5c9d2c43aed6289e72fe86b01d6db09874931b80 /drivers/pinctrl/sunxi/Makefile
parent1c996176e725660bd6e0841ba066d9ff4fc21bba (diff)
downloadlinux-16c675f9893fffd8a4fd408c42d9ff050e022e58.tar.xz
pinctrl: sunxi: Move Allwinner A31 special pins 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 d51890c5d34d..df22956ea680 100644
--- a/drivers/pinctrl/sunxi/Makefile
+++ b/drivers/pinctrl/sunxi/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun4i-a10.o
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun5i-a10s.o
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun5i-a13.o
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun6i-a31.o
+obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun6i-a31-r.o