From: Michal Simek Date: Wed, 25 Mar 2015 12:35:04 +0000 (+0100) Subject: zynq: Enable GPIO driver and GPIO commands X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=caacb33fd1f9c270b0f0c878cfca08b56c0b257c;p=project%2Fbcm63xx%2Fu-boot.git zynq: Enable GPIO driver and GPIO commands Enable GPIO driver and GPIO commands. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 485babd824..f613b92047 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -39,6 +39,9 @@ # define CONFIG_ZYNQ_SERIAL #endif +#define CONFIG_ZYNQ_GPIO +#define CONFIG_CMD_GPIO + /* Ethernet driver */ #if defined(CONFIG_ZYNQ_GEM0) || defined(CONFIG_ZYNQ_GEM1) # define CONFIG_NET_MULTI