Linux Audio

Check our new training course

Loading...
v6.13.7
  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
 47config OPEN_ALLIANCE_HELPERS
 48	bool
 49
 50config PHYLIB_LEDS
 51	def_bool OF
 52	depends on LEDS_CLASS=y || LEDS_CLASS=PHYLIB
 53	help
 54	  When LED class support is enabled, phylib can automatically
 55	  probe LED setting from device tree.
 56
 57config FIXED_PHY
 58	tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
 59	select SWPHY
 60	help
 61	  Adds the platform "fixed" MDIO Bus to cover the boards that use
 62	  PHYs that are not connected to the real MDIO bus.
 63
 64	  Currently tested with mpc866ads and mpc8349e-mitx.
 65
 66config RUST_PHYLIB_ABSTRACTIONS
 67        bool "Rust PHYLIB abstractions support"
 68        depends on RUST
 69        depends on PHYLIB=y
 70        help
 71          Adds support needed for PHY drivers written in Rust. It provides
 72          a wrapper around the C phylib core.
 73
 74config SFP
 75	tristate "SFP cage support"
 76	depends on I2C && PHYLINK
 77	depends on HWMON || HWMON=n
 78	select MDIO_I2C
 79
 80comment "MII PHY device drivers"
 81
 82config AIR_EN8811H_PHY
 83	tristate "Airoha EN8811H 2.5 Gigabit PHY"
 84	help
 85	  Currently supports the Airoha EN8811H PHY.
 86
 87config AMD_PHY
 88	tristate "AMD and Altima PHYs"
 89	help
 90	  Currently supports the AMD am79c874 and Altima AC101L.
 
 91
 92config MESON_GXL_PHY
 93	tristate "Amlogic Meson GXL Internal PHY"
 94	depends on ARCH_MESON || COMPILE_TEST
 95	select SMSC_PHY
 96	help
 97	  Currently has a driver for the Amlogic Meson GXL Internal PHY
 
 
 
 98
 99config ADIN_PHY
100	tristate "Analog Devices Industrial Ethernet PHYs"
101	help
102	  Adds support for the Analog Devices Industrial Ethernet PHYs.
103	  Currently supports the:
104	  - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
105	  - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
106	    Ethernet PHY
107
108config ADIN1100_PHY
109	tristate "Analog Devices Industrial Ethernet T1L PHYs"
110	help
111	  Adds support for the Analog Devices Industrial T1L Ethernet PHYs.
112	  Currently supports the:
113	  - ADIN1100 - Robust,Industrial, Low Power 10BASE-T1L Ethernet PHY
114
115config AMCC_QT2025_PHY
116	tristate "AMCC QT2025 PHY"
117	depends on RUST_PHYLIB_ABSTRACTIONS
118	depends on RUST_FW_LOADER_ABSTRACTIONS
119	help
120	  Adds support for the Applied Micro Circuits Corporation QT2025 PHY.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
122source "drivers/net/phy/aquantia/Kconfig"
123
124config AX88796B_PHY
125	tristate "Asix PHYs"
126	help
127	  Currently supports the Asix Electronics PHY found in the X-Surf 100
128	  AX88796B package.
129
130config AX88796B_RUST_PHY
131	bool "Rust reference driver for Asix PHYs"
132	depends on RUST_PHYLIB_ABSTRACTIONS && AX88796B_PHY
133	help
134	  Uses the Rust reference driver for Asix PHYs (ax88796b_rust.ko).
135	  The features are equivalent. It supports the Asix Electronics PHY
136	  found in the X-Surf 100 AX88796B package.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
138config BROADCOM_PHY
139	tristate "Broadcom 54XX PHYs"
140	select BCM_NET_PHYLIB
141	select BCM_NET_PHYPTP if NETWORK_PHY_TIMESTAMPING
142	depends on PTP_1588_CLOCK_OPTIONAL
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143	help
144	  Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
145	  BCM5481, BCM54810 and BCM5482 PHYs.
146
147config BCM54140_PHY
148	tristate "Broadcom BCM54140 PHY"
149	depends on HWMON || HWMON=n
150	select BCM_NET_PHYLIB
151	help
152	  Support the Broadcom BCM54140 Quad SGMII/QSGMII PHY.
153
154	  This driver also supports the hardware monitoring of this PHY and
155	  exposes voltage and temperature sensors.
 
 
 
 
 
 
 
 
 
 
 
 
156
157config BCM63XX_PHY
158	tristate "Broadcom 63xx SOCs internal PHY"
159	depends on BCM63XX || COMPILE_TEST
160	select BCM_NET_PHYLIB
161	help
162	  Currently supports the 6348 and 6358 PHYs.
163
164config BCM7XXX_PHY
165	tristate "Broadcom 7xxx SOCs internal PHYs"
166	select BCM_NET_PHYLIB
167	help
168	  Currently supports the BCM7366, BCM7439, BCM7445, and
169	  40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
170
171config BCM84881_PHY
172	tristate "Broadcom BCM84881 PHY"
173	help
174	  Support the Broadcom BCM84881 PHY.
175
176config BCM87XX_PHY
177	tristate "Broadcom BCM8706 and BCM8727 PHYs"
178	help
179	  Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
180
181config BCM_CYGNUS_PHY
182	tristate "Broadcom Cygnus/Omega SoC internal PHY"
183	depends on ARCH_BCM_IPROC || COMPILE_TEST
184	depends on MDIO_BCM_IPROC
185	select BCM_NET_PHYLIB
186	help
187	  This PHY driver is for the 1G internal PHYs of the Broadcom
188	  Cygnus and Omega Family SoC.
189
190	  Currently supports internal PHY's used in the BCM11300,
191	  BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
192	  BCM58303 & BCM58305 Broadcom Cygnus SoCs.
193
194config BCM_NET_PHYLIB
195	tristate
196
197config BCM_NET_PHYPTP
198	tristate
 
 
 
 
199
200config CICADA_PHY
201	tristate "Cicada PHYs"
202	help
203	  Currently supports the cis8204
204
205config CORTINA_PHY
206	tristate "Cortina EDC CDR 10G Ethernet PHY"
207	help
208	  Currently supports the CS4340 phy.
209
210config DAVICOM_PHY
211	tristate "Davicom PHYs"
212	help
213	  Currently supports dm9161e and dm9131
214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215config ICPLUS_PHY
216	tristate "ICPlus PHYs"
217	help
218	  Currently supports the IP175C and IP1001 PHYs.
219
220config LXT_PHY
221	tristate "Intel LXT PHYs"
222	help
223	  Currently supports the lxt970, lxt971
224
225config INTEL_XWAY_PHY
226	tristate "Intel XWAY PHYs"
227	help
228	  Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
229	  These PHYs are marked as standalone chips under the names
230	  PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
231	  SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
232
233config LSI_ET1011C_PHY
234	tristate "LSI ET1011C PHY"
235	help
236	  Supports the LSI ET1011C PHY.
237
238config MARVELL_PHY
239	tristate "Marvell Alaska PHYs"
240	help
241	  Currently has a driver for the 88E1XXX
242
243config MARVELL_10G_PHY
244	tristate "Marvell Alaska 10Gbit PHYs"
245	help
246	  Support for the Marvell Alaska MV88X3310 and compatible PHYs.
247
248config MARVELL_88Q2XXX_PHY
249	tristate "Marvell 88Q2XXX PHY"
250	depends on HWMON || HWMON=n
251	help
252	  Support for the Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet
253	  PHYs.
254
255config MARVELL_88X2222_PHY
256	tristate "Marvell 88X2222 PHY"
257	help
258	  Support for the Marvell 88X2222 Dual-port Multi-speed Ethernet
259	  Transceiver.
260
261config MAXLINEAR_GPHY
262	tristate "Maxlinear Ethernet PHYs"
263	select POLYNOMIAL if HWMON
264	depends on HWMON || HWMON=n
265	help
266	  Support for the Maxlinear GPY115, GPY211, GPY212, GPY215,
267	  GPY241, GPY245 PHYs.
268
269source "drivers/net/phy/mediatek/Kconfig"
 
 
 
 
270
271config MICREL_PHY
272	tristate "Micrel PHYs"
273	depends on PTP_1588_CLOCK_OPTIONAL
274	help
275	  Supports the KSZ9021, VSC8201, KS8001 PHYs.
276
277config MICROCHIP_T1S_PHY
278	tristate "Microchip 10BASE-T1S Ethernet PHYs"
279	help
280	  Currently supports the LAN8670/1/2 Rev.B1/C1/C2 and
281	  LAN8650/1 Rev.B0/B1 Internal PHYs.
282
283config MICROCHIP_PHY
284	tristate "Microchip PHYs"
285	help
286	  Supports the LAN88XX PHYs.
287
288config MICROCHIP_T1_PHY
289	tristate "Microchip T1 PHYs"
290	help
291	  Supports the LAN87XX PHYs.
292
293config MICROSEMI_PHY
294	tristate "Microsemi PHYs"
295	depends on MACSEC || MACSEC=n
296	depends on PTP_1588_CLOCK_OPTIONAL || !NETWORK_PHY_TIMESTAMPING
297	select CRYPTO_LIB_AES if MACSEC
298	help
299	  Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
300
301config MOTORCOMM_PHY
302	tristate "Motorcomm PHYs"
303	help
304	  Enables support for Motorcomm network PHYs.
305	  Currently supports YT85xx Gigabit Ethernet PHYs.
306
307config NATIONAL_PHY
308	tristate "National Semiconductor PHYs"
309	help
310	  Currently supports the DP83865 PHY.
311
312config NXP_CBTX_PHY
313	tristate "NXP 100BASE-TX PHYs"
314	help
315	  Support the 100BASE-TX PHY integrated on the SJA1110 automotive
316	  switch family.
317
318config NXP_C45_TJA11XX_PHY
319	tristate "NXP C45 TJA11XX PHYs"
320	depends on PTP_1588_CLOCK_OPTIONAL
321	depends on MACSEC || !MACSEC
322	help
323	  Enable support for NXP C45 TJA11XX PHYs.
324	  Currently supports the TJA1103, TJA1104 and TJA1120 PHYs.
325
326config NXP_TJA11XX_PHY
327	tristate "NXP TJA11xx PHYs support"
328	depends on HWMON
329	help
330	  Currently supports the NXP TJA1100 and TJA1101 PHY.
331
332config NCN26000_PHY
333	tristate "Onsemi 10BASE-T1S Ethernet PHY"
334	help
335	  Adds support for the onsemi 10BASE-T1S Ethernet PHY.
336	  Currently supports the NCN26000 10BASE-T1S Industrial PHY
337	  with MII interface.
338
339source "drivers/net/phy/qcom/Kconfig"
340
341config QSEMI_PHY
342	tristate "Quality Semiconductor PHYs"
343	help
344	  Currently supports the qs6612
345
346config REALTEK_PHY
347	tristate "Realtek PHYs"
348	help
349	  Supports the Realtek 821x PHY.
350
351config RENESAS_PHY
352	tristate "Renesas PHYs"
353	help
354	  Supports the Renesas PHYs uPD60620 and uPD60620A.
355
356config ROCKCHIP_PHY
357	tristate "Rockchip Ethernet PHYs"
358	help
359	  Currently supports the integrated Ethernet PHY.
360
361config SMSC_PHY
362	tristate "SMSC PHYs"
363	select CRC16
364	help
365	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
366
367config STE10XP
368	tristate "STMicroelectronics STe10Xp PHYs"
369	help
370	  This is the driver for the STe100p and STe101p PHYs.
371
372config TERANETICS_PHY
373	tristate "Teranetics PHYs"
374	help
375	  Currently supports the Teranetics TN2020
376
377config DP83822_PHY
378	tristate "Texas Instruments DP83822/825/826 PHYs"
379	help
380	  Supports the DP83822, DP83825I, DP83825CM, DP83825CS, DP83825S,
381	  DP83826C and DP83826NC PHYs.
382
383config DP83TC811_PHY
384	tristate "Texas Instruments DP83TC811 PHY"
385	help
386	  Supports the DP83TC811 PHY.
387
388config DP83848_PHY
389	tristate "Texas Instruments DP83848 PHY"
390	help
391	  Supports the DP83848 PHY.
392
393config DP83867_PHY
394	tristate "Texas Instruments DP83867 Gigabit PHY"
395	help
396	  Currently supports the DP83867 PHY.
397
398config DP83869_PHY
399	tristate "Texas Instruments DP83869 Gigabit PHY"
400	help
401	  Currently supports the DP83869 PHY.  This PHY supports copper and
402	  fiber connections.
403
404config DP83TD510_PHY
405	tristate "Texas Instruments DP83TD510 Ethernet 10Base-T1L PHY"
406	help
407	  Support for the DP83TD510 Ethernet 10Base-T1L PHY. This PHY supports
408	  a 10M single pair Ethernet connection for up to 1000 meter cable.
409
410config DP83TG720_PHY
411	tristate "Texas Instruments DP83TG720 Ethernet 1000Base-T1 PHY"
412	select OPEN_ALLIANCE_HELPERS
413	help
414	  The DP83TG720S-Q1 is an automotive Ethernet physical layer
415	  transceiver compliant with IEEE 802.3bp and Open Alliance
416	  standards. It supports key functions necessary for
417	  transmitting and receiving data over both unshielded and
418	  shielded single twisted-pair cables. This device offers
419	  flexible xMII interface options, including support for both
420	  RGMII and SGMII MAC interfaces. It's suitable for applications
421	  requiring high-speed data transmission in automotive
422	  networking environments.
423
424config VITESSE_PHY
425	tristate "Vitesse PHYs"
426	help
427	  Currently supports the vsc8244
428
429config XILINX_GMII2RGMII
430	tristate "Xilinx GMII2RGMII converter driver"
431	help
432	  This driver support xilinx GMII to RGMII IP core it provides
433	  the Reduced Gigabit Media Independent Interface(RGMII) between
434	  Ethernet physical media devices and the Gigabit Ethernet controller.
435
436endif # PHYLIB
437
438config MICREL_KS8995MA
439	tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
440	depends on SPI
v4.10.11
 
  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
 15config SWPHY
 16	bool
 17
 18config LED_TRIGGER_PHY
 19	bool "Support LED triggers for tracking link state"
 20	depends on LEDS_TRIGGERS
 21	---help---
 22	  Adds support for a set of LED trigger events per-PHY.  Link
 23	  state change will trigger the events, for consumption by an
 24	  LED class driver.  There are triggers for each link speed currently
 25	  supported by the phy, and are of the form:
 26	       <mii bus id>:<phy>:<speed>
 
 
 27
 28	  Where speed is in the form:
 29		<Speed in megabits>Mbps or <Speed in gigabits>Gbps
 
 30
 31comment "MDIO bus device drivers"
 
 32
 33config MDIO_BCM_IPROC
 34	tristate "Broadcom iProc MDIO bus controller"
 35	depends on ARCH_BCM_IPROC || COMPILE_TEST
 36	depends on HAS_IOMEM && OF_MDIO
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 37	help
 38	  This module provides a driver for the MDIO busses found in the
 39	  Broadcom iProc SoC's.
 40
 41config MDIO_BCM_UNIMAC
 42	tristate "Broadcom UniMAC MDIO bus controller"
 43	depends on HAS_IOMEM
 
 44	help
 45	  This module provides a driver for the Broadcom UniMAC MDIO busses.
 46	  This hardware can be found in the Broadcom GENET Ethernet MAC
 47	  controllers as well as some Broadcom Ethernet switches such as the
 48	  Starfighter 2 switches.
 49
 50config MDIO_BITBANG
 51	tristate "Bitbanged MDIO buses"
 52	help
 53	  This module implements the MDIO bus protocol in software,
 54	  for use by low level drivers that export the ability to
 55	  drive the relevant pins.
 
 
 56
 57	  If in doubt, say N.
 
 
 
 
 
 58
 59config MDIO_BUS_MUX
 60	tristate
 61	depends on OF_MDIO
 
 62	help
 63	  This module provides a driver framework for MDIO bus
 64	  multiplexers which connect one of several child MDIO busses
 65	  to a parent bus.  Switching between child busses is done by
 66	  device specific drivers.
 67
 68config MDIO_BUS_MUX_BCM_IPROC
 69	tristate "Broadcom iProc based MDIO bus multiplexers"
 70	depends on OF && OF_MDIO && (ARCH_BCM_IPROC || COMPILE_TEST)
 71	select MDIO_BUS_MUX
 72	default ARCH_BCM_IPROC
 73	help
 74	  This module provides a driver for MDIO bus multiplexers found in
 75	  iProc based Broadcom SoCs. This multiplexer connects one of several
 76	  child MDIO bus to a parent bus. Buses could be internal as well as
 77	  external and selection logic lies inside the same multiplexer.
 78
 79config MDIO_BUS_MUX_GPIO
 80	tristate "GPIO controlled MDIO bus multiplexers"
 81	depends on OF_GPIO && OF_MDIO
 82	select MDIO_BUS_MUX
 83	help
 84	  This module provides a driver for MDIO bus multiplexers that
 85	  are controlled via GPIO lines.  The multiplexer connects one of
 86	  several child MDIO busses to a parent bus.  Child bus
 87	  selection is under the control of GPIO lines.
 88
 89config MDIO_BUS_MUX_MMIOREG
 90	tristate "MMIO device-controlled MDIO bus multiplexers"
 91	depends on OF_MDIO && HAS_IOMEM
 92	select MDIO_BUS_MUX
 93	help
 94	  This module provides a driver for MDIO bus multiplexers that
 95	  are controlled via a simple memory-mapped device, like an FPGA.
 96	  The multiplexer connects one of several child MDIO busses to a
 97	  parent bus.  Child bus selection is under the control of one of
 98	  the FPGA's registers.
 99
100	  Currently, only 8-bit registers are supported.
101
102config MDIO_CAVIUM
103	tristate
 
 
 
104
105config MDIO_GPIO
106	tristate "GPIO lib-based bitbanged MDIO buses"
107	depends on MDIO_BITBANG && GPIOLIB
108	---help---
109	  Supports GPIO lib-based MDIO busses.
110
111	  To compile this driver as a module, choose M here: the module
112	  will be called mdio-gpio.
113
114config MDIO_HISI_FEMAC
115	tristate "Hisilicon FEMAC MDIO bus controller"
116	depends on HAS_IOMEM && OF_MDIO
117	help
118	  This module provides a driver for the MDIO busses found in the
119	  Hisilicon SoC that have an Fast Ethernet MAC.
120
121config MDIO_MOXART
122        tristate "MOXA ART MDIO interface support"
123        depends on ARCH_MOXART
124        help
125          This driver supports the MDIO interface found in the network
126          interface units of the MOXA ART SoC
127
128config MDIO_OCTEON
129	tristate "Octeon and some ThunderX SOCs MDIO buses"
130	depends on 64BIT
131	depends on HAS_IOMEM
132	select MDIO_CAVIUM
133	help
134	  This module provides a driver for the Octeon and ThunderX MDIO
135	  buses. It is required by the Octeon and ThunderX ethernet device
136	  drivers on some systems.
137
138config MDIO_SUN4I
139	tristate "Allwinner sun4i MDIO interface support"
140	depends on ARCH_SUNXI
141	help
142	  This driver supports the MDIO interface found in the network
143	  interface units of the Allwinner SoC that have an EMAC (A10,
144	  A12, A10s, etc.)
145
146config MDIO_THUNDER
147	tristate "ThunderX SOCs MDIO buses"
148	depends on 64BIT
149	depends on PCI
150	select MDIO_CAVIUM
151	help
152	  This driver supports the MDIO interfaces found on Cavium
153	  ThunderX SoCs when the MDIO bus device appears as a PCI
154	  device.
155
156config MDIO_XGENE
157	tristate "APM X-Gene SoC MDIO bus controller"
158	depends on ARCH_XGENE || COMPILE_TEST
159	help
160	  This module provides a driver for the MDIO busses found in the
161	  APM X-Gene SoC's.
162
163comment "MII PHY device drivers"
 
 
 
 
 
164
165config AMD_PHY
166	tristate "AMD PHYs"
167	---help---
168	  Currently supports the am79c874
169
170config AQUANTIA_PHY
171        tristate "Aquantia PHYs"
172        ---help---
173          Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
174
175config AT803X_PHY
176	tristate "AT803X PHYs"
177	---help---
178	  Currently supports the AT8030 and AT8035 model
179
180config BCM63XX_PHY
181	tristate "Broadcom 63xx SOCs internal PHY"
182	depends on BCM63XX
183	select BCM_NET_PHYLIB
184	---help---
185	  Currently supports the 6348 and 6358 PHYs.
186
187config BCM7XXX_PHY
188	tristate "Broadcom 7xxx SOCs internal PHYs"
189	select BCM_NET_PHYLIB
190	---help---
191	  Currently supports the BCM7366, BCM7439, BCM7445, and
192	  40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
193
 
 
 
 
 
194config BCM87XX_PHY
195	tristate "Broadcom BCM8706 and BCM8727 PHYs"
196	help
197	  Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
198
199config BCM_CYGNUS_PHY
200	tristate "Broadcom Cygnus SoC internal PHY"
201	depends on ARCH_BCM_CYGNUS || COMPILE_TEST
202	depends on MDIO_BCM_IPROC
203	select BCM_NET_PHYLIB
204	---help---
205	  This PHY driver is for the 1G internal PHYs of the Broadcom
206	  Cygnus Family SoC.
207
208	  Currently supports internal PHY's used in the BCM11300,
209	  BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
210	  BCM58303 & BCM58305 Broadcom Cygnus SoCs.
211
212config BCM_NET_PHYLIB
213	tristate
214
215config BROADCOM_PHY
216	tristate "Broadcom PHYs"
217	select BCM_NET_PHYLIB
218	---help---
219	  Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
220	  BCM5481, BCM54810 and BCM5482 PHYs.
221
222config CICADA_PHY
223	tristate "Cicada PHYs"
224	---help---
225	  Currently supports the cis8204
226
 
 
 
 
 
227config DAVICOM_PHY
228	tristate "Davicom PHYs"
229	---help---
230	  Currently supports dm9161e and dm9131
231
232config DP83848_PHY
233	tristate "Texas Instruments DP83848 PHY"
234	---help---
235	  Supports the DP83848 PHY.
236
237config DP83867_PHY
238	tristate "Texas Instruments DP83867 Gigabit PHY"
239	---help---
240	  Currently supports the DP83867 PHY.
241
242config FIXED_PHY
243	tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
244	depends on PHYLIB
245	select SWPHY
246	---help---
247	  Adds the platform "fixed" MDIO Bus to cover the boards that use
248	  PHYs that are not connected to the real MDIO bus.
249
250	  Currently tested with mpc866ads and mpc8349e-mitx.
251
252config ICPLUS_PHY
253	tristate "ICPlus PHYs"
254	---help---
255	  Currently supports the IP175C and IP1001 PHYs.
256
 
 
 
 
 
257config INTEL_XWAY_PHY
258	tristate "Intel XWAY PHYs"
259	---help---
260	  Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
261	  These PHYs are marked as standalone chips under the names
262	  PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
263	  SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
264
265config LSI_ET1011C_PHY
266	tristate "LSI ET1011C PHY"
267	---help---
268	  Supports the LSI ET1011C PHY.
269
270config LXT_PHY
271	tristate "Intel LXT PHYs"
272	---help---
273	  Currently supports the lxt970, lxt971
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
275config MARVELL_PHY
276	tristate "Marvell PHYs"
277	---help---
278	  Currently has a driver for the 88E1011S
 
 
 
279
280config MESON_GXL_PHY
281	tristate "Amlogic Meson GXL Internal PHY"
282	depends on ARCH_MESON || COMPILE_TEST
283	---help---
284	  Currently has a driver for the Amlogic Meson GXL Internal PHY
285
286config MICREL_PHY
287	tristate "Micrel PHYs"
288	---help---
 
289	  Supports the KSZ9021, VSC8201, KS8001 PHYs.
290
 
 
 
 
 
 
291config MICROCHIP_PHY
292	tristate "Microchip PHYs"
293	help
294	  Supports the LAN88XX PHYs.
295
 
 
 
 
 
296config MICROSEMI_PHY
297	tristate "Microsemi PHYs"
298	---help---
299	  Currently supports VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
 
 
 
 
 
 
 
 
 
300
301config NATIONAL_PHY
302	tristate "National Semiconductor PHYs"
303	---help---
304	  Currently supports the DP83865 PHY.
305
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
306config QSEMI_PHY
307	tristate "Quality Semiconductor PHYs"
308	---help---
309	  Currently supports the qs6612
310
311config REALTEK_PHY
312	tristate "Realtek PHYs"
313	---help---
314	  Supports the Realtek 821x PHY.
315
 
 
 
 
 
 
 
 
 
 
316config SMSC_PHY
317	tristate "SMSC PHYs"
318	---help---
 
319	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
320
321config STE10XP
322	tristate "STMicroelectronics STe10Xp PHYs"
323	---help---
324	  This is the driver for the STe100p and STe101p PHYs.
325
326config TERANETICS_PHY
327        tristate "Teranetics PHYs"
328        ---help---
329          Currently supports the Teranetics TN2020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
331config VITESSE_PHY
332        tristate "Vitesse PHYs"
333        ---help---
334          Currently supports the vsc8244
335
336config XILINX_GMII2RGMII
337       tristate "Xilinx GMII2RGMII converter driver"
338       ---help---
339         This driver support xilinx GMII to RGMII IP core it provides
340         the Reduced Gigabit Media Independent Interface(RGMII) between
341         Ethernet physical media devices and the Gigabit Ethernet controller.
342
343endif # PHYLIB
344
345config MICREL_KS8995MA
346	tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
347	depends on SPI