summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-03-25 13:35:04 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-04-29 10:41:26 +0200
commitcaacb33fd1f9c270b0f0c878cfca08b56c0b257c (patch)
tree760fff6c223fe57400118925bc0c7ed7312d7e96 /include
parentd37c6288a6715dfc2cce16954facfe0a9700c64f (diff)
downloadtalos-obmc-uboot-caacb33fd1f9c270b0f0c878cfca08b56c0b257c.tar.gz
talos-obmc-uboot-caacb33fd1f9c270b0f0c878cfca08b56c0b257c.zip
zynq: Enable GPIO driver and GPIO commands
Enable GPIO driver and GPIO commands. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/zynq-common.h3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud