2 # PHY Layer Configuration
6 tristate "PHY Device support and infrastructure"
8 depends on NET_ETHERNET
10 Ethernet controllers are usually attached to PHY
11 devices. This option provides infrastructure for
16 comment "MII PHY device drivers"
19 tristate "Drivers for Marvell PHYs"
21 Currently has a driver for the 88E1011S
24 tristate "Drivers for Davicom PHYs"
26 Currently supports dm9161e and dm9131
29 tristate "Drivers for Quality Semiconductor PHYs"
31 Currently supports the qs6612
34 tristate "Drivers for the Intel LXT PHYs"
36 Currently supports the lxt970, lxt971
39 tristate "Drivers for the Cicada PHYs"
41 Currently supports the cis8204
44 tristate "Drivers for the Vitesse PHYs"
46 Currently supports the vsc8244
49 tristate "Drivers for SMSC PHYs"
51 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
54 tristate "Drivers for Broadcom PHYs"
56 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
60 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
63 Currently supports the 6348 and 6358 PHYs.
66 tristate "Drivers for ICPlus PHYs"
68 Currently supports the IP175C PHY.
71 tristate "Drivers for Realtek PHYs"
73 Supports the Realtek 821x PHY.
76 tristate "Drivers for National Semiconductor PHYs"
78 Currently supports the DP83865 PHY.
82 tristate "Driver for STMicroelectronics STe10Xp PHYs"
84 This is the driver for the STe100p and STe101p PHYs.
86 config LSI_ET1011C_PHY
87 tristate "Driver for LSI ET1011C PHY"
89 Supports the LSI ET1011C PHY.
92 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
95 Adds the platform "fixed" MDIO Bus to cover the boards that use
96 PHYs that are not connected to the real MDIO bus.
98 Currently tested with mpc866ads and mpc8349e-mitx.
101 tristate "Support for bitbanged MDIO buses"
103 This module implements the MDIO bus protocol in software,
104 for use by low level drivers that export the ability to
105 drive the relevant pins.
110 tristate "Support for GPIO lib-based bitbanged MDIO buses"
111 depends on MDIO_BITBANG && GENERIC_GPIO
113 Supports GPIO lib-based MDIO busses.
115 To compile this driver as a module, choose M here: the module
116 will be called mdio-gpio.