23da0c20ef
The following patch add support for the Intel LX971 PHY. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
21 lines
357 B
Plaintext
21 lines
357 B
Plaintext
config FEC_8XX
|
|
tristate "Motorola 8xx FEC driver"
|
|
depends on NET_ETHERNET
|
|
select MII
|
|
|
|
config FEC_8XX_GENERIC_PHY
|
|
bool "Support any generic PHY"
|
|
depends on FEC_8XX
|
|
default y
|
|
|
|
config FEC_8XX_DM9161_PHY
|
|
bool "Support DM9161 PHY"
|
|
depends on FEC_8XX
|
|
default n
|
|
|
|
config FEC_8XX_LXT971_PHY
|
|
bool "Support LXT971/LXT972 PHY"
|
|
depends on FEC_8XX
|
|
default n
|
|
|