Skip to content
Snippets Groups Projects
Commit f5e5e1ff authored by Stephan Linz's avatar Stephan Linz Committed by Michal Simek
Browse files

microblaze: Enable phylib and mii support


Enable phylib and mii support for AXI EMAC
ethernet drivers on Microblaze systems.

Signed-off-by: default avatarStephan Linz <linz@li-pro.net>
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 7cb30b13
No related branches found
No related tags found
No related merge requests found
......@@ -339,4 +339,25 @@
#define CONFIG_FIT 1
#define CONFIG_OF_LIBFDT 1
#if defined(CONFIG_XILINX_AXIEMAC)
# define CONFIG_MII 1
# define CONFIG_CMD_MII 1
# define CONFIG_PHY_GIGE 1
# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN 1
# define CONFIG_PHYLIB 1
# define CONFIG_PHY_ATHEROS 1
# define CONFIG_PHY_BROADCOM 1
# define CONFIG_PHY_DAVICOM 1
# define CONFIG_PHY_LXT 1
# define CONFIG_PHY_MARVELL 1
# define CONFIG_PHY_MICREL 1
# define CONFIG_PHY_NATSEMI 1
# define CONFIG_PHY_REALTEK 1
# define CONFIG_PHY_VITESSE 1
#else
# undef CONFIG_MII
# undef CONFIG_CMD_MII
# undef CONFIG_PHYLIB
#endif
#endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment