Commit 62fb9622 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Linus Torvalds

PPC32: Make the MPC8xx FEC driver PHY selection configurable.

parent 0c486823
...@@ -51,6 +51,18 @@ config USE_MDIO ...@@ -51,6 +51,18 @@ config USE_MDIO
all MII code can be omitted. Say N here if unsure or if you don't all MII code can be omitted. Say N here if unsure or if you don't
need link status reports. need link status reports.
config FEC_LXT970
bool "Support LXT970 PHY"
depends on USE_MDIO
config FEC_LXT971
bool "Support LXT971 PHY"
depends on USE_MDIO
config FEC_QS6612
bool "Support QS6612 PHY"
depends on USE_MDIO
config ENET_BIG_BUFFERS config ENET_BIG_BUFFERS
bool "Use Big CPM Ethernet Buffers" bool "Use Big CPM Ethernet Buffers"
depends on NET_ETHERNET depends on NET_ETHERNET
......
...@@ -22,15 +22,9 @@ ...@@ -22,15 +22,9 @@
* *
* Make use of MII for PHY control configurable. * Make use of MII for PHY control configurable.
* Some fixes. * Some fixes.
* Copyright (c) 2000 Wolfgang Denk, DENX Software Engineering. * Copyright (c) 2000-2002 Wolfgang Denk, DENX Software Engineering.
*/ */
/* List of PHYs we wish to support.
*/
#undef CONFIG_FEC_LXT970
#define CONFIG_FEC_LXT971
#undef CONFIG_FEC_QS6612
#include <linux/config.h> #include <linux/config.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/sched.h> #include <linux/sched.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment