summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/nexell/Makefile
diff options
context:
space:
mode:
authorStefan Bosch <[email protected]>2020-07-10 19:07:30 +0200
committerTom Rini <[email protected]>2020-07-29 08:43:40 -0400
commit8d393b2c2278c846d26d59b37a2b46d3bcdb1663 (patch)
treef77274622d36aab84d67a7a589a3f0da9ec98233 /drivers/pinctrl/nexell/Makefile
parent8408318943ebff4ec0533bf3318dd591a06926f5 (diff)
pinctrl: add nexell driver
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01: - livetree API (dev_read_...) is used instead of fdt one (fdt...). - doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt added. Signed-off-by: Stefan Bosch <[email protected]>
Diffstat (limited to 'drivers/pinctrl/nexell/Makefile')
-rw-r--r--drivers/pinctrl/nexell/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/nexell/Makefile b/drivers/pinctrl/nexell/Makefile
new file mode 100644
index 00000000000..74df414d559
--- /dev/null
+++ b/drivers/pinctrl/nexell/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# (C) Copyright 2016 Nexell
+# Bongyu, KOO <[email protected]>
+
+obj-$(CONFIG_PINCTRL_NEXELL) += pinctrl-nexell.o
+obj-$(CONFIG_PINCTRL_NEXELL_S5PXX18) += pinctrl-s5pxx18.o