2 # PHY Layer Configuration
5 menu "PHY device support"
8 tristate "PHY Device support and infrastructure"
9 depends on NET_ETHERNET && (BROKEN || !S390)
11 Ethernet controllers are usually attached to PHY
12 devices. This option provides infrastructure for
15 comment "MII PHY device drivers"
19 tristate "Drivers for Marvell PHYs"
22 Currently has a driver for the 88E1011S
25 tristate "Drivers for Davicom PHYs"
28 Currently supports dm9161e and dm9131
31 tristate "Drivers for Quality Semiconductor PHYs"
34 Currently supports the qs6612
37 tristate "Drivers for the Intel LXT PHYs"
40 Currently supports the lxt970, lxt971
43 tristate "Drivers for the Cicada PHYs"
46 Currently supports the cis8204
48 tristate "Drivers for the Vitesse PHYs"
51 Currently supports the vsc8244
54 tristate "Drivers for SMSC PHYs"
57 Currently supports the LAN83C185 PHY
60 tristate "Drivers for PHY emulation on fixed speed/link"
63 Adds the driver to PHY layer to cover the boards that do not have any PHY bound,
64 but with the ability to manipulate with speed/link in software. The relavant MII
65 speed/duplex parameters could be effectively handled in user-specified fuction.
66 Currently tested with mpc866ads.
68 config FIXED_MII_10_FDX
69 bool "Emulation for 10M Fdx fixed PHY behavior"
72 config FIXED_MII_100_FDX
73 bool "Emulation for 100M Fdx fixed PHY behavior"