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 "Drivers for Marvell PHYs"
30 Currently has a driver for the 88E1011S
33 tristate "Drivers for Davicom PHYs"
35 Currently supports dm9161e and dm9131
38 tristate "Drivers for Quality Semiconductor PHYs"
40 Currently supports the qs6612
43 tristate "Drivers for the Intel LXT PHYs"
45 Currently supports the lxt970, lxt971
48 tristate "Drivers for the Cicada PHYs"
50 Currently supports the cis8204
53 tristate "Drivers for the Vitesse PHYs"
55 Currently supports the vsc8244
58 tristate "Drivers for SMSC PHYs"
60 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
63 tristate "Drivers for Broadcom PHYs"
65 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
69 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
72 Currently supports the 6348 and 6358 PHYs.
75 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
77 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
80 tristate "Drivers for ICPlus PHYs"
82 Currently supports the IP175C and IP1001 PHYs.
85 tristate "Drivers for Realtek PHYs"
87 Supports the Realtek 821x PHY.
90 tristate "Drivers for National Semiconductor PHYs"
92 Currently supports the DP83865 PHY.
95 tristate "Driver for STMicroelectronics STe10Xp PHYs"
97 This is the driver for the STe100p and STe101p PHYs.
99 config LSI_ET1011C_PHY
100 tristate "Driver for LSI ET1011C PHY"
102 Supports the LSI ET1011C PHY.
105 tristate "Driver for Micrel PHYs"
107 Supports the KSZ9021, VSC8201, KS8001 PHYs.
110 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
113 Adds the platform "fixed" MDIO Bus to cover the boards that use
114 PHYs that are not connected to the real MDIO bus.
116 Currently tested with mpc866ads and mpc8349e-mitx.
119 tristate "Support for bitbanged MDIO buses"
121 This module implements the MDIO bus protocol in software,
122 for use by low level drivers that export the ability to
123 drive the relevant pins.
128 tristate "Support for GPIO lib-based bitbanged MDIO buses"
129 depends on MDIO_BITBANG && GENERIC_GPIO
131 Supports GPIO lib-based MDIO busses.
133 To compile this driver as a module, choose M here: the module
134 will be called mdio-gpio.
137 tristate "Support for MDIO buses on Octeon SOCs"
138 depends on CPU_CAVIUM_OCTEON
142 This module provides a driver for the Octeon MDIO busses.
143 It is required by the Octeon Ethernet device drivers.
151 This module provides a driver framework for MDIO bus
152 multiplexers which connect one of several child MDIO busses
153 to a parent bus. Switching between child busses is done by
154 device specific drivers.
156 config MDIO_BUS_MUX_GPIO
157 tristate "Support for GPIO controlled MDIO bus multiplexers"
158 depends on OF_GPIO && OF_MDIO
161 This module provides a driver for MDIO bus multiplexers that
162 are controlled via GPIO lines. The multiplexer connects one of
163 several child MDIO busses to a parent bus. Child bus
164 selection is under the control of GPIO lines.
166 config MDIO_BUS_MUX_MMIOREG
167 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
171 This module provides a driver for MDIO bus multiplexers that
172 are controlled via a simple memory-mapped device, like an FPGA.
173 The multiplexer connects one of several child MDIO busses to a
174 parent bus. Child bus selection is under the control of one of
175 the FPGA's registers.
177 Currently, only 8-bit registers are supported.
181 config MICREL_KS8995MA
182 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"