From 359fc6e6d00eb33f2e71d7dbb84eb5394dadf451 Mon Sep 17 00:00:00 2001 From: Bhuvanchandra DV Date: Thu, 9 Apr 2015 19:47:23 +0530 Subject: colibri_vf: Enable GPIO support Signed-off-by: Bhuvanchandra DV --- include/configs/colibri_vf.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/configs/colibri_vf.h') diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index aef2014f521..5a01c7f2f90 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 -- cgit v1.2.3