Commit caacb33fd1f9c270b0f0c878cfca08b56c0b257c

Authored by Michal Simek
1 parent d37c6288a6

zynq: Enable GPIO driver and GPIO commands

Enable GPIO driver and GPIO commands.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

include/configs/zynq-common.h
... ... @@ -39,6 +39,9 @@
39 39 # define CONFIG_ZYNQ_SERIAL
40 40 #endif
41 41  
  42 +#define CONFIG_ZYNQ_GPIO
  43 +#define CONFIG_CMD_GPIO
  44 +
42 45 /* Ethernet driver */
43 46 #if defined(CONFIG_ZYNQ_GEM0) || defined(CONFIG_ZYNQ_GEM1)
44 47 # define CONFIG_NET_MULTI