summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/rockchip/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 16:55:35 -0600
committerSimon Glass <sjg@chromium.org>2015-09-02 21:28:24 -0600
commitbb4e4a5d9670ae6e996c22b4fba31aafb2d2a362 (patch)
tree418b68ac6eb98dda4b58899469e2e70ad95fde4d /drivers/pinctrl/rockchip/Makefile
parent13d80ff5afae155a33e826399b7d47f69aa2451e (diff)
downloadblackbird-obmc-uboot-bb4e4a5d9670ae6e996c22b4fba31aafb2d2a362.tar.gz
blackbird-obmc-uboot-bb4e4a5d9670ae6e996c22b4fba31aafb2d2a362.zip
rockchip: rk3288: Add pinctrl driver
Add a driver which supports pin multiplexing setup for the most commonly used peripherals. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/pinctrl/rockchip/Makefile')
-rw-r--r--drivers/pinctrl/rockchip/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pinctrl/rockchip/Makefile b/drivers/pinctrl/rockchip/Makefile
new file mode 100644
index 0000000000..251bace797
--- /dev/null
+++ b/drivers/pinctrl/rockchip/Makefile
@@ -0,0 +1,8 @@
+#
+# Copyright (c) 2015 Google, Inc
+# Written by Simon Glass <sjg@chromium.org>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_ROCKCHIP_PINCTRL) += pinctrl_rk3288.o
OpenPOWER on IntegriCloud