summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/exynos/Makefile
diff options
context:
space:
mode:
authorThomas Abraham <thomas.ab@samsung.com>2016-04-23 16:48:08 (GMT)
committerMinkyu Kang <mk7.kang@samsung.com>2016-05-25 01:00:18 (GMT)
commit16ca80adc551808b6be1d43f30997f8b4fdfbd39 (patch)
tree4bfa80487fe1e552afa8b9f961d76948f74783f9 /drivers/pinctrl/exynos/Makefile
parentac985273135762a596482812551221019c319731 (diff)
downloadu-boot-16ca80adc551808b6be1d43f30997f8b4fdfbd39.tar.xz
pinctrl: Add pinctrl driver support for Exynos7420 SoC
Add pinctrl driver support for Samsung's Exynos7420 SoC. The changes have been split into Exynos7420 specific and common Exynos specific portions so that this implementation is reusable on other Exynos SoCs as well. The Exynos pinctrl driver supports only device tree based pin configuration. The bindings used are similar to the ones used in the linux kernel. Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Simon Glass <sjg@chromium.org> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Thomas Abraham <thomas.ab@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/pinctrl/exynos/Makefile')
-rw-r--r--drivers/pinctrl/exynos/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pinctrl/exynos/Makefile b/drivers/pinctrl/exynos/Makefile
new file mode 100644
index 0000000..d9b941a
--- /dev/null
+++ b/drivers/pinctrl/exynos/Makefile
@@ -0,0 +1,9 @@
+#
+# Copyright (C) 2016 Samsung Electronics
+# Thomas Abraham <thomas.ab@samsung.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_PINCTRL_EXYNOS) += pinctrl-exynos.o
+obj-$(CONFIG_PINCTRL_EXYNOS7420) += pinctrl-exynos7420.o