summaryrefslogtreecommitdiff
path: root/include/configs/colibri_vf.h
diff options
context:
space:
mode:
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>2015-04-09 19:47:23 +0530
committerStefan Agner <stefan.agner@toradex.com>2015-04-22 18:11:44 +0200
commit359fc6e6d00eb33f2e71d7dbb84eb5394dadf451 (patch)
tree6b85445575c6b238a03f99914b83576f07554d31 /include/configs/colibri_vf.h
parente6d4bb5865960ed40eebf8966e366566aeda77b9 (diff)
colibri_vf: Enable GPIO support
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Diffstat (limited to 'include/configs/colibri_vf.h')
-rw-r--r--include/configs/colibri_vf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index aef2014f52..5a01c7f2f9 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -80,6 +80,14 @@
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR
+/* Enable driver model */
+#define CONFIG_DM
+
+/* GPIO support */
+#define CONFIG_DM_GPIO
+#define CONFIG_CMD_GPIO
+#define CONFIG_VYBRID_GPIO
+
/* Dynamic MTD partition support */
#define CONFIG_CMD_MTDPARTS /* Enable 'mtdparts' command line support */
#define CONFIG_MTD_PARTITIONS