xref: /linux/drivers/net/phy/Kconfig (revision c9d23f9657cabfd2836a096bf6eddf8df2cf1434)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY Layer Configuration
4#
5
6config PHYLINK
7	tristate
8	depends on NETDEVICES
9	select PHYLIB
10	select SWPHY
11	help
12	  PHYlink models the link between the PHY and MAC, allowing fixed
13	  configuration links, PHYs, and Serdes links with MAC level
14	  autonegotiation modes.
15
16menuconfig PHYLIB
17	tristate "PHY Device support and infrastructure"
18	depends on NETDEVICES
19	select MDIO_DEVICE
20	select MDIO_DEVRES
21	help
22	  Ethernet controllers are usually attached to PHY
23	  devices.  This option provides infrastructure for
24	  managing PHY devices.
25
26if PHYLIB
27
28config SWPHY
29	bool
30
31config LED_TRIGGER_PHY
32	bool "Support LED triggers for tracking link state"
33	depends on LEDS_TRIGGERS
34	help
35	  Adds support for a set of LED trigger events per-PHY.  Link
36	  state change will trigger the events, for consumption by an
37	  LED class driver.  There are triggers for each link speed currently
38	  supported by the PHY and also a one common "link" trigger as a
39	  logical-or of all the link speed ones.
40	  All these triggers are named according to the following pattern:
41	      <mii bus id>:<phy>:<speed>
42
43	  Where speed is in the form:
44		<Speed in megabits>Mbps OR <Speed in gigabits>Gbps OR link
45		for any speed known to the PHY.
46
47
48config FIXED_PHY
49	tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
50	select SWPHY
51	help
52	  Adds the platform "fixed" MDIO Bus to cover the boards that use
53	  PHYs that are not connected to the real MDIO bus.
54
55	  Currently tested with mpc866ads and mpc8349e-mitx.
56
57config SFP
58	tristate "SFP cage support"
59	depends on I2C && PHYLINK
60	depends on HWMON || HWMON=n
61	select MDIO_I2C
62
63comment "MII PHY device drivers"
64
65config AMD_PHY
66	tristate "AMD PHYs"
67	help
68	  Currently supports the am79c874
69
70config MESON_GXL_PHY
71	tristate "Amlogic Meson GXL Internal PHY"
72	depends on ARCH_MESON || COMPILE_TEST
73	select SMSC_PHY
74	help
75	  Currently has a driver for the Amlogic Meson GXL Internal PHY
76
77config ADIN_PHY
78	tristate "Analog Devices Industrial Ethernet PHYs"
79	help
80	  Adds support for the Analog Devices Industrial Ethernet PHYs.
81	  Currently supports the:
82	  - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
83	  - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
84	    Ethernet PHY
85
86config ADIN1100_PHY
87	tristate "Analog Devices Industrial Ethernet T1L PHYs"
88	help
89	  Adds support for the Analog Devices Industrial T1L Ethernet PHYs.
90	  Currently supports the:
91	  - ADIN1100 - Robust,Industrial, Low Power 10BASE-T1L Ethernet PHY
92
93config AQUANTIA_PHY
94	tristate "Aquantia PHYs"
95	help
96	  Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
97
98config AX88796B_PHY
99	tristate "Asix PHYs"
100	help
101	  Currently supports the Asix Electronics PHY found in the X-Surf 100
102	  AX88796B package.
103
104config BROADCOM_PHY
105	tristate "Broadcom 54XX PHYs"
106	select BCM_NET_PHYLIB
107	select BCM_NET_PHYPTP if NETWORK_PHY_TIMESTAMPING
108	depends on PTP_1588_CLOCK_OPTIONAL
109	help
110	  Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
111	  BCM5481, BCM54810 and BCM5482 PHYs.
112
113config BCM54140_PHY
114	tristate "Broadcom BCM54140 PHY"
115	depends on HWMON || HWMON=n
116	select BCM_NET_PHYLIB
117	help
118	  Support the Broadcom BCM54140 Quad SGMII/QSGMII PHY.
119
120	  This driver also supports the hardware monitoring of this PHY and
121	  exposes voltage and temperature sensors.
122
123config BCM63XX_PHY
124	tristate "Broadcom 63xx SOCs internal PHY"
125	depends on BCM63XX || COMPILE_TEST
126	select BCM_NET_PHYLIB
127	help
128	  Currently supports the 6348 and 6358 PHYs.
129
130config BCM7XXX_PHY
131	tristate "Broadcom 7xxx SOCs internal PHYs"
132	select BCM_NET_PHYLIB
133	help
134	  Currently supports the BCM7366, BCM7439, BCM7445, and
135	  40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
136
137config BCM84881_PHY
138	tristate "Broadcom BCM84881 PHY"
139	help
140	  Support the Broadcom BCM84881 PHY.
141
142config BCM87XX_PHY
143	tristate "Broadcom BCM8706 and BCM8727 PHYs"
144	help
145	  Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
146
147config BCM_CYGNUS_PHY
148	tristate "Broadcom Cygnus/Omega SoC internal PHY"
149	depends on ARCH_BCM_IPROC || COMPILE_TEST
150	depends on MDIO_BCM_IPROC
151	select BCM_NET_PHYLIB
152	help
153	  This PHY driver is for the 1G internal PHYs of the Broadcom
154	  Cygnus and Omega Family SoC.
155
156	  Currently supports internal PHY's used in the BCM11300,
157	  BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
158	  BCM58303 & BCM58305 Broadcom Cygnus SoCs.
159
160config BCM_NET_PHYLIB
161	tristate
162
163config BCM_NET_PHYPTP
164	tristate
165
166config CICADA_PHY
167	tristate "Cicada PHYs"
168	help
169	  Currently supports the cis8204
170
171config CORTINA_PHY
172	tristate "Cortina EDC CDR 10G Ethernet PHY"
173	help
174	  Currently supports the CS4340 phy.
175
176config DAVICOM_PHY
177	tristate "Davicom PHYs"
178	help
179	  Currently supports dm9161e and dm9131
180
181config ICPLUS_PHY
182	tristate "ICPlus PHYs"
183	help
184	  Currently supports the IP175C and IP1001 PHYs.
185
186config LXT_PHY
187	tristate "Intel LXT PHYs"
188	help
189	  Currently supports the lxt970, lxt971
190
191config INTEL_XWAY_PHY
192	tristate "Intel XWAY PHYs"
193	help
194	  Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
195	  These PHYs are marked as standalone chips under the names
196	  PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
197	  SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
198
199config LSI_ET1011C_PHY
200	tristate "LSI ET1011C PHY"
201	help
202	  Supports the LSI ET1011C PHY.
203
204config MARVELL_PHY
205	tristate "Marvell Alaska PHYs"
206	help
207	  Currently has a driver for the 88E1XXX
208
209config MARVELL_10G_PHY
210	tristate "Marvell Alaska 10Gbit PHYs"
211	help
212	  Support for the Marvell Alaska MV88X3310 and compatible PHYs.
213
214config MARVELL_88X2222_PHY
215	tristate "Marvell 88X2222 PHY"
216	help
217	  Support for the Marvell 88X2222 Dual-port Multi-speed Ethernet
218	  Transceiver.
219
220config MAXLINEAR_GPHY
221	tristate "Maxlinear Ethernet PHYs"
222	select POLYNOMIAL if HWMON
223	depends on HWMON || HWMON=n
224	help
225	  Support for the Maxlinear GPY115, GPY211, GPY212, GPY215,
226	  GPY241, GPY245 PHYs.
227
228config MEDIATEK_GE_PHY
229	tristate "MediaTek Gigabit Ethernet PHYs"
230	help
231	  Supports the MediaTek Gigabit Ethernet PHYs.
232
233config MICREL_PHY
234	tristate "Micrel PHYs"
235	depends on PTP_1588_CLOCK_OPTIONAL
236	help
237	  Supports the KSZ9021, VSC8201, KS8001 PHYs.
238
239config MICROCHIP_PHY
240	tristate "Microchip PHYs"
241	help
242	  Supports the LAN88XX PHYs.
243
244config MICROCHIP_T1_PHY
245	tristate "Microchip T1 PHYs"
246	help
247	  Supports the LAN87XX PHYs.
248
249config MICROSEMI_PHY
250	tristate "Microsemi PHYs"
251	depends on MACSEC || MACSEC=n
252	depends on PTP_1588_CLOCK_OPTIONAL || !NETWORK_PHY_TIMESTAMPING
253	select CRYPTO_LIB_AES if MACSEC
254	help
255	  Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
256
257config MOTORCOMM_PHY
258	tristate "Motorcomm PHYs"
259	help
260	  Enables support for Motorcomm network PHYs.
261	  Currently supports YT85xx Gigabit Ethernet PHYs.
262
263config NATIONAL_PHY
264	tristate "National Semiconductor PHYs"
265	help
266	  Currently supports the DP83865 PHY.
267
268config NXP_C45_TJA11XX_PHY
269	tristate "NXP C45 TJA11XX PHYs"
270	depends on PTP_1588_CLOCK_OPTIONAL
271	help
272	  Enable support for NXP C45 TJA11XX PHYs.
273	  Currently supports only the TJA1103 PHY.
274
275config NXP_TJA11XX_PHY
276	tristate "NXP TJA11xx PHYs support"
277	depends on HWMON
278	help
279	  Currently supports the NXP TJA1100 and TJA1101 PHY.
280
281config NCN26000_PHY
282	tristate "Onsemi 10BASE-T1S Ethernet PHY"
283	help
284	  Adds support for the onsemi 10BASE-T1S Ethernet PHY.
285	  Currently supports the NCN26000 10BASE-T1S Industrial PHY
286	  with MII interface.
287
288config AT803X_PHY
289	tristate "Qualcomm Atheros AR803X PHYs and QCA833x PHYs"
290	depends on REGULATOR
291	help
292	  Currently supports the AR8030, AR8031, AR8033, AR8035 and internal
293	  QCA8337(Internal qca8k PHY) model
294
295config QSEMI_PHY
296	tristate "Quality Semiconductor PHYs"
297	help
298	  Currently supports the qs6612
299
300config REALTEK_PHY
301	tristate "Realtek PHYs"
302	help
303	  Supports the Realtek 821x PHY.
304
305config RENESAS_PHY
306	tristate "Renesas PHYs"
307	help
308	  Supports the Renesas PHYs uPD60620 and uPD60620A.
309
310config ROCKCHIP_PHY
311	tristate "Rockchip Ethernet PHYs"
312	help
313	  Currently supports the integrated Ethernet PHY.
314
315config SMSC_PHY
316	tristate "SMSC PHYs"
317	help
318	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
319
320config STE10XP
321	tristate "STMicroelectronics STe10Xp PHYs"
322	help
323	  This is the driver for the STe100p and STe101p PHYs.
324
325config TERANETICS_PHY
326	tristate "Teranetics PHYs"
327	help
328	  Currently supports the Teranetics TN2020
329
330config DP83822_PHY
331	tristate "Texas Instruments DP83822/825/826 PHYs"
332	help
333	  Supports the DP83822, DP83825I, DP83825CM, DP83825CS, DP83825S,
334	  DP83826C and DP83826NC PHYs.
335
336config DP83TC811_PHY
337	tristate "Texas Instruments DP83TC811 PHY"
338	help
339	  Supports the DP83TC811 PHY.
340
341config DP83848_PHY
342	tristate "Texas Instruments DP83848 PHY"
343	help
344	  Supports the DP83848 PHY.
345
346config DP83867_PHY
347	tristate "Texas Instruments DP83867 Gigabit PHY"
348	help
349	  Currently supports the DP83867 PHY.
350
351config DP83869_PHY
352	tristate "Texas Instruments DP83869 Gigabit PHY"
353	help
354	  Currently supports the DP83869 PHY.  This PHY supports copper and
355	  fiber connections.
356
357config DP83TD510_PHY
358	tristate "Texas Instruments DP83TD510 Ethernet 10Base-T1L PHY"
359	help
360	  Support for the DP83TD510 Ethernet 10Base-T1L PHY. This PHY supports
361	  a 10M single pair Ethernet connection for up to 1000 meter cable.
362
363config VITESSE_PHY
364	tristate "Vitesse PHYs"
365	help
366	  Currently supports the vsc8244
367
368config XILINX_GMII2RGMII
369	tristate "Xilinx GMII2RGMII converter driver"
370	help
371	  This driver support xilinx GMII to RGMII IP core it provides
372	  the Reduced Gigabit Media Independent Interface(RGMII) between
373	  Ethernet physical media devices and the Gigabit Ethernet controller.
374
375endif # PHYLIB
376
377config MICREL_KS8995MA
378	tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
379	depends on SPI
380