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 the Aquantia PHYs"
20 Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
23 tristate "Drivers for Atheros AT803X PHYs"
25 Currently supports the AT8030 and AT8035 model
28 tristate "Drivers for the AMD PHYs"
30 Currently supports the am79c874
33 tristate "Drivers for Marvell PHYs"
35 Currently has a driver for the 88E1011S
38 tristate "Drivers for Davicom PHYs"
40 Currently supports dm9161e and dm9131
43 tristate "Drivers for Quality Semiconductor PHYs"
45 Currently supports the qs6612
48 tristate "Drivers for the Intel LXT PHYs"
50 Currently supports the lxt970, lxt971
53 tristate "Drivers for the Cicada PHYs"
55 Currently supports the cis8204
58 tristate "Drivers for the Vitesse PHYs"
60 Currently supports the vsc8244
63 tristate "Drivers for the Teranetics PHYs"
65 Currently supports the Teranetics TN2020
68 tristate "Drivers for SMSC PHYs"
70 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
76 tristate "Drivers for Broadcom PHYs"
79 Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
80 BCM5481 and BCM5482 PHYs.
83 tristate "Drivers for Broadcom Cygnus SoC internal PHY"
84 depends on ARCH_BCM_CYGNUS || COMPILE_TEST
85 depends on MDIO_BCM_IPROC
88 This PHY driver is for the 1G internal PHYs of the Broadcom
91 Currently supports internal PHY's used in the BCM11300,
92 BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
93 BCM58303 & BCM58305 Broadcom Cygnus SoCs.
96 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
100 Currently supports the 6348 and 6358 PHYs.
103 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
104 select BCM_NET_PHYLIB
106 Currently supports the BCM7366, BCM7439, BCM7445, and
107 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
110 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
112 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
115 tristate "Drivers for ICPlus PHYs"
117 Currently supports the IP175C and IP1001 PHYs.
120 tristate "Drivers for Realtek PHYs"
122 Supports the Realtek 821x PHY.
125 tristate "Drivers for National Semiconductor PHYs"
127 Currently supports the DP83865 PHY.
130 tristate "Driver for STMicroelectronics STe10Xp PHYs"
132 This is the driver for the STe100p and STe101p PHYs.
134 config LSI_ET1011C_PHY
135 tristate "Driver for LSI ET1011C PHY"
137 Supports the LSI ET1011C PHY.
140 tristate "Driver for Micrel PHYs"
142 Supports the KSZ9021, VSC8201, KS8001 PHYs.
145 tristate "Driver for Texas Instruments DP83848 PHY"
147 Supports the DP83848 PHY.
150 tristate "Drivers for Texas Instruments DP83867 Gigabit PHY"
152 Currently supports the DP83867 PHY.
155 tristate "Drivers for Microchip PHYs"
157 Supports the LAN88XX PHYs.
160 tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
163 Adds the platform "fixed" MDIO Bus to cover the boards that use
164 PHYs that are not connected to the real MDIO bus.
166 Currently tested with mpc866ads and mpc8349e-mitx.
169 tristate "Support for bitbanged MDIO buses"
171 This module implements the MDIO bus protocol in software,
172 for use by low level drivers that export the ability to
173 drive the relevant pins.
178 tristate "Support for GPIO lib-based bitbanged MDIO buses"
179 depends on MDIO_BITBANG && GPIOLIB
181 Supports GPIO lib-based MDIO busses.
183 To compile this driver as a module, choose M here: the module
184 will be called mdio-gpio.
187 tristate "Support for MDIO buses on Octeon and ThunderX SOCs"
191 This module provides a driver for the Octeon and ThunderX MDIO
192 busses. It is required by the Octeon and ThunderX ethernet device
196 tristate "Allwinner sun4i MDIO interface support"
197 depends on ARCH_SUNXI
199 This driver supports the MDIO interface found in the network
200 interface units of the Allwinner SoC that have an EMAC (A10,
204 tristate "MOXA ART MDIO interface support"
205 depends on ARCH_MOXART
207 This driver supports the MDIO interface found in the network
208 interface units of the MOXA ART SoC
214 This module provides a driver framework for MDIO bus
215 multiplexers which connect one of several child MDIO busses
216 to a parent bus. Switching between child busses is done by
217 device specific drivers.
219 config MDIO_BUS_MUX_GPIO
220 tristate "Support for GPIO controlled MDIO bus multiplexers"
221 depends on OF_GPIO && OF_MDIO
224 This module provides a driver for MDIO bus multiplexers that
225 are controlled via GPIO lines. The multiplexer connects one of
226 several child MDIO busses to a parent bus. Child bus
227 selection is under the control of GPIO lines.
229 config MDIO_BUS_MUX_MMIOREG
230 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
231 depends on OF_MDIO && HAS_IOMEM
234 This module provides a driver for MDIO bus multiplexers that
235 are controlled via a simple memory-mapped device, like an FPGA.
236 The multiplexer connects one of several child MDIO busses to a
237 parent bus. Child bus selection is under the control of one of
238 the FPGA's registers.
240 Currently, only 8-bit registers are supported.
242 config MDIO_BCM_UNIMAC
243 tristate "Broadcom UniMAC MDIO bus controller"
246 This module provides a driver for the Broadcom UniMAC MDIO busses.
247 This hardware can be found in the Broadcom GENET Ethernet MAC
248 controllers as well as some Broadcom Ethernet switches such as the
249 Starfighter 2 switches.
251 config MDIO_BCM_IPROC
252 tristate "Broadcom iProc MDIO bus controller"
253 depends on ARCH_BCM_IPROC || COMPILE_TEST
254 depends on HAS_IOMEM && OF_MDIO
256 This module provides a driver for the MDIO busses found in the
257 Broadcom iProc SoC's.
261 config MICREL_KS8995MA
262 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"