summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/ath79/Makefile
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-03-16 16:59:55 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:25:50 +0200
commita79d0643f4cac19711cb8d1c2088fc907d47500f (patch)
tree823ffaad4367a867cab4fe4c323c73e83b5e3827 /drivers/pinctrl/ath79/Makefile
parent9b03f802ae63cf9c053c0125a1edd2b4c7852b9a (diff)
downloadu-boot-imx-a79d0643f4cac19711cb8d1c2088fc907d47500f.zip
u-boot-imx-a79d0643f4cac19711cb8d1c2088fc907d47500f.tar.gz
u-boot-imx-a79d0643f4cac19711cb8d1c2088fc907d47500f.tar.bz2
drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros ar933x.
This is a simple pinctrl driver, it just support uart and spi pin-mux now. Signed-off-by: Wills Wang <wills.wang@live.com> Reviewed-by: Simon Glass <sjg@chromium.org> [fixed typo in commit subject line] Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/pinctrl/ath79/Makefile')
-rw-r--r--drivers/pinctrl/ath79/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/ath79/Makefile b/drivers/pinctrl/ath79/Makefile
new file mode 100644
index 0000000..3fdcf6c
--- /dev/null
+++ b/drivers/pinctrl/ath79/Makefile
@@ -0,0 +1,5 @@
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_AR933X_PINCTRL) += pinctrl_ar933x.o