Skip to content
Snippets Groups Projects
Commit 1a78d28d authored by Tom Rini's avatar Tom Rini
Browse files

x600: Switch to CONFIG_PHYLIB


Now that the designware ethernet driver uses phylib we need to turn it
on here.

Acked-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 50b0df81
Branches
Tags
No related merge requests found
...@@ -74,10 +74,9 @@ ...@@ -74,10 +74,9 @@
/* Ethernet config options */ /* Ethernet config options */
#define CONFIG_MII #define CONFIG_MII
#define CONFIG_DESIGNWARE_ETH #define CONFIG_DESIGNWARE_ETH
#define CONFIG_DW_SEARCH_PHY
#define CONFIG_NET_MULTI #define CONFIG_NET_MULTI
#define CONFIG_PHYLIB
#define CONFIG_PHY_RESET_DELAY 10000 /* in usec */ #define CONFIG_PHY_RESET_DELAY 10000 /* in usec */
#define CONFIG_DW_AUTONEG
#define CONFIG_PHY_ADDR 0 /* PHY address */ #define CONFIG_PHY_ADDR 0 /* PHY address */
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */ #define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment