summaryrefslogtreecommitdiff
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-22 16:30:48 (GMT)
committerStefano Babic <sbabic@denx.de>2015-05-26 13:58:56 (GMT)
commit302b2e5babb11b24c7808b79521851457fb2d8e8 (patch)
tree2b0af63c89a6c2c31389b14ac4c4196d3e7ce4f8 /include/configs/mx6_common.h
parentea6909173f0f918e397d468e579fb43ee6481b1a (diff)
downloadu-boot-302b2e5babb11b24c7808b79521851457fb2d8e8.tar.xz
imx6: move MXC_GPIO define to mx6_common.h
Define CONFIG_MXC_GPIO and CONFIG_CMD_GPIO by default in mx6_common Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 33c6203..ae25640 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -52,4 +52,8 @@
#define CONFIG_INITRD_TAG
#define CONFIG_REVISION_TAG
+/* GPIO */
+#define CONFIG_MXC_GPIO
+#define CONFIG_CMD_GPIO
+
#endif