From fe4a22e791d16a3c21fb204986c18ffbb1bedeef Mon Sep 17 00:00:00 2001 From: Bhuvanchandra DV Date: Sun, 15 Mar 2015 10:15:59 +0530 Subject: colibri_vf: Enable GPIO support for Colibri Vybrid Signed-off-by: Bhuvanchandra DV --- include/configs/colibri_vf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 21e384db6d..2baab49951 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -59,6 +59,10 @@ #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR +/* GPIO support */ +#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