xref: /openbmc/linux/drivers/net/phy/Kconfig (revision a9520543b123bbd7275a0ab8d0375a5412683b41)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
200db8189SAndy Fleming#
300db8189SAndy Fleming# PHY Layer Configuration
400db8189SAndy Fleming#
500db8189SAndy Fleming
690eff909SFlorian Fainellimenuconfig MDIO_DEVICE
790eff909SFlorian Fainelli	tristate "MDIO bus device drivers"
800db8189SAndy Fleming	help
990eff909SFlorian Fainelli	  MDIO devices and driver infrastructure code.
1000db8189SAndy Fleming
11a7fb107bSFlorian Fainelliif MDIO_DEVICE
12a7fb107bSFlorian Fainelli
134c3464a8SArnd Bergmannconfig MDIO_BUS
144c3464a8SArnd Bergmann	tristate
159e8d438eSFlorian Fainelli	default m if PHYLIB=m
164c3464a8SArnd Bergmann	default MDIO_DEVICE
174c3464a8SArnd Bergmann	help
184c3464a8SArnd Bergmann	  This internal symbol is used for link time dependencies and it
194c3464a8SArnd Bergmann	  reflects whether the mdio_bus/mdio_device code is built as a
204c3464a8SArnd Bergmann	  loadable module or built-in.
214c3464a8SArnd Bergmann
224c3464a8SArnd Bergmannif MDIO_BUS
2300db8189SAndy Fleming
24d75b4a22SAndrew Lunnconfig MDIO_BCM_IPROC
25d75b4a22SAndrew Lunn	tristate "Broadcom iProc MDIO bus controller"
26d75b4a22SAndrew Lunn	depends on ARCH_BCM_IPROC || COMPILE_TEST
27d75b4a22SAndrew Lunn	depends on HAS_IOMEM && OF_MDIO
28e9976d7cSDavid Daney	help
29d75b4a22SAndrew Lunn	  This module provides a driver for the MDIO busses found in the
30d75b4a22SAndrew Lunn	  Broadcom iProc SoC's.
31e9976d7cSDavid Daney
32d75b4a22SAndrew Lunnconfig MDIO_BCM_UNIMAC
33d75b4a22SAndrew Lunn	tristate "Broadcom UniMAC MDIO bus controller"
348be7d96eSFlorian Fainelli	depends on HAS_IOMEM
35792aec47SWoojung.Huh@microchip.com	help
36d75b4a22SAndrew Lunn	  This module provides a driver for the Broadcom UniMAC MDIO busses.
37d75b4a22SAndrew Lunn	  This hardware can be found in the Broadcom GENET Ethernet MAC
38d75b4a22SAndrew Lunn	  controllers as well as some Broadcom Ethernet switches such as the
39d75b4a22SAndrew Lunn	  Starfighter 2 switches.
407c32f470SVitaly Bordug
41e2ec4581SScott Woodconfig MDIO_BITBANG
4297c84389SAndrew Lunn	tristate "Bitbanged MDIO buses"
43e2ec4581SScott Wood	help
44e2ec4581SScott Wood	  This module implements the MDIO bus protocol in software,
45e2ec4581SScott Wood	  for use by low level drivers that export the ability to
46e2ec4581SScott Wood	  drive the relevant pins.
47e2ec4581SScott Wood
48e2ec4581SScott Wood	  If in doubt, say N.
49e2ec4581SScott Wood
500ca2997dSDavid Daneyconfig MDIO_BUS_MUX
510ca2997dSDavid Daney	tristate
520ca2997dSDavid Daney	depends on OF_MDIO
530ca2997dSDavid Daney	help
540ca2997dSDavid Daney	  This module provides a driver framework for MDIO bus
550ca2997dSDavid Daney	  multiplexers which connect one of several child MDIO busses
560ca2997dSDavid Daney	  to a parent bus.  Switching between child busses is done by
570ca2997dSDavid Daney	  device specific drivers.
580ca2997dSDavid Daney
59d75b4a22SAndrew Lunnconfig MDIO_BUS_MUX_BCM_IPROC
6097c84389SAndrew Lunn	tristate "Broadcom iProc based MDIO bus multiplexers"
61d75b4a22SAndrew Lunn	depends on OF && OF_MDIO && (ARCH_BCM_IPROC || COMPILE_TEST)
62d75b4a22SAndrew Lunn	select MDIO_BUS_MUX
63d75b4a22SAndrew Lunn	default ARCH_BCM_IPROC
64d75b4a22SAndrew Lunn	help
65d75b4a22SAndrew Lunn	  This module provides a driver for MDIO bus multiplexers found in
66d75b4a22SAndrew Lunn	  iProc based Broadcom SoCs. This multiplexer connects one of several
67d75b4a22SAndrew Lunn	  child MDIO bus to a parent bus. Buses could be internal as well as
68d75b4a22SAndrew Lunn	  external and selection logic lies inside the same multiplexer.
69d75b4a22SAndrew Lunn
70416912a1SDavid Daneyconfig MDIO_BUS_MUX_GPIO
7197c84389SAndrew Lunn	tristate "GPIO controlled MDIO bus multiplexers"
72416912a1SDavid Daney	depends on OF_GPIO && OF_MDIO
73416912a1SDavid Daney	select MDIO_BUS_MUX
74416912a1SDavid Daney	help
75416912a1SDavid Daney	  This module provides a driver for MDIO bus multiplexers that
76416912a1SDavid Daney	  are controlled via GPIO lines.  The multiplexer connects one of
77416912a1SDavid Daney	  several child MDIO busses to a parent bus.  Child bus
78416912a1SDavid Daney	  selection is under the control of GPIO lines.
79416912a1SDavid Daney
8070904251SJerome Brunetconfig MDIO_BUS_MUX_MESON_G12A
8170904251SJerome Brunet	tristate "Amlogic G12a based MDIO bus multiplexer"
8270904251SJerome Brunet	depends on ARCH_MESON || COMPILE_TEST
8370904251SJerome Brunet	depends on OF_MDIO && HAS_IOMEM && COMMON_CLK
8470904251SJerome Brunet	select MDIO_BUS_MUX
8570904251SJerome Brunet	default m if ARCH_MESON
8670904251SJerome Brunet	help
8770904251SJerome Brunet	  This module provides a driver for the MDIO multiplexer/glue of
8870904251SJerome Brunet	  the amlogic g12a SoC. The multiplexers connects either the external
8970904251SJerome Brunet	  or the internal MDIO bus to the parent bus.
9070904251SJerome Brunet
916cc2ff82STimur Tabiconfig MDIO_BUS_MUX_MMIOREG
9297c84389SAndrew Lunn	tristate "MMIO device-controlled MDIO bus multiplexers"
93cfa52005SRob Herring	depends on OF_MDIO && HAS_IOMEM
946cc2ff82STimur Tabi	select MDIO_BUS_MUX
956cc2ff82STimur Tabi	help
966cc2ff82STimur Tabi	  This module provides a driver for MDIO bus multiplexers that
976cc2ff82STimur Tabi	  are controlled via a simple memory-mapped device, like an FPGA.
986cc2ff82STimur Tabi	  The multiplexer connects one of several child MDIO busses to a
996cc2ff82STimur Tabi	  parent bus.  Child bus selection is under the control of one of
1006cc2ff82STimur Tabi	  the FPGA's registers.
1016cc2ff82STimur Tabi
102c642bbbcSCorentin Labbe	  Currently, only 8/16/32 bits registers are supported.
1036cc2ff82STimur Tabi
1047865ad65SPankaj Bansalconfig MDIO_BUS_MUX_MULTIPLEXER
1057865ad65SPankaj Bansal	tristate "MDIO bus multiplexer using kernel multiplexer subsystem"
10664af7dc3SArnd Bergmann	depends on OF_MDIO
1077865ad65SPankaj Bansal	select MULTIPLEXER
1087865ad65SPankaj Bansal	select MDIO_BUS_MUX
1097865ad65SPankaj Bansal	help
1107865ad65SPankaj Bansal	  This module provides a driver for MDIO bus multiplexer
1117865ad65SPankaj Bansal	  that is controlled via the kernel multiplexer subsystem. The
1127865ad65SPankaj Bansal	  bus multiplexer connects one of several child MDIO busses to
1137865ad65SPankaj Bansal	  a parent bus.  Child bus selection is under the control of
1147865ad65SPankaj Bansal	  the kernel multiplexer subsystem.
1157865ad65SPankaj Bansal
116d75b4a22SAndrew Lunnconfig MDIO_CAVIUM
117d75b4a22SAndrew Lunn	tristate
11898bc865aSPramod Kumar
119d75b4a22SAndrew Lunnconfig MDIO_GPIO
12097c84389SAndrew Lunn	tristate "GPIO lib-based bitbanged MDIO buses"
121d55207e3SGeert Uytterhoeven	depends on MDIO_BITBANG
122d55207e3SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
123d75b4a22SAndrew Lunn	---help---
124d75b4a22SAndrew Lunn	  Supports GPIO lib-based MDIO busses.
125ddc24ae1SArun Parameswaran
126d75b4a22SAndrew Lunn	  To compile this driver as a module, choose M here: the module
127d75b4a22SAndrew Lunn	  will be called mdio-gpio.
128d75b4a22SAndrew Lunn
129d75b4a22SAndrew Lunnconfig MDIO_HISI_FEMAC
130d75b4a22SAndrew Lunn	tristate "Hisilicon FEMAC MDIO bus controller"
131ddc24ae1SArun Parameswaran	depends on HAS_IOMEM && OF_MDIO
132ddc24ae1SArun Parameswaran	help
133ddc24ae1SArun Parameswaran	  This module provides a driver for the MDIO busses found in the
134d75b4a22SAndrew Lunn	  Hisilicon SoC that have an Fast Ethernet MAC.
135d75b4a22SAndrew Lunn
136453d00deSRussell Kingconfig MDIO_I2C
137453d00deSRussell King	tristate
138453d00deSRussell King	depends on I2C
139453d00deSRussell King	help
140453d00deSRussell King	  Support I2C based PHYs.  This provides a MDIO bus bridged
141453d00deSRussell King	  to I2C to allow PHYs connected in I2C mode to be accessed
142453d00deSRussell King	  using the existing infrastructure.
143453d00deSRussell King
144453d00deSRussell King	  This is library mode.
145453d00deSRussell King
146d75b4a22SAndrew Lunnconfig MDIO_MOXART
147d75b4a22SAndrew Lunn	tristate "MOXA ART MDIO interface support"
1483c0596f8SFlorian Fainelli	depends on ARCH_MOXART || COMPILE_TEST
149d75b4a22SAndrew Lunn	help
150d75b4a22SAndrew Lunn	  This driver supports the MDIO interface found in the network
151d75b4a22SAndrew Lunn	  interface units of the MOXA ART SoC
152d75b4a22SAndrew Lunn
153542671feSAlexandre Belloniconfig MDIO_MSCC_MIIM
154542671feSAlexandre Belloni	tristate "Microsemi MIIM interface support"
155542671feSAlexandre Belloni	depends on HAS_IOMEM
156542671feSAlexandre Belloni	help
157542671feSAlexandre Belloni	  This driver supports the MIIM (MDIO) interface found in the network
158542671feSAlexandre Belloni	  switches of the Microsemi SoCs
159542671feSAlexandre Belloni
160d75b4a22SAndrew Lunnconfig MDIO_OCTEON
16197c84389SAndrew Lunn	tristate "Octeon and some ThunderX SOCs MDIO buses"
162d75b4a22SAndrew Lunn	depends on 64BIT
163cd47512eSRandy Dunlap	depends on HAS_IOMEM && OF_MDIO
164d75b4a22SAndrew Lunn	select MDIO_CAVIUM
165d75b4a22SAndrew Lunn	help
166d75b4a22SAndrew Lunn	  This module provides a driver for the Octeon and ThunderX MDIO
167d75b4a22SAndrew Lunn	  buses. It is required by the Octeon and ThunderX ethernet device
168d75b4a22SAndrew Lunn	  drivers on some systems.
169d75b4a22SAndrew Lunn
170d75b4a22SAndrew Lunnconfig MDIO_SUN4I
171d75b4a22SAndrew Lunn	tristate "Allwinner sun4i MDIO interface support"
1723c0596f8SFlorian Fainelli	depends on ARCH_SUNXI || COMPILE_TEST
173d75b4a22SAndrew Lunn	help
174d75b4a22SAndrew Lunn	  This driver supports the MDIO interface found in the network
175d75b4a22SAndrew Lunn	  interface units of the Allwinner SoC that have an EMAC (A10,
176d75b4a22SAndrew Lunn	  A12, A10s, etc.)
177d75b4a22SAndrew Lunn
178d75b4a22SAndrew Lunnconfig MDIO_THUNDER
17997c84389SAndrew Lunn	tristate "ThunderX SOCs MDIO buses"
180d75b4a22SAndrew Lunn	depends on 64BIT
181d75b4a22SAndrew Lunn	depends on PCI
182d75b4a22SAndrew Lunn	select MDIO_CAVIUM
183d75b4a22SAndrew Lunn	help
184d75b4a22SAndrew Lunn	  This driver supports the MDIO interfaces found on Cavium
185d75b4a22SAndrew Lunn	  ThunderX SoCs when the MDIO bus device appears as a PCI
186d75b4a22SAndrew Lunn	  device.
187d75b4a22SAndrew Lunn
188d75b4a22SAndrew Lunnconfig MDIO_XGENE
189d75b4a22SAndrew Lunn	tristate "APM X-Gene SoC MDIO bus controller"
1907aa6ec22SLaura Abbott	depends on ARCH_XGENE || COMPILE_TEST
191d75b4a22SAndrew Lunn	help
192d75b4a22SAndrew Lunn	  This module provides a driver for the MDIO busses found in the
193d75b4a22SAndrew Lunn	  APM X-Gene SoC's.
194d75b4a22SAndrew Lunn
19590eff909SFlorian Fainelliendif
196a7fb107bSFlorian Fainelliendif
19790eff909SFlorian Fainelli
1989525ae83SRussell Kingconfig PHYLINK
1999525ae83SRussell King	tristate
2009525ae83SRussell King	depends on NETDEVICES
2019525ae83SRussell King	select PHYLIB
2029525ae83SRussell King	select SWPHY
2039525ae83SRussell King	help
2049525ae83SRussell King	  PHYlink models the link between the PHY and MAC, allowing fixed
2059525ae83SRussell King	  configuration links, PHYs, and Serdes links with MAC level
2069525ae83SRussell King	  autonegotiation modes.
2079525ae83SRussell King
2086073512cSJerome Brunetmenuconfig PHYLIB
2099e8d438eSFlorian Fainelli	tristate "PHY Device support and infrastructure"
2106073512cSJerome Brunet	depends on NETDEVICES
2116073512cSJerome Brunet	select MDIO_DEVICE
2126073512cSJerome Brunet	help
2136073512cSJerome Brunet	  Ethernet controllers are usually attached to PHY
2146073512cSJerome Brunet	  devices.  This option provides infrastructure for
2156073512cSJerome Brunet	  managing PHY devices.
2166073512cSJerome Brunet
21790eff909SFlorian Fainelliif PHYLIB
21890eff909SFlorian Fainelli
21990eff909SFlorian Fainelliconfig SWPHY
22090eff909SFlorian Fainelli	bool
22190eff909SFlorian Fainelli
22290eff909SFlorian Fainelliconfig LED_TRIGGER_PHY
22390eff909SFlorian Fainelli	bool "Support LED triggers for tracking link state"
22490eff909SFlorian Fainelli	depends on LEDS_TRIGGERS
22590eff909SFlorian Fainelli	---help---
22690eff909SFlorian Fainelli	  Adds support for a set of LED trigger events per-PHY.  Link
22790eff909SFlorian Fainelli	  state change will trigger the events, for consumption by an
22890eff909SFlorian Fainelli	  LED class driver.  There are triggers for each link speed currently
2293928ee64SMaciej S. Szmigiero	  supported by the PHY and also a one common "link" trigger as a
2303928ee64SMaciej S. Szmigiero	  logical-or of all the link speed ones.
2313928ee64SMaciej S. Szmigiero	  All these triggers are named according to the following pattern:
23290eff909SFlorian Fainelli	      <mii bus id>:<phy>:<speed>
23390eff909SFlorian Fainelli
23490eff909SFlorian Fainelli	  Where speed is in the form:
2353928ee64SMaciej S. Szmigiero		<Speed in megabits>Mbps OR <Speed in gigabits>Gbps OR link
2363928ee64SMaciej S. Szmigiero		for any speed known to the PHY.
23790eff909SFlorian Fainelli
23890eff909SFlorian Fainelli
239d75b4a22SAndrew Lunncomment "MII PHY device drivers"
240d75b4a22SAndrew Lunn
24173970055SRussell Kingconfig SFP
24273970055SRussell King	tristate "SFP cage support"
24373970055SRussell King	depends on I2C && PHYLINK
244b5293443SGuenter Roeck	depends on HWMON || HWMON=n
24573970055SRussell King	select MDIO_I2C
24673970055SRussell King
247d75b4a22SAndrew Lunnconfig AMD_PHY
24897c84389SAndrew Lunn	tristate "AMD PHYs"
249d75b4a22SAndrew Lunn	---help---
250d75b4a22SAndrew Lunn	  Currently supports the am79c874
251d75b4a22SAndrew Lunn
252d75b4a22SAndrew Lunnconfig AQUANTIA_PHY
25397c84389SAndrew Lunn	tristate "Aquantia PHYs"
254d75b4a22SAndrew Lunn	---help---
255d75b4a22SAndrew Lunn	  Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
256d75b4a22SAndrew Lunn
257*a9520543SMichael Schmitzconfig AX88796B_PHY
25831dd83b9SMichael Schmitz	tristate "Asix PHYs"
25931dd83b9SMichael Schmitz	help
26031dd83b9SMichael Schmitz	  Currently supports the Asix Electronics PHY found in the X-Surf 100
26131dd83b9SMichael Schmitz	  AX88796B package.
26231dd83b9SMichael Schmitz
263d75b4a22SAndrew Lunnconfig AT803X_PHY
26497c84389SAndrew Lunn	tristate "AT803X PHYs"
265d75b4a22SAndrew Lunn	---help---
266d75b4a22SAndrew Lunn	  Currently supports the AT8030 and AT8035 model
267d75b4a22SAndrew Lunn
268d75b4a22SAndrew Lunnconfig BCM63XX_PHY
26997c84389SAndrew Lunn	tristate "Broadcom 63xx SOCs internal PHY"
27015d8daf7SAndrew Lunn	depends on BCM63XX || COMPILE_TEST
271d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
272d75b4a22SAndrew Lunn	---help---
273d75b4a22SAndrew Lunn	  Currently supports the 6348 and 6358 PHYs.
274d75b4a22SAndrew Lunn
275d75b4a22SAndrew Lunnconfig BCM7XXX_PHY
27697c84389SAndrew Lunn	tristate "Broadcom 7xxx SOCs internal PHYs"
277d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
278d75b4a22SAndrew Lunn	---help---
279d75b4a22SAndrew Lunn	  Currently supports the BCM7366, BCM7439, BCM7445, and
280d75b4a22SAndrew Lunn	  40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
281d75b4a22SAndrew Lunn
282d75b4a22SAndrew Lunnconfig BCM87XX_PHY
28397c84389SAndrew Lunn	tristate "Broadcom BCM8706 and BCM8727 PHYs"
284d75b4a22SAndrew Lunn	help
285d75b4a22SAndrew Lunn	  Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
286d75b4a22SAndrew Lunn
287d75b4a22SAndrew Lunnconfig BCM_CYGNUS_PHY
288a7a01ab3SFlorian Fainelli	tristate "Broadcom Cygnus/Omega SoC internal PHY"
28917cc9821SFlorian Fainelli	depends on ARCH_BCM_IPROC || COMPILE_TEST
290d75b4a22SAndrew Lunn	depends on MDIO_BCM_IPROC
291d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
292d75b4a22SAndrew Lunn	---help---
293d75b4a22SAndrew Lunn	  This PHY driver is for the 1G internal PHYs of the Broadcom
29417cc9821SFlorian Fainelli	  Cygnus and Omega Family SoC.
295d75b4a22SAndrew Lunn
296d75b4a22SAndrew Lunn	  Currently supports internal PHY's used in the BCM11300,
297d75b4a22SAndrew Lunn	  BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
298d75b4a22SAndrew Lunn	  BCM58303 & BCM58305 Broadcom Cygnus SoCs.
299d75b4a22SAndrew Lunn
300d75b4a22SAndrew Lunnconfig BCM_NET_PHYLIB
301d75b4a22SAndrew Lunn	tristate
302d75b4a22SAndrew Lunn
303d75b4a22SAndrew Lunnconfig BROADCOM_PHY
30497c84389SAndrew Lunn	tristate "Broadcom PHYs"
305d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
306d75b4a22SAndrew Lunn	---help---
307d75b4a22SAndrew Lunn	  Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
308b14995acSJon Mason	  BCM5481, BCM54810 and BCM5482 PHYs.
309d75b4a22SAndrew Lunn
310d75b4a22SAndrew Lunnconfig CICADA_PHY
31197c84389SAndrew Lunn	tristate "Cicada PHYs"
312d75b4a22SAndrew Lunn	---help---
313d75b4a22SAndrew Lunn	  Currently supports the cis8204
314d75b4a22SAndrew Lunn
31515b9e533SBogdan Purcareataconfig CORTINA_PHY
31615b9e533SBogdan Purcareata	tristate "Cortina EDC CDR 10G Ethernet PHY"
31715b9e533SBogdan Purcareata	---help---
31815b9e533SBogdan Purcareata	  Currently supports the CS4340 phy.
31915b9e533SBogdan Purcareata
320d75b4a22SAndrew Lunnconfig DAVICOM_PHY
32197c84389SAndrew Lunn	tristate "Davicom PHYs"
322d75b4a22SAndrew Lunn	---help---
323d75b4a22SAndrew Lunn	  Currently supports dm9161e and dm9131
324d75b4a22SAndrew Lunn
32587461f7aSDan Murphyconfig DP83822_PHY
32687461f7aSDan Murphy	tristate "Texas Instruments DP83822 PHY"
32787461f7aSDan Murphy	---help---
32887461f7aSDan Murphy	  Supports the DP83822 PHY.
32987461f7aSDan Murphy
330b753a9faSDan Murphyconfig DP83TC811_PHY
331b753a9faSDan Murphy	tristate "Texas Instruments DP83TC822 PHY"
332b753a9faSDan Murphy	---help---
333b753a9faSDan Murphy	  Supports the DP83TC822 PHY.
334b753a9faSDan Murphy
335d75b4a22SAndrew Lunnconfig DP83848_PHY
33697c84389SAndrew Lunn	tristate "Texas Instruments DP83848 PHY"
337d75b4a22SAndrew Lunn	---help---
338d75b4a22SAndrew Lunn	  Supports the DP83848 PHY.
339d75b4a22SAndrew Lunn
340d75b4a22SAndrew Lunnconfig DP83867_PHY
34197c84389SAndrew Lunn	tristate "Texas Instruments DP83867 Gigabit PHY"
342d75b4a22SAndrew Lunn	---help---
343d75b4a22SAndrew Lunn	  Currently supports the DP83867 PHY.
344d75b4a22SAndrew Lunn
345d75b4a22SAndrew Lunnconfig FIXED_PHY
34697c84389SAndrew Lunn	tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
347d75b4a22SAndrew Lunn	depends on PHYLIB
348d75b4a22SAndrew Lunn	select SWPHY
349d75b4a22SAndrew Lunn	---help---
350d75b4a22SAndrew Lunn	  Adds the platform "fixed" MDIO Bus to cover the boards that use
351d75b4a22SAndrew Lunn	  PHYs that are not connected to the real MDIO bus.
352d75b4a22SAndrew Lunn
353d75b4a22SAndrew Lunn	  Currently tested with mpc866ads and mpc8349e-mitx.
354d75b4a22SAndrew Lunn
355d75b4a22SAndrew Lunnconfig ICPLUS_PHY
35697c84389SAndrew Lunn	tristate "ICPlus PHYs"
357d75b4a22SAndrew Lunn	---help---
358d75b4a22SAndrew Lunn	  Currently supports the IP175C and IP1001 PHYs.
359ddc24ae1SArun Parameswaran
360112b558dSHauke Mehrtensconfig INTEL_XWAY_PHY
36197c84389SAndrew Lunn	tristate "Intel XWAY PHYs"
362112b558dSHauke Mehrtens	---help---
363112b558dSHauke Mehrtens	  Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
364112b558dSHauke Mehrtens	  These PHYs are marked as standalone chips under the names
365112b558dSHauke Mehrtens	  PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
366112b558dSHauke Mehrtens	  SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
367112b558dSHauke Mehrtens
368d75b4a22SAndrew Lunnconfig LSI_ET1011C_PHY
36997c84389SAndrew Lunn	tristate "LSI ET1011C PHY"
370d75b4a22SAndrew Lunn	---help---
371d75b4a22SAndrew Lunn	  Supports the LSI ET1011C PHY.
3724960e4b1SDongpo Li
373d75b4a22SAndrew Lunnconfig LXT_PHY
37497c84389SAndrew Lunn	tristate "Intel LXT PHYs"
375d75b4a22SAndrew Lunn	---help---
376d75b4a22SAndrew Lunn	  Currently supports the lxt970, lxt971
377d75b4a22SAndrew Lunn
378d75b4a22SAndrew Lunnconfig MARVELL_PHY
37997c84389SAndrew Lunn	tristate "Marvell PHYs"
380d75b4a22SAndrew Lunn	---help---
381d75b4a22SAndrew Lunn	  Currently has a driver for the 88E1011S
382d75b4a22SAndrew Lunn
38320b2af32SRussell Kingconfig MARVELL_10G_PHY
38420b2af32SRussell King	tristate "Marvell Alaska 10Gbit PHYs"
38520b2af32SRussell King	---help---
38620b2af32SRussell King	  Support for the Marvell Alaska MV88X3310 and compatible PHYs.
38720b2af32SRussell King
3887334b3e4SNeil Armstrongconfig MESON_GXL_PHY
3897334b3e4SNeil Armstrong	tristate "Amlogic Meson GXL Internal PHY"
3902ebae8bdSJean Delvare	depends on ARCH_MESON || COMPILE_TEST
3917334b3e4SNeil Armstrong	---help---
3927334b3e4SNeil Armstrong	  Currently has a driver for the Amlogic Meson GXL Internal PHY
3937334b3e4SNeil Armstrong
394d75b4a22SAndrew Lunnconfig MICREL_PHY
39597c84389SAndrew Lunn	tristate "Micrel PHYs"
396d75b4a22SAndrew Lunn	---help---
397d75b4a22SAndrew Lunn	  Supports the KSZ9021, VSC8201, KS8001 PHYs.
398d75b4a22SAndrew Lunn
399d75b4a22SAndrew Lunnconfig MICROCHIP_PHY
40097c84389SAndrew Lunn	tristate "Microchip PHYs"
40143b3cf66SIyappan Subramanian	help
402d75b4a22SAndrew Lunn	  Supports the LAN88XX PHYs.
40343b3cf66SIyappan Subramanian
4043e50d2daSNisar Sayedconfig MICROCHIP_T1_PHY
4053e50d2daSNisar Sayed	tristate "Microchip T1 PHYs"
4063e50d2daSNisar Sayed	---help---
4073e50d2daSNisar Sayed	  Supports the LAN87XX PHYs.
4083e50d2daSNisar Sayed
409d50736a8SRaju Lakkarajuconfig MICROSEMI_PHY
41097c84389SAndrew Lunn	tristate "Microsemi PHYs"
411d50736a8SRaju Lakkaraju	---help---
412e4f9ba64SKavya Sree Kotagiri	  Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
413d50736a8SRaju Lakkaraju
414d75b4a22SAndrew Lunnconfig NATIONAL_PHY
41597c84389SAndrew Lunn	tristate "National Semiconductor PHYs"
416d75b4a22SAndrew Lunn	---help---
417d75b4a22SAndrew Lunn	  Currently supports the DP83865 PHY.
418d75b4a22SAndrew Lunn
419d75b4a22SAndrew Lunnconfig QSEMI_PHY
42097c84389SAndrew Lunn	tristate "Quality Semiconductor PHYs"
421d75b4a22SAndrew Lunn	---help---
422d75b4a22SAndrew Lunn	  Currently supports the qs6612
423d75b4a22SAndrew Lunn
424d75b4a22SAndrew Lunnconfig REALTEK_PHY
42597c84389SAndrew Lunn	tristate "Realtek PHYs"
426d75b4a22SAndrew Lunn	---help---
427d75b4a22SAndrew Lunn	  Supports the Realtek 821x PHY.
428d75b4a22SAndrew Lunn
429812b5ca7SBernd Edlingerconfig RENESAS_PHY
430812b5ca7SBernd Edlinger	tristate "Driver for Renesas PHYs"
431812b5ca7SBernd Edlinger	---help---
432812b5ca7SBernd Edlinger	  Supports the Renesas PHYs uPD60620 and uPD60620A.
433812b5ca7SBernd Edlinger
434baf6ee81SDavid Wuconfig ROCKCHIP_PHY
435baf6ee81SDavid Wu        tristate "Driver for Rockchip Ethernet PHYs"
436baf6ee81SDavid Wu        ---help---
437baf6ee81SDavid Wu          Currently supports the integrated Ethernet PHY.
438baf6ee81SDavid Wu
439d75b4a22SAndrew Lunnconfig SMSC_PHY
44097c84389SAndrew Lunn	tristate "SMSC PHYs"
441d75b4a22SAndrew Lunn	---help---
442d75b4a22SAndrew Lunn	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
443d75b4a22SAndrew Lunn
444d75b4a22SAndrew Lunnconfig STE10XP
44597c84389SAndrew Lunn	tristate "STMicroelectronics STe10Xp PHYs"
446d75b4a22SAndrew Lunn	---help---
447d75b4a22SAndrew Lunn	  This is the driver for the STe100p and STe101p PHYs.
448d75b4a22SAndrew Lunn
449d75b4a22SAndrew Lunnconfig TERANETICS_PHY
45097c84389SAndrew Lunn	tristate "Teranetics PHYs"
451d75b4a22SAndrew Lunn	---help---
452d75b4a22SAndrew Lunn	  Currently supports the Teranetics TN2020
453d75b4a22SAndrew Lunn
454d75b4a22SAndrew Lunnconfig VITESSE_PHY
45597c84389SAndrew Lunn	tristate "Vitesse PHYs"
456d75b4a22SAndrew Lunn	---help---
457d75b4a22SAndrew Lunn	  Currently supports the vsc8244
458d75b4a22SAndrew Lunn
459f411a616SAppana Durga Kedareswara Raoconfig XILINX_GMII2RGMII
460f411a616SAppana Durga Kedareswara Rao	tristate "Xilinx GMII2RGMII converter driver"
461f411a616SAppana Durga Kedareswara Rao	---help---
462f411a616SAppana Durga Kedareswara Rao	  This driver support xilinx GMII to RGMII IP core it provides
463f411a616SAppana Durga Kedareswara Rao	  the Reduced Gigabit Media Independent Interface(RGMII) between
464f411a616SAppana Durga Kedareswara Rao	  Ethernet physical media devices and the Gigabit Ethernet controller.
465f411a616SAppana Durga Kedareswara Rao
46653f99941SJan Engelhardtendif # PHYLIB
467a8e510f6SFrederic LAMBERT
468a8e510f6SFrederic LAMBERTconfig MICREL_KS8995MA
469a8e510f6SFrederic LAMBERT	tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
470a8e510f6SFrederic LAMBERT	depends on SPI
471