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"
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 bool "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 select REGULATOR_FIXED_VOLTAGE
165 This driver supports the MDIO interface found in the network
166 interface units of the Allwinner SoC that have an EMAC (A10,
170 tristate "MOXA ART MDIO interface support"
171 depends on ARCH_MOXART
173 This driver supports the MDIO interface found in the network
174 interface units of the MOXA ART SoC
180 This module provides a driver framework for MDIO bus
181 multiplexers which connect one of several child MDIO busses
182 to a parent bus. Switching between child busses is done by
183 device specific drivers.
185 config MDIO_BUS_MUX_GPIO
186 tristate "Support for GPIO controlled MDIO bus multiplexers"
187 depends on OF_GPIO && OF_MDIO
190 This module provides a driver for MDIO bus multiplexers that
191 are controlled via GPIO lines. The multiplexer connects one of
192 several child MDIO busses to a parent bus. Child bus
193 selection is under the control of GPIO lines.
195 config MDIO_BUS_MUX_MMIOREG
196 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
200 This module provides a driver for MDIO bus multiplexers that
201 are controlled via a simple memory-mapped device, like an FPGA.
202 The multiplexer connects one of several child MDIO busses to a
203 parent bus. Child bus selection is under the control of one of
204 the FPGA's registers.
206 Currently, only 8-bit registers are supported.
210 config MICREL_KS8995MA
211 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"