mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-16 04:07:00 +02:00
zynq: Enable GPIO driver and GPIO commands
Enable GPIO driver and GPIO commands. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
d37c6288a6
commit
caacb33fd1
@ -39,6 +39,9 @@
|
|||||||
# define CONFIG_ZYNQ_SERIAL
|
# define CONFIG_ZYNQ_SERIAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define CONFIG_ZYNQ_GPIO
|
||||||
|
#define CONFIG_CMD_GPIO
|
||||||
|
|
||||||
/* Ethernet driver */
|
/* Ethernet driver */
|
||||||
#if defined(CONFIG_ZYNQ_GEM0) || defined(CONFIG_ZYNQ_GEM1)
|
#if defined(CONFIG_ZYNQ_GEM0) || defined(CONFIG_ZYNQ_GEM1)
|
||||||
# define CONFIG_NET_MULTI
|
# define CONFIG_NET_MULTI
|
||||||
|
Loading…
Reference in New Issue
Block a user