diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-03-25 12:35:04 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-04-29 08:41:26 (GMT) |
commit | caacb33fd1f9c270b0f0c878cfca08b56c0b257c (patch) | |
tree | 760fff6c223fe57400118925bc0c7ed7312d7e96 /include | |
parent | d37c6288a6715dfc2cce16954facfe0a9700c64f (diff) | |
download | u-boot-fsl-qoriq-caacb33fd1f9c270b0f0c878cfca08b56c0b257c.tar.xz |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 485babd..f613b92 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 |