xref: /linux/drivers/net/phy/Kconfig (revision 3c2f85b8ce8acee0502d61fb53015eabd7d4c8fb)
1#
2# PHY Layer Configuration
3#
4
5menuconfig PHYLIB
6	tristate "PHY Device support and infrastructure"
7	depends on NETDEVICES
8	help
9	  Ethernet controllers are usually attached to PHY
10	  devices.  This option provides infrastructure for
11	  managing PHY devices.
12
13if PHYLIB
14
15comment "MII PHY device drivers"
16
17config AQUANTIA_PHY
18        tristate "Drivers for the Aquantia PHYs"
19        ---help---
20          Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
21
22config AT803X_PHY
23	tristate "Drivers for Atheros AT803X PHYs"
24	---help---
25	  Currently supports the AT8030 and AT8035 model
26
27config AMD_PHY
28	tristate "Drivers for the AMD PHYs"
29	---help---
30	  Currently supports the am79c874
31
32config MARVELL_PHY
33	tristate "Drivers for Marvell PHYs"
34	---help---
35	  Currently has a driver for the 88E1011S
36
37config DAVICOM_PHY
38	tristate "Drivers for Davicom PHYs"
39	---help---
40	  Currently supports dm9161e and dm9131
41
42config QSEMI_PHY
43	tristate "Drivers for Quality Semiconductor PHYs"
44	---help---
45	  Currently supports the qs6612
46
47config LXT_PHY
48	tristate "Drivers for the Intel LXT PHYs"
49	---help---
50	  Currently supports the lxt970, lxt971
51
52config CICADA_PHY
53	tristate "Drivers for the Cicada PHYs"
54	---help---
55	  Currently supports the cis8204
56
57config VITESSE_PHY
58        tristate "Drivers for the Vitesse PHYs"
59        ---help---
60          Currently supports the vsc8244
61
62config TERANETICS_PHY
63        tristate "Drivers for the Teranetics PHYs"
64        ---help---
65          Currently supports the Teranetics TN2020
66
67config SMSC_PHY
68	tristate "Drivers for SMSC PHYs"
69	---help---
70	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
71
72config BROADCOM_PHY
73	tristate "Drivers for Broadcom PHYs"
74	---help---
75	  Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
76	  BCM5481 and BCM5482 PHYs.
77
78config BCM63XX_PHY
79	tristate "Drivers for Broadcom 63xx SOCs internal PHY"
80	depends on BCM63XX
81	---help---
82	  Currently supports the 6348 and 6358 PHYs.
83
84config BCM7XXX_PHY
85	tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
86	---help---
87	  Currently supports the BCM7366, BCM7439, BCM7445, and
88	  40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
89
90config BCM87XX_PHY
91	tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
92	help
93	  Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
94
95config ICPLUS_PHY
96	tristate "Drivers for ICPlus PHYs"
97	---help---
98	  Currently supports the IP175C and IP1001 PHYs.
99
100config REALTEK_PHY
101	tristate "Drivers for Realtek PHYs"
102	---help---
103	  Supports the Realtek 821x PHY.
104
105config NATIONAL_PHY
106	tristate "Drivers for National Semiconductor PHYs"
107	---help---
108	  Currently supports the DP83865 PHY.
109
110config STE10XP
111	tristate "Driver for STMicroelectronics STe10Xp PHYs"
112	---help---
113	  This is the driver for the STe100p and STe101p PHYs.
114
115config LSI_ET1011C_PHY
116	tristate "Driver for LSI ET1011C PHY"
117	---help---
118	  Supports the LSI ET1011C PHY.
119
120config MICREL_PHY
121	tristate "Driver for Micrel PHYs"
122	---help---
123	  Supports the KSZ9021, VSC8201, KS8001 PHYs.
124
125config DP83867_PHY
126	tristate "Drivers for Texas Instruments DP83867 Gigabit PHY"
127	---help---
128	  Currently supports the DP83867 PHY.
129
130config MICROCHIP_PHY
131	tristate "Drivers for Microchip PHYs"
132	help
133	  Supports the LAN88XX PHYs.
134
135config FIXED_PHY
136	tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
137	depends on PHYLIB
138	---help---
139	  Adds the platform "fixed" MDIO Bus to cover the boards that use
140	  PHYs that are not connected to the real MDIO bus.
141
142	  Currently tested with mpc866ads and mpc8349e-mitx.
143
144config MDIO_BITBANG
145	tristate "Support for bitbanged MDIO buses"
146	help
147	  This module implements the MDIO bus protocol in software,
148	  for use by low level drivers that export the ability to
149	  drive the relevant pins.
150
151	  If in doubt, say N.
152
153config MDIO_GPIO
154	tristate "Support for GPIO lib-based bitbanged MDIO buses"
155	depends on MDIO_BITBANG && GPIOLIB
156	---help---
157	  Supports GPIO lib-based MDIO busses.
158
159	  To compile this driver as a module, choose M here: the module
160	  will be called mdio-gpio.
161
162config MDIO_OCTEON
163	tristate "Support for MDIO buses on Octeon and ThunderX SOCs"
164	depends on 64BIT
165	help
166
167	  This module provides a driver for the Octeon and ThunderX MDIO
168	  busses. It is required by the Octeon and ThunderX ethernet device
169	  drivers.
170
171config MDIO_SUN4I
172	tristate "Allwinner sun4i MDIO interface support"
173	depends on ARCH_SUNXI
174	help
175	  This driver supports the MDIO interface found in the network
176	  interface units of the Allwinner SoC that have an EMAC (A10,
177	  A12, A10s, etc.)
178
179config MDIO_MOXART
180        tristate "MOXA ART MDIO interface support"
181        depends on ARCH_MOXART
182        help
183          This driver supports the MDIO interface found in the network
184          interface units of the MOXA ART SoC
185
186config MDIO_BUS_MUX
187	tristate
188	depends on OF_MDIO
189	help
190	  This module provides a driver framework for MDIO bus
191	  multiplexers which connect one of several child MDIO busses
192	  to a parent bus.  Switching between child busses is done by
193	  device specific drivers.
194
195config MDIO_BUS_MUX_GPIO
196	tristate "Support for GPIO controlled MDIO bus multiplexers"
197	depends on OF_GPIO && OF_MDIO
198	select MDIO_BUS_MUX
199	help
200	  This module provides a driver for MDIO bus multiplexers that
201	  are controlled via GPIO lines.  The multiplexer connects one of
202	  several child MDIO busses to a parent bus.  Child bus
203	  selection is under the control of GPIO lines.
204
205config MDIO_BUS_MUX_MMIOREG
206	tristate "Support for MMIO device-controlled MDIO bus multiplexers"
207	depends on OF_MDIO && HAS_IOMEM
208	select MDIO_BUS_MUX
209	help
210	  This module provides a driver for MDIO bus multiplexers that
211	  are controlled via a simple memory-mapped device, like an FPGA.
212	  The multiplexer connects one of several child MDIO busses to a
213	  parent bus.  Child bus selection is under the control of one of
214	  the FPGA's registers.
215
216	  Currently, only 8-bit registers are supported.
217
218config MDIO_BCM_UNIMAC
219	tristate "Broadcom UniMAC MDIO bus controller"
220	depends on HAS_IOMEM
221	help
222	  This module provides a driver for the Broadcom UniMAC MDIO busses.
223	  This hardware can be found in the Broadcom GENET Ethernet MAC
224	  controllers as well as some Broadcom Ethernet switches such as the
225	  Starfighter 2 switches.
226endif # PHYLIB
227
228config MICREL_KS8995MA
229	tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
230	depends on SPI
231