Revision | 1a78d28d024d458f24e78bd469e2e428145397fc (tree) |
---|---|
Time | 2014-02-07 23:18:35 |
Author | Tom Rini <trini@ti.c...> |
Commiter | Tom Rini |
x600: Switch to CONFIG_PHYLIB
Now that the designware ethernet driver uses phylib we need to turn it
on here.
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
@@ -74,10 +74,9 @@ | ||
74 | 74 | /* Ethernet config options */ |
75 | 75 | #define CONFIG_MII |
76 | 76 | #define CONFIG_DESIGNWARE_ETH |
77 | -#define CONFIG_DW_SEARCH_PHY | |
78 | 77 | #define CONFIG_NET_MULTI |
78 | +#define CONFIG_PHYLIB | |
79 | 79 | #define CONFIG_PHY_RESET_DELAY 10000 /* in usec */ |
80 | -#define CONFIG_DW_AUTONEG | |
81 | 80 | #define CONFIG_PHY_ADDR 0 /* PHY address */ |
82 | 81 | #define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */ |
83 | 82 |