xref: /openbmc/linux/drivers/net/phy/Kconfig (revision 9c1029818c713eccdce945e45cd8fb927d6a3d6e)
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
24f160e994SAndrew Jefferyconfig MDIO_ASPEED
25f160e994SAndrew Jeffery	tristate "ASPEED MDIO bus controller"
26f160e994SAndrew Jeffery	depends on ARCH_ASPEED || COMPILE_TEST
27f160e994SAndrew Jeffery	depends on OF_MDIO && HAS_IOMEM
28f160e994SAndrew Jeffery	help
29f160e994SAndrew Jeffery	  This module provides a driver for the independent MDIO bus
30f160e994SAndrew Jeffery	  controllers found in the ASPEED AST2600 SoC. This is a driver for the
31f160e994SAndrew Jeffery	  third revision of the ASPEED MDIO register interface - the first two
32f160e994SAndrew Jeffery	  revisions are the "old" and "new" interfaces found in the AST2400 and
33f160e994SAndrew Jeffery	  AST2500, embedded in the MAC. For legacy reasons, FTGMAC100 driver
34f160e994SAndrew Jeffery	  continues to drive the embedded MDIO controller for the AST2400 and
35f160e994SAndrew Jeffery	  AST2500 SoCs, so say N if AST2600 support is not required.
36f160e994SAndrew Jeffery
37d75b4a22SAndrew Lunnconfig MDIO_BCM_IPROC
38d75b4a22SAndrew Lunn	tristate "Broadcom iProc MDIO bus controller"
39d75b4a22SAndrew Lunn	depends on ARCH_BCM_IPROC || COMPILE_TEST
40d75b4a22SAndrew Lunn	depends on HAS_IOMEM && OF_MDIO
41e9976d7cSDavid Daney	help
42d75b4a22SAndrew Lunn	  This module provides a driver for the MDIO busses found in the
43d75b4a22SAndrew Lunn	  Broadcom iProc SoC's.
44e9976d7cSDavid Daney
45d75b4a22SAndrew Lunnconfig MDIO_BCM_UNIMAC
46d75b4a22SAndrew Lunn	tristate "Broadcom UniMAC MDIO bus controller"
478be7d96eSFlorian Fainelli	depends on HAS_IOMEM
48792aec47SWoojung.Huh@microchip.com	help
49d75b4a22SAndrew Lunn	  This module provides a driver for the Broadcom UniMAC MDIO busses.
50d75b4a22SAndrew Lunn	  This hardware can be found in the Broadcom GENET Ethernet MAC
51d75b4a22SAndrew Lunn	  controllers as well as some Broadcom Ethernet switches such as the
52d75b4a22SAndrew Lunn	  Starfighter 2 switches.
537c32f470SVitaly Bordug
54e2ec4581SScott Woodconfig MDIO_BITBANG
5597c84389SAndrew Lunn	tristate "Bitbanged MDIO buses"
56e2ec4581SScott Wood	help
57e2ec4581SScott Wood	  This module implements the MDIO bus protocol in software,
58e2ec4581SScott Wood	  for use by low level drivers that export the ability to
59e2ec4581SScott Wood	  drive the relevant pins.
60e2ec4581SScott Wood
61e2ec4581SScott Wood	  If in doubt, say N.
62e2ec4581SScott Wood
630ca2997dSDavid Daneyconfig MDIO_BUS_MUX
640ca2997dSDavid Daney	tristate
650ca2997dSDavid Daney	depends on OF_MDIO
660ca2997dSDavid Daney	help
670ca2997dSDavid Daney	  This module provides a driver framework for MDIO bus
680ca2997dSDavid Daney	  multiplexers which connect one of several child MDIO busses
690ca2997dSDavid Daney	  to a parent bus.  Switching between child busses is done by
700ca2997dSDavid Daney	  device specific drivers.
710ca2997dSDavid Daney
72d75b4a22SAndrew Lunnconfig MDIO_BUS_MUX_BCM_IPROC
7397c84389SAndrew Lunn	tristate "Broadcom iProc based MDIO bus multiplexers"
74d75b4a22SAndrew Lunn	depends on OF && OF_MDIO && (ARCH_BCM_IPROC || COMPILE_TEST)
75d75b4a22SAndrew Lunn	select MDIO_BUS_MUX
76d75b4a22SAndrew Lunn	default ARCH_BCM_IPROC
77d75b4a22SAndrew Lunn	help
78d75b4a22SAndrew Lunn	  This module provides a driver for MDIO bus multiplexers found in
79d75b4a22SAndrew Lunn	  iProc based Broadcom SoCs. This multiplexer connects one of several
80d75b4a22SAndrew Lunn	  child MDIO bus to a parent bus. Buses could be internal as well as
81d75b4a22SAndrew Lunn	  external and selection logic lies inside the same multiplexer.
82d75b4a22SAndrew Lunn
83416912a1SDavid Daneyconfig MDIO_BUS_MUX_GPIO
8497c84389SAndrew Lunn	tristate "GPIO controlled MDIO bus multiplexers"
85416912a1SDavid Daney	depends on OF_GPIO && OF_MDIO
86416912a1SDavid Daney	select MDIO_BUS_MUX
87416912a1SDavid Daney	help
88416912a1SDavid Daney	  This module provides a driver for MDIO bus multiplexers that
89416912a1SDavid Daney	  are controlled via GPIO lines.  The multiplexer connects one of
90416912a1SDavid Daney	  several child MDIO busses to a parent bus.  Child bus
91416912a1SDavid Daney	  selection is under the control of GPIO lines.
92416912a1SDavid Daney
9370904251SJerome Brunetconfig MDIO_BUS_MUX_MESON_G12A
9470904251SJerome Brunet	tristate "Amlogic G12a based MDIO bus multiplexer"
9570904251SJerome Brunet	depends on ARCH_MESON || COMPILE_TEST
9670904251SJerome Brunet	depends on OF_MDIO && HAS_IOMEM && COMMON_CLK
9770904251SJerome Brunet	select MDIO_BUS_MUX
9870904251SJerome Brunet	default m if ARCH_MESON
9970904251SJerome Brunet	help
10070904251SJerome Brunet	  This module provides a driver for the MDIO multiplexer/glue of
10170904251SJerome Brunet	  the amlogic g12a SoC. The multiplexers connects either the external
10270904251SJerome Brunet	  or the internal MDIO bus to the parent bus.
10370904251SJerome Brunet
1046cc2ff82STimur Tabiconfig MDIO_BUS_MUX_MMIOREG
10597c84389SAndrew Lunn	tristate "MMIO device-controlled MDIO bus multiplexers"
106cfa52005SRob Herring	depends on OF_MDIO && HAS_IOMEM
1076cc2ff82STimur Tabi	select MDIO_BUS_MUX
1086cc2ff82STimur Tabi	help
1096cc2ff82STimur Tabi	  This module provides a driver for MDIO bus multiplexers that
1106cc2ff82STimur Tabi	  are controlled via a simple memory-mapped device, like an FPGA.
1116cc2ff82STimur Tabi	  The multiplexer connects one of several child MDIO busses to a
1126cc2ff82STimur Tabi	  parent bus.  Child bus selection is under the control of one of
1136cc2ff82STimur Tabi	  the FPGA's registers.
1146cc2ff82STimur Tabi
115c642bbbcSCorentin Labbe	  Currently, only 8/16/32 bits registers are supported.
1166cc2ff82STimur Tabi
1177865ad65SPankaj Bansalconfig MDIO_BUS_MUX_MULTIPLEXER
1187865ad65SPankaj Bansal	tristate "MDIO bus multiplexer using kernel multiplexer subsystem"
11964af7dc3SArnd Bergmann	depends on OF_MDIO
1207865ad65SPankaj Bansal	select MULTIPLEXER
1217865ad65SPankaj Bansal	select MDIO_BUS_MUX
1227865ad65SPankaj Bansal	help
1237865ad65SPankaj Bansal	  This module provides a driver for MDIO bus multiplexer
1247865ad65SPankaj Bansal	  that is controlled via the kernel multiplexer subsystem. The
1257865ad65SPankaj Bansal	  bus multiplexer connects one of several child MDIO busses to
1267865ad65SPankaj Bansal	  a parent bus.  Child bus selection is under the control of
1277865ad65SPankaj Bansal	  the kernel multiplexer subsystem.
1287865ad65SPankaj Bansal
129d75b4a22SAndrew Lunnconfig MDIO_CAVIUM
130d75b4a22SAndrew Lunn	tristate
13198bc865aSPramod Kumar
132d75b4a22SAndrew Lunnconfig MDIO_GPIO
13397c84389SAndrew Lunn	tristate "GPIO lib-based bitbanged MDIO buses"
134d55207e3SGeert Uytterhoeven	depends on MDIO_BITBANG
135d55207e3SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
136d75b4a22SAndrew Lunn	---help---
137d75b4a22SAndrew Lunn	  Supports GPIO lib-based MDIO busses.
138ddc24ae1SArun Parameswaran
139d75b4a22SAndrew Lunn	  To compile this driver as a module, choose M here: the module
140d75b4a22SAndrew Lunn	  will be called mdio-gpio.
141d75b4a22SAndrew Lunn
142d75b4a22SAndrew Lunnconfig MDIO_HISI_FEMAC
143d75b4a22SAndrew Lunn	tristate "Hisilicon FEMAC MDIO bus controller"
144ddc24ae1SArun Parameswaran	depends on HAS_IOMEM && OF_MDIO
145ddc24ae1SArun Parameswaran	help
146ddc24ae1SArun Parameswaran	  This module provides a driver for the MDIO busses found in the
147d75b4a22SAndrew Lunn	  Hisilicon SoC that have an Fast Ethernet MAC.
148d75b4a22SAndrew Lunn
149453d00deSRussell Kingconfig MDIO_I2C
150453d00deSRussell King	tristate
151453d00deSRussell King	depends on I2C
152453d00deSRussell King	help
153453d00deSRussell King	  Support I2C based PHYs.  This provides a MDIO bus bridged
154453d00deSRussell King	  to I2C to allow PHYs connected in I2C mode to be accessed
155453d00deSRussell King	  using the existing infrastructure.
156453d00deSRussell King
157453d00deSRussell King	  This is library mode.
158453d00deSRussell King
159d75b4a22SAndrew Lunnconfig MDIO_MOXART
160d75b4a22SAndrew Lunn	tristate "MOXA ART MDIO interface support"
1613c0596f8SFlorian Fainelli	depends on ARCH_MOXART || COMPILE_TEST
162d75b4a22SAndrew Lunn	help
163d75b4a22SAndrew Lunn	  This driver supports the MDIO interface found in the network
164d75b4a22SAndrew Lunn	  interface units of the MOXA ART SoC
165d75b4a22SAndrew Lunn
166542671feSAlexandre Belloniconfig MDIO_MSCC_MIIM
167542671feSAlexandre Belloni	tristate "Microsemi MIIM interface support"
168542671feSAlexandre Belloni	depends on HAS_IOMEM
169542671feSAlexandre Belloni	help
170542671feSAlexandre Belloni	  This driver supports the MIIM (MDIO) interface found in the network
171542671feSAlexandre Belloni	  switches of the Microsemi SoCs
172542671feSAlexandre Belloni
173d75b4a22SAndrew Lunnconfig MDIO_OCTEON
17497c84389SAndrew Lunn	tristate "Octeon and some ThunderX SOCs MDIO buses"
175b8fb6406SNathan Chancellor	depends on (64BIT && OF_MDIO) || COMPILE_TEST
176b8fb6406SNathan Chancellor	depends on HAS_IOMEM
177d75b4a22SAndrew Lunn	select MDIO_CAVIUM
178d75b4a22SAndrew Lunn	help
179d75b4a22SAndrew Lunn	  This module provides a driver for the Octeon and ThunderX MDIO
180d75b4a22SAndrew Lunn	  buses. It is required by the Octeon and ThunderX ethernet device
181d75b4a22SAndrew Lunn	  drivers on some systems.
182d75b4a22SAndrew Lunn
183d75b4a22SAndrew Lunnconfig MDIO_SUN4I
184d75b4a22SAndrew Lunn	tristate "Allwinner sun4i MDIO interface support"
1853c0596f8SFlorian Fainelli	depends on ARCH_SUNXI || COMPILE_TEST
186d75b4a22SAndrew Lunn	help
187d75b4a22SAndrew Lunn	  This driver supports the MDIO interface found in the network
188d75b4a22SAndrew Lunn	  interface units of the Allwinner SoC that have an EMAC (A10,
189d75b4a22SAndrew Lunn	  A12, A10s, etc.)
190d75b4a22SAndrew Lunn
191d75b4a22SAndrew Lunnconfig MDIO_THUNDER
19297c84389SAndrew Lunn	tristate "ThunderX SOCs MDIO buses"
193d75b4a22SAndrew Lunn	depends on 64BIT
194d75b4a22SAndrew Lunn	depends on PCI
195d75b4a22SAndrew Lunn	select MDIO_CAVIUM
196d75b4a22SAndrew Lunn	help
197d75b4a22SAndrew Lunn	  This driver supports the MDIO interfaces found on Cavium
198d75b4a22SAndrew Lunn	  ThunderX SoCs when the MDIO bus device appears as a PCI
199d75b4a22SAndrew Lunn	  device.
200d75b4a22SAndrew Lunn
201d75b4a22SAndrew Lunnconfig MDIO_XGENE
202d75b4a22SAndrew Lunn	tristate "APM X-Gene SoC MDIO bus controller"
2037aa6ec22SLaura Abbott	depends on ARCH_XGENE || COMPILE_TEST
204d75b4a22SAndrew Lunn	help
205d75b4a22SAndrew Lunn	  This module provides a driver for the MDIO busses found in the
206d75b4a22SAndrew Lunn	  APM X-Gene SoC's.
207d75b4a22SAndrew Lunn
20890eff909SFlorian Fainelliendif
209a7fb107bSFlorian Fainelliendif
21090eff909SFlorian Fainelli
2119525ae83SRussell Kingconfig PHYLINK
2129525ae83SRussell King	tristate
2139525ae83SRussell King	depends on NETDEVICES
2149525ae83SRussell King	select PHYLIB
2159525ae83SRussell King	select SWPHY
2169525ae83SRussell King	help
2179525ae83SRussell King	  PHYlink models the link between the PHY and MAC, allowing fixed
2189525ae83SRussell King	  configuration links, PHYs, and Serdes links with MAC level
2199525ae83SRussell King	  autonegotiation modes.
2209525ae83SRussell King
2216073512cSJerome Brunetmenuconfig PHYLIB
2229e8d438eSFlorian Fainelli	tristate "PHY Device support and infrastructure"
2236073512cSJerome Brunet	depends on NETDEVICES
2246073512cSJerome Brunet	select MDIO_DEVICE
2256073512cSJerome Brunet	help
2266073512cSJerome Brunet	  Ethernet controllers are usually attached to PHY
2276073512cSJerome Brunet	  devices.  This option provides infrastructure for
2286073512cSJerome Brunet	  managing PHY devices.
2296073512cSJerome Brunet
23090eff909SFlorian Fainelliif PHYLIB
23190eff909SFlorian Fainelli
23290eff909SFlorian Fainelliconfig SWPHY
23390eff909SFlorian Fainelli	bool
23490eff909SFlorian Fainelli
23590eff909SFlorian Fainelliconfig LED_TRIGGER_PHY
23690eff909SFlorian Fainelli	bool "Support LED triggers for tracking link state"
23790eff909SFlorian Fainelli	depends on LEDS_TRIGGERS
23890eff909SFlorian Fainelli	---help---
23990eff909SFlorian Fainelli	  Adds support for a set of LED trigger events per-PHY.  Link
24090eff909SFlorian Fainelli	  state change will trigger the events, for consumption by an
24190eff909SFlorian Fainelli	  LED class driver.  There are triggers for each link speed currently
2423928ee64SMaciej S. Szmigiero	  supported by the PHY and also a one common "link" trigger as a
2433928ee64SMaciej S. Szmigiero	  logical-or of all the link speed ones.
2443928ee64SMaciej S. Szmigiero	  All these triggers are named according to the following pattern:
24590eff909SFlorian Fainelli	      <mii bus id>:<phy>:<speed>
24690eff909SFlorian Fainelli
24790eff909SFlorian Fainelli	  Where speed is in the form:
2483928ee64SMaciej S. Szmigiero		<Speed in megabits>Mbps OR <Speed in gigabits>Gbps OR link
2493928ee64SMaciej S. Szmigiero		for any speed known to the PHY.
25090eff909SFlorian Fainelli
25190eff909SFlorian Fainelli
252d75b4a22SAndrew Lunncomment "MII PHY device drivers"
253d75b4a22SAndrew Lunn
25473970055SRussell Kingconfig SFP
25573970055SRussell King	tristate "SFP cage support"
25673970055SRussell King	depends on I2C && PHYLINK
257b5293443SGuenter Roeck	depends on HWMON || HWMON=n
25873970055SRussell King	select MDIO_I2C
25973970055SRussell King
260*9c102981SAlexandru Ardeleanconfig ADIN_PHY
261*9c102981SAlexandru Ardelean	tristate "Analog Devices Industrial Ethernet PHYs"
262*9c102981SAlexandru Ardelean	help
263*9c102981SAlexandru Ardelean	  Adds support for the Analog Devices Industrial Ethernet PHYs.
264*9c102981SAlexandru Ardelean	  Currently supports the:
265*9c102981SAlexandru Ardelean	  - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
266*9c102981SAlexandru Ardelean	  - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
267*9c102981SAlexandru Ardelean	    Ethernet PHY
268*9c102981SAlexandru Ardelean
269d75b4a22SAndrew Lunnconfig AMD_PHY
27097c84389SAndrew Lunn	tristate "AMD PHYs"
271d75b4a22SAndrew Lunn	---help---
272d75b4a22SAndrew Lunn	  Currently supports the am79c874
273d75b4a22SAndrew Lunn
274d75b4a22SAndrew Lunnconfig AQUANTIA_PHY
27597c84389SAndrew Lunn	tristate "Aquantia PHYs"
276d75b4a22SAndrew Lunn	---help---
277d75b4a22SAndrew Lunn	  Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
278d75b4a22SAndrew Lunn
279a9520543SMichael Schmitzconfig AX88796B_PHY
28031dd83b9SMichael Schmitz	tristate "Asix PHYs"
28131dd83b9SMichael Schmitz	help
28231dd83b9SMichael Schmitz	  Currently supports the Asix Electronics PHY found in the X-Surf 100
28331dd83b9SMichael Schmitz	  AX88796B package.
28431dd83b9SMichael Schmitz
285d75b4a22SAndrew Lunnconfig AT803X_PHY
28697c84389SAndrew Lunn	tristate "AT803X PHYs"
287d75b4a22SAndrew Lunn	---help---
288d75b4a22SAndrew Lunn	  Currently supports the AT8030 and AT8035 model
289d75b4a22SAndrew Lunn
290d75b4a22SAndrew Lunnconfig BCM63XX_PHY
29197c84389SAndrew Lunn	tristate "Broadcom 63xx SOCs internal PHY"
29215d8daf7SAndrew Lunn	depends on BCM63XX || COMPILE_TEST
293d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
294d75b4a22SAndrew Lunn	---help---
295d75b4a22SAndrew Lunn	  Currently supports the 6348 and 6358 PHYs.
296d75b4a22SAndrew Lunn
297d75b4a22SAndrew Lunnconfig BCM7XXX_PHY
29897c84389SAndrew Lunn	tristate "Broadcom 7xxx SOCs internal PHYs"
299d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
300d75b4a22SAndrew Lunn	---help---
301d75b4a22SAndrew Lunn	  Currently supports the BCM7366, BCM7439, BCM7445, and
302d75b4a22SAndrew Lunn	  40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
303d75b4a22SAndrew Lunn
304d75b4a22SAndrew Lunnconfig BCM87XX_PHY
30597c84389SAndrew Lunn	tristate "Broadcom BCM8706 and BCM8727 PHYs"
306d75b4a22SAndrew Lunn	help
307d75b4a22SAndrew Lunn	  Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
308d75b4a22SAndrew Lunn
309d75b4a22SAndrew Lunnconfig BCM_CYGNUS_PHY
310a7a01ab3SFlorian Fainelli	tristate "Broadcom Cygnus/Omega SoC internal PHY"
31117cc9821SFlorian Fainelli	depends on ARCH_BCM_IPROC || COMPILE_TEST
312d75b4a22SAndrew Lunn	depends on MDIO_BCM_IPROC
313d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
314d75b4a22SAndrew Lunn	---help---
315d75b4a22SAndrew Lunn	  This PHY driver is for the 1G internal PHYs of the Broadcom
31617cc9821SFlorian Fainelli	  Cygnus and Omega Family SoC.
317d75b4a22SAndrew Lunn
318d75b4a22SAndrew Lunn	  Currently supports internal PHY's used in the BCM11300,
319d75b4a22SAndrew Lunn	  BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
320d75b4a22SAndrew Lunn	  BCM58303 & BCM58305 Broadcom Cygnus SoCs.
321d75b4a22SAndrew Lunn
322d75b4a22SAndrew Lunnconfig BCM_NET_PHYLIB
323d75b4a22SAndrew Lunn	tristate
324d75b4a22SAndrew Lunn
325d75b4a22SAndrew Lunnconfig BROADCOM_PHY
32697c84389SAndrew Lunn	tristate "Broadcom PHYs"
327d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
328d75b4a22SAndrew Lunn	---help---
329d75b4a22SAndrew Lunn	  Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
330b14995acSJon Mason	  BCM5481, BCM54810 and BCM5482 PHYs.
331d75b4a22SAndrew Lunn
332d75b4a22SAndrew Lunnconfig CICADA_PHY
33397c84389SAndrew Lunn	tristate "Cicada PHYs"
334d75b4a22SAndrew Lunn	---help---
335d75b4a22SAndrew Lunn	  Currently supports the cis8204
336d75b4a22SAndrew Lunn
33715b9e533SBogdan Purcareataconfig CORTINA_PHY
33815b9e533SBogdan Purcareata	tristate "Cortina EDC CDR 10G Ethernet PHY"
33915b9e533SBogdan Purcareata	---help---
34015b9e533SBogdan Purcareata	  Currently supports the CS4340 phy.
34115b9e533SBogdan Purcareata
342d75b4a22SAndrew Lunnconfig DAVICOM_PHY
34397c84389SAndrew Lunn	tristate "Davicom PHYs"
344d75b4a22SAndrew Lunn	---help---
345d75b4a22SAndrew Lunn	  Currently supports dm9161e and dm9131
346d75b4a22SAndrew Lunn
34787461f7aSDan Murphyconfig DP83822_PHY
34887461f7aSDan Murphy	tristate "Texas Instruments DP83822 PHY"
34987461f7aSDan Murphy	---help---
35087461f7aSDan Murphy	  Supports the DP83822 PHY.
35187461f7aSDan Murphy
352b753a9faSDan Murphyconfig DP83TC811_PHY
353b753a9faSDan Murphy	tristate "Texas Instruments DP83TC822 PHY"
354b753a9faSDan Murphy	---help---
355b753a9faSDan Murphy	  Supports the DP83TC822 PHY.
356b753a9faSDan Murphy
357d75b4a22SAndrew Lunnconfig DP83848_PHY
35897c84389SAndrew Lunn	tristate "Texas Instruments DP83848 PHY"
359d75b4a22SAndrew Lunn	---help---
360d75b4a22SAndrew Lunn	  Supports the DP83848 PHY.
361d75b4a22SAndrew Lunn
362d75b4a22SAndrew Lunnconfig DP83867_PHY
36397c84389SAndrew Lunn	tristate "Texas Instruments DP83867 Gigabit PHY"
364d75b4a22SAndrew Lunn	---help---
365d75b4a22SAndrew Lunn	  Currently supports the DP83867 PHY.
366d75b4a22SAndrew Lunn
367d75b4a22SAndrew Lunnconfig FIXED_PHY
36897c84389SAndrew Lunn	tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
369d75b4a22SAndrew Lunn	depends on PHYLIB
370d75b4a22SAndrew Lunn	select SWPHY
371d75b4a22SAndrew Lunn	---help---
372d75b4a22SAndrew Lunn	  Adds the platform "fixed" MDIO Bus to cover the boards that use
373d75b4a22SAndrew Lunn	  PHYs that are not connected to the real MDIO bus.
374d75b4a22SAndrew Lunn
375d75b4a22SAndrew Lunn	  Currently tested with mpc866ads and mpc8349e-mitx.
376d75b4a22SAndrew Lunn
377d75b4a22SAndrew Lunnconfig ICPLUS_PHY
37897c84389SAndrew Lunn	tristate "ICPlus PHYs"
379d75b4a22SAndrew Lunn	---help---
380d75b4a22SAndrew Lunn	  Currently supports the IP175C and IP1001 PHYs.
381ddc24ae1SArun Parameswaran
382112b558dSHauke Mehrtensconfig INTEL_XWAY_PHY
38397c84389SAndrew Lunn	tristate "Intel XWAY PHYs"
384112b558dSHauke Mehrtens	---help---
385112b558dSHauke Mehrtens	  Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
386112b558dSHauke Mehrtens	  These PHYs are marked as standalone chips under the names
387112b558dSHauke Mehrtens	  PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
388112b558dSHauke Mehrtens	  SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
389112b558dSHauke Mehrtens
390d75b4a22SAndrew Lunnconfig LSI_ET1011C_PHY
39197c84389SAndrew Lunn	tristate "LSI ET1011C PHY"
392d75b4a22SAndrew Lunn	---help---
393d75b4a22SAndrew Lunn	  Supports the LSI ET1011C PHY.
3944960e4b1SDongpo Li
395d75b4a22SAndrew Lunnconfig LXT_PHY
39697c84389SAndrew Lunn	tristate "Intel LXT PHYs"
397d75b4a22SAndrew Lunn	---help---
398d75b4a22SAndrew Lunn	  Currently supports the lxt970, lxt971
399d75b4a22SAndrew Lunn
400d75b4a22SAndrew Lunnconfig MARVELL_PHY
40197c84389SAndrew Lunn	tristate "Marvell PHYs"
402d75b4a22SAndrew Lunn	---help---
403d75b4a22SAndrew Lunn	  Currently has a driver for the 88E1011S
404d75b4a22SAndrew Lunn
40520b2af32SRussell Kingconfig MARVELL_10G_PHY
40620b2af32SRussell King	tristate "Marvell Alaska 10Gbit PHYs"
40720b2af32SRussell King	---help---
40820b2af32SRussell King	  Support for the Marvell Alaska MV88X3310 and compatible PHYs.
40920b2af32SRussell King
4107334b3e4SNeil Armstrongconfig MESON_GXL_PHY
4117334b3e4SNeil Armstrong	tristate "Amlogic Meson GXL Internal PHY"
4122ebae8bdSJean Delvare	depends on ARCH_MESON || COMPILE_TEST
4137334b3e4SNeil Armstrong	---help---
4147334b3e4SNeil Armstrong	  Currently has a driver for the Amlogic Meson GXL Internal PHY
4157334b3e4SNeil Armstrong
416d75b4a22SAndrew Lunnconfig MICREL_PHY
41797c84389SAndrew Lunn	tristate "Micrel PHYs"
418d75b4a22SAndrew Lunn	---help---
419d75b4a22SAndrew Lunn	  Supports the KSZ9021, VSC8201, KS8001 PHYs.
420d75b4a22SAndrew Lunn
421d75b4a22SAndrew Lunnconfig MICROCHIP_PHY
42297c84389SAndrew Lunn	tristate "Microchip PHYs"
42343b3cf66SIyappan Subramanian	help
424d75b4a22SAndrew Lunn	  Supports the LAN88XX PHYs.
42543b3cf66SIyappan Subramanian
4263e50d2daSNisar Sayedconfig MICROCHIP_T1_PHY
4273e50d2daSNisar Sayed	tristate "Microchip T1 PHYs"
4283e50d2daSNisar Sayed	---help---
4293e50d2daSNisar Sayed	  Supports the LAN87XX PHYs.
4303e50d2daSNisar Sayed
431d50736a8SRaju Lakkarajuconfig MICROSEMI_PHY
43297c84389SAndrew Lunn	tristate "Microsemi PHYs"
433d50736a8SRaju Lakkaraju	---help---
434e4f9ba64SKavya Sree Kotagiri	  Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
435d50736a8SRaju Lakkaraju
436d75b4a22SAndrew Lunnconfig NATIONAL_PHY
43797c84389SAndrew Lunn	tristate "National Semiconductor PHYs"
438d75b4a22SAndrew Lunn	---help---
439d75b4a22SAndrew Lunn	  Currently supports the DP83865 PHY.
440d75b4a22SAndrew Lunn
441ddf6ddb0SMarek Vasutconfig NXP_TJA11XX_PHY
442ddf6ddb0SMarek Vasut	tristate "NXP TJA11xx PHYs support"
443ddf6ddb0SMarek Vasut	depends on HWMON
444ddf6ddb0SMarek Vasut	---help---
445ddf6ddb0SMarek Vasut	  Currently supports the NXP TJA1100 and TJA1101 PHY.
446ddf6ddb0SMarek Vasut
447d75b4a22SAndrew Lunnconfig QSEMI_PHY
44897c84389SAndrew Lunn	tristate "Quality Semiconductor PHYs"
449d75b4a22SAndrew Lunn	---help---
450d75b4a22SAndrew Lunn	  Currently supports the qs6612
451d75b4a22SAndrew Lunn
452d75b4a22SAndrew Lunnconfig REALTEK_PHY
45397c84389SAndrew Lunn	tristate "Realtek PHYs"
454d75b4a22SAndrew Lunn	---help---
455d75b4a22SAndrew Lunn	  Supports the Realtek 821x PHY.
456d75b4a22SAndrew Lunn
457812b5ca7SBernd Edlingerconfig RENESAS_PHY
458812b5ca7SBernd Edlinger	tristate "Driver for Renesas PHYs"
459812b5ca7SBernd Edlinger	---help---
460812b5ca7SBernd Edlinger	  Supports the Renesas PHYs uPD60620 and uPD60620A.
461812b5ca7SBernd Edlinger
462baf6ee81SDavid Wuconfig ROCKCHIP_PHY
463baf6ee81SDavid Wu        tristate "Driver for Rockchip Ethernet PHYs"
464baf6ee81SDavid Wu        ---help---
465baf6ee81SDavid Wu          Currently supports the integrated Ethernet PHY.
466baf6ee81SDavid Wu
467d75b4a22SAndrew Lunnconfig SMSC_PHY
46897c84389SAndrew Lunn	tristate "SMSC PHYs"
469d75b4a22SAndrew Lunn	---help---
470d75b4a22SAndrew Lunn	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
471d75b4a22SAndrew Lunn
472d75b4a22SAndrew Lunnconfig STE10XP
47397c84389SAndrew Lunn	tristate "STMicroelectronics STe10Xp PHYs"
474d75b4a22SAndrew Lunn	---help---
475d75b4a22SAndrew Lunn	  This is the driver for the STe100p and STe101p PHYs.
476d75b4a22SAndrew Lunn
477d75b4a22SAndrew Lunnconfig TERANETICS_PHY
47897c84389SAndrew Lunn	tristate "Teranetics PHYs"
479d75b4a22SAndrew Lunn	---help---
480d75b4a22SAndrew Lunn	  Currently supports the Teranetics TN2020
481d75b4a22SAndrew Lunn
482d75b4a22SAndrew Lunnconfig VITESSE_PHY
48397c84389SAndrew Lunn	tristate "Vitesse PHYs"
484d75b4a22SAndrew Lunn	---help---
485d75b4a22SAndrew Lunn	  Currently supports the vsc8244
486d75b4a22SAndrew Lunn
487f411a616SAppana Durga Kedareswara Raoconfig XILINX_GMII2RGMII
488f411a616SAppana Durga Kedareswara Rao	tristate "Xilinx GMII2RGMII converter driver"
489f411a616SAppana Durga Kedareswara Rao	---help---
490f411a616SAppana Durga Kedareswara Rao	  This driver support xilinx GMII to RGMII IP core it provides
491f411a616SAppana Durga Kedareswara Rao	  the Reduced Gigabit Media Independent Interface(RGMII) between
492f411a616SAppana Durga Kedareswara Rao	  Ethernet physical media devices and the Gigabit Ethernet controller.
493f411a616SAppana Durga Kedareswara Rao
49453f99941SJan Engelhardtendif # PHYLIB
495a8e510f6SFrederic LAMBERT
496a8e510f6SFrederic LAMBERTconfig MICREL_KS8995MA
497a8e510f6SFrederic LAMBERT	tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
498a8e510f6SFrederic LAMBERT	depends on SPI
499