aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/uniphier/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-05-31 17:05:22 +0900
committerLinus Walleij <linus.walleij@linaro.org>2016-05-31 12:56:25 +0200
commit70f2f9c4cf256f4cc3c6df196bfef5d6dfaf52dd (patch)
tree0f71819d960c0fb0bd5eed98e0ce71a5d9591fa7 /drivers/pinctrl/uniphier/Makefile
parentpinctrl: uniphier: allow to have pinctrl node under syscon node (diff)
downloadlinux-dev-70f2f9c4cf256f4cc3c6df196bfef5d6dfaf52dd.tar.xz
linux-dev-70f2f9c4cf256f4cc3c6df196bfef5d6dfaf52dd.zip
pinctrl: uniphier: add UniPhier PH1-LD11 pinctrl driver
Add pin configuration and pinmux support for UniPhier PH1-LD11 SoC. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 3b8f9ee0bb6f..883c10765705 100644
--- a/drivers/pinctrl/uniphier/Makefile
+++ b/drivers/pinctrl/uniphier/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_PINCTRL_UNIPHIER_SLD8) += pinctrl-uniphier-sld8.o
obj-$(CONFIG_PINCTRL_UNIPHIER_PRO5) += pinctrl-uniphier-pro5.o
obj-$(CONFIG_PINCTRL_UNIPHIER_PXS2) += pinctrl-uniphier-pxs2.o
obj-$(CONFIG_PINCTRL_UNIPHIER_LD6B) += pinctrl-uniphier-ld6b.o
+obj-$(CONFIG_PINCTRL_UNIPHIER_LD11) += pinctrl-uniphier-ld11.o