From e147938256a8d2eb74a2c5f5bca1fbcf2507b2e4 Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Fri, 8 May 2015 18:28:26 -0700 Subject: [PATCH] imx: ventana: config: enable gpio command Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index c390b7f973..089aa4acbe 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -46,6 +46,7 @@ /* GPIO */ #define CONFIG_MXC_GPIO +#define CONFIG_CMD_GPIO /* Serial */ #define CONFIG_MXC_UART -- 2.39.5