mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
microblaze: Enable PHYLIB via Kconfig
Cleanup board configuration. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
062f078c3b
commit
9040f4eeb9
2 changed files with 1 additions and 2 deletions
|
@ -10,5 +10,6 @@ CONFIG_CMD_GPIO=y
|
|||
# CONFIG_CMD_SETEXPR is not set
|
||||
CONFIG_SPL_OF_CONTROL=y
|
||||
CONFIG_OF_EMBED=y
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_XILINX_UARTLITE=y
|
||||
|
|
|
@ -336,7 +336,6 @@
|
|||
# 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
|
||||
|
@ -349,7 +348,6 @@
|
|||
#else
|
||||
# undef CONFIG_MII
|
||||
# undef CONFIG_CMD_MII
|
||||
# undef CONFIG_PHYLIB
|
||||
#endif
|
||||
|
||||
/* SPL part */
|
||||
|
|
Loading…
Reference in a new issue