2 # PHY Layer Configuration
5 menu "PHY device support"
9 tristate "PHY Device support and infrastructure"
10 depends on NET_ETHERNET && (BROKEN || !S390)
12 Ethernet controllers are usually attached to PHY
13 devices. This option provides infrastructure for
16 comment "MII PHY device drivers"
20 tristate "Drivers for Marvell PHYs"
23 Currently has a driver for the 88E1011S
26 tristate "Drivers for Davicom PHYs"
29 Currently supports dm9161e and dm9131
32 tristate "Drivers for Quality Semiconductor PHYs"
35 Currently supports the qs6612
38 tristate "Drivers for the Intel LXT PHYs"
41 Currently supports the lxt970, lxt971
44 tristate "Drivers for the Cicada PHYs"
47 Currently supports the cis8204
49 tristate "Drivers for the Vitesse PHYs"
52 Currently supports the vsc8244
55 tristate "Drivers for SMSC PHYs"
58 Currently supports the LAN83C185 PHY
61 tristate "Drivers for Broadcom PHYs"
64 Currently supports the BCM5411, BCM5421 and BCM5461 PHYs.
67 tristate "Drivers for PHY emulation on fixed speed/link"
70 Adds the driver to PHY layer to cover the boards that do not have any PHY bound,
71 but with the ability to manipulate the speed/link in software. The relevant MII
72 speed/duplex parameters could be effectively handled in a user-specified function.
73 Currently tested with mpc866ads.
75 config FIXED_MII_10_FDX
76 bool "Emulation for 10M Fdx fixed PHY behavior"
79 config FIXED_MII_100_FDX
80 bool "Emulation for 100M Fdx fixed PHY behavior"