commit | a0e637955035f319d14e9087d1548be51f3fae48 | [log] [tgz] |
---|---|---|
author | Peter Robinson <pbrobinson@gmail.com> | Fri May 22 17:30:48 2015 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue May 26 15:58:56 2015 +0200 |
tree | 2b0af63c89a6c2c31389b14ac4c4196d3e7ce4f8 | |
parent | 3028f62f7a2a8682e685ea5f66774db11d7693c4 [diff] [blame] |
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>
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