2 # PHY Layer Configuration
6 tristate "PHY Device support and infrastructure"
9 Ethernet controllers are usually attached to PHY
10 devices. This option provides infrastructure for
15 comment "MII PHY device drivers"
18 tristate "Drivers for Atheros AT803X PHYs"
20 Currently supports the AT8030 and AT8035 model
23 tristate "Drivers for the AMD PHYs"
25 Currently supports the am79c874
28 tristate "Driver for the AMD 10GbE (amd-xgbe) PHYs"
29 depends on OF && HAS_IOMEM
31 Currently supports the AMD 10GbE PHY
34 tristate "Drivers for Marvell PHYs"
36 Currently has a driver for the 88E1011S
39 tristate "Drivers for Davicom PHYs"
41 Currently supports dm9161e and dm9131
44 tristate "Drivers for Quality Semiconductor PHYs"
46 Currently supports the qs6612
49 tristate "Drivers for the Intel LXT PHYs"
51 Currently supports the lxt970, lxt971
54 tristate "Drivers for the Cicada PHYs"
56 Currently supports the cis8204
59 tristate "Drivers for the Vitesse PHYs"
61 Currently supports the vsc8244
64 tristate "Drivers for SMSC PHYs"
66 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
69 tristate "Drivers for Broadcom PHYs"
71 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
75 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
78 Currently supports the 6348 and 6358 PHYs.
81 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
83 Currently supports the BCM7366, BCM7439, BCM7445, and
84 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
87 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
89 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
92 tristate "Drivers for ICPlus PHYs"
94 Currently supports the IP175C and IP1001 PHYs.
97 tristate "Drivers for Realtek PHYs"
99 Supports the Realtek 821x PHY.
102 tristate "Drivers for National Semiconductor PHYs"
104 Currently supports the DP83865 PHY.
107 tristate "Driver for STMicroelectronics STe10Xp PHYs"
109 This is the driver for the STe100p and STe101p PHYs.
111 config LSI_ET1011C_PHY
112 tristate "Driver for LSI ET1011C PHY"
114 Supports the LSI ET1011C PHY.
117 tristate "Driver for Micrel PHYs"
119 Supports the KSZ9021, VSC8201, KS8001 PHYs.
122 tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
125 Adds the platform "fixed" MDIO Bus to cover the boards that use
126 PHYs that are not connected to the real MDIO bus.
128 Currently tested with mpc866ads and mpc8349e-mitx.
131 tristate "Support for bitbanged MDIO buses"
133 This module implements the MDIO bus protocol in software,
134 for use by low level drivers that export the ability to
135 drive the relevant pins.
140 tristate "Support for GPIO lib-based bitbanged MDIO buses"
141 depends on MDIO_BITBANG && GPIOLIB
143 Supports GPIO lib-based MDIO busses.
145 To compile this driver as a module, choose M here: the module
146 will be called mdio-gpio.
149 tristate "Support for MDIO buses on Octeon SOCs"
150 depends on CAVIUM_OCTEON_SOC
154 This module provides a driver for the Octeon MDIO busses.
155 It is required by the Octeon Ethernet device drivers.
160 tristate "Allwinner sun4i MDIO interface support"
161 depends on ARCH_SUNXI
163 This driver supports the MDIO interface found in the network
164 interface units of the Allwinner SoC that have an EMAC (A10,
168 tristate "MOXA ART MDIO interface support"
169 depends on ARCH_MOXART
171 This driver supports the MDIO interface found in the network
172 interface units of the MOXA ART SoC
178 This module provides a driver framework for MDIO bus
179 multiplexers which connect one of several child MDIO busses
180 to a parent bus. Switching between child busses is done by
181 device specific drivers.
183 config MDIO_BUS_MUX_GPIO
184 tristate "Support for GPIO controlled MDIO bus multiplexers"
185 depends on OF_GPIO && OF_MDIO
188 This module provides a driver for MDIO bus multiplexers that
189 are controlled via GPIO lines. The multiplexer connects one of
190 several child MDIO busses to a parent bus. Child bus
191 selection is under the control of GPIO lines.
193 config MDIO_BUS_MUX_MMIOREG
194 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
198 This module provides a driver for MDIO bus multiplexers that
199 are controlled via a simple memory-mapped device, like an FPGA.
200 The multiplexer connects one of several child MDIO busses to a
201 parent bus. Child bus selection is under the control of one of
202 the FPGA's registers.
204 Currently, only 8-bit registers are supported.
206 config MDIO_BCM_UNIMAC
207 tristate "Broadcom UniMAC MDIO bus controller"
210 This module provides a driver for the Broadcom UniMAC MDIO busses.
211 This hardware can be found in the Broadcom GENET Ethernet MAC
212 controllers as well as some Broadcom Ethernet switches such as the
213 Starfighter 2 switches.
217 config MICREL_KS8995MA
218 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"