summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/uniphier/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-07-31 09:21:11 +0300
committerLinus Walleij <linus.walleij@linaro.org>2017-08-14 16:01:00 +0300
commitc3ed6f488a68d953f80400b5161aa76161ae8f1f (patch)
treed4a9f32755888ca9f5d922ad8883c212844bf1e5 /drivers/pinctrl/uniphier/Makefile
parent9697509e3fbef91d1c307164fbd76c20cac96370 (diff)
downloadlinux-c3ed6f488a68d953f80400b5161aa76161ae8f1f.tar.xz
pinctrl: uniphier: add UniPhier PXs3 pinctrl driver
Add pin configuration and pinmux support for UniPhier PXs3 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 9f4bc8aa6f68..d592ff77d60f 100644
--- a/drivers/pinctrl/uniphier/Makefile
+++ b/drivers/pinctrl/uniphier/Makefile
@@ -8,3 +8,4 @@ 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
obj-$(CONFIG_PINCTRL_UNIPHIER_LD20) += pinctrl-uniphier-ld20.o
+obj-$(CONFIG_PINCTRL_UNIPHIER_PXS3) += pinctrl-uniphier-pxs3.o