summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/uniphier/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-17 03:32:59 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-18 23:10:17 +0900
commit24572db90964fa93b721343ac405ee87f2c5ce2b (patch)
tree89cfb656e00db0cf89aca3de15d20a4fb1093b1e /drivers/pinctrl/uniphier/Makefile
parentbbb119800f5ce8a291d707fd1a8e753959a93fd1 (diff)
pinctrl: uniphier: add UniPhier sLD3 pinctrl driver
Add pin-mux support for UniPhier sLD3 SoC. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/pinctrl/uniphier/Makefile')
-rw-r--r--drivers/pinctrl/uniphier/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/uniphier/Makefile b/drivers/pinctrl/uniphier/Makefile
index 4de251b810..fd003ad199 100644
--- a/drivers/pinctrl/uniphier/Makefile
+++ b/drivers/pinctrl/uniphier/Makefile
@@ -4,6 +4,7 @@
obj-y += pinctrl-uniphier-core.o
+obj-$(CONFIG_PINCTRL_UNIPHIER_SLD3) += pinctrl-uniphier-sld3.o
obj-$(CONFIG_PINCTRL_UNIPHIER_LD4) += pinctrl-uniphier-ld4.o
obj-$(CONFIG_PINCTRL_UNIPHIER_PRO4) += pinctrl-uniphier-pro4.o
obj-$(CONFIG_PINCTRL_UNIPHIER_SLD8) += pinctrl-uniphier-sld8.o