microblaze: Enable axi emac via Kconfig

Enable driver by default for all platforms.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2015-12-09 16:54:42 +01:00
parent 3229c869aa
commit 83b76d9ef7
2 changed files with 2 additions and 5 deletions

View File

@@ -42,11 +42,7 @@
/* ethernet */
#undef CONFIG_SYS_ENET
#if defined(CONFIG_XILINX_EMACLITE)
# define CONFIG_SYS_ENET
#endif
#if defined(XILINX_AXIEMAC_BASEADDR)
# define CONFIG_XILINX_AXIEMAC 1
#if defined(CONFIG_XILINX_EMACLITE) || defined(CONFIG_XILINX_AXIEMAC)
# define CONFIG_SYS_ENET
#endif