xref: /linux/drivers/net/phy/Kconfig (revision caaa71fac36ec8c19145dbf8262a9b77ab09f1a1)
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
41f76e4c16SScott Branden	default ARCH_BCM_IPROC
42e9976d7cSDavid Daney	help
43d75b4a22SAndrew Lunn	  This module provides a driver for the MDIO busses found in the
44d75b4a22SAndrew Lunn	  Broadcom iProc SoC's.
45e9976d7cSDavid Daney
46d75b4a22SAndrew Lunnconfig MDIO_BCM_UNIMAC
47d75b4a22SAndrew Lunn	tristate "Broadcom UniMAC MDIO bus controller"
488be7d96eSFlorian Fainelli	depends on HAS_IOMEM
49792aec47SWoojung.Huh@microchip.com	help
50d75b4a22SAndrew Lunn	  This module provides a driver for the Broadcom UniMAC MDIO busses.
51d75b4a22SAndrew Lunn	  This hardware can be found in the Broadcom GENET Ethernet MAC
52d75b4a22SAndrew Lunn	  controllers as well as some Broadcom Ethernet switches such as the
53d75b4a22SAndrew Lunn	  Starfighter 2 switches.
547c32f470SVitaly Bordug
55e2ec4581SScott Woodconfig MDIO_BITBANG
5697c84389SAndrew Lunn	tristate "Bitbanged MDIO buses"
57e2ec4581SScott Wood	help
58e2ec4581SScott Wood	  This module implements the MDIO bus protocol in software,
59e2ec4581SScott Wood	  for use by low level drivers that export the ability to
60e2ec4581SScott Wood	  drive the relevant pins.
61e2ec4581SScott Wood
62e2ec4581SScott Wood	  If in doubt, say N.
63e2ec4581SScott Wood
640ca2997dSDavid Daneyconfig MDIO_BUS_MUX
650ca2997dSDavid Daney	tristate
660ca2997dSDavid Daney	depends on OF_MDIO
670ca2997dSDavid Daney	help
680ca2997dSDavid Daney	  This module provides a driver framework for MDIO bus
690ca2997dSDavid Daney	  multiplexers which connect one of several child MDIO busses
700ca2997dSDavid Daney	  to a parent bus.  Switching between child busses is done by
710ca2997dSDavid Daney	  device specific drivers.
720ca2997dSDavid Daney
73d75b4a22SAndrew Lunnconfig MDIO_BUS_MUX_BCM_IPROC
7497c84389SAndrew Lunn	tristate "Broadcom iProc based MDIO bus multiplexers"
75d75b4a22SAndrew Lunn	depends on OF && OF_MDIO && (ARCH_BCM_IPROC || COMPILE_TEST)
76d75b4a22SAndrew Lunn	select MDIO_BUS_MUX
77d75b4a22SAndrew Lunn	default ARCH_BCM_IPROC
78d75b4a22SAndrew Lunn	help
79d75b4a22SAndrew Lunn	  This module provides a driver for MDIO bus multiplexers found in
80d75b4a22SAndrew Lunn	  iProc based Broadcom SoCs. This multiplexer connects one of several
81d75b4a22SAndrew Lunn	  child MDIO bus to a parent bus. Buses could be internal as well as
82d75b4a22SAndrew Lunn	  external and selection logic lies inside the same multiplexer.
83d75b4a22SAndrew Lunn
84416912a1SDavid Daneyconfig MDIO_BUS_MUX_GPIO
8597c84389SAndrew Lunn	tristate "GPIO controlled MDIO bus multiplexers"
86416912a1SDavid Daney	depends on OF_GPIO && OF_MDIO
87416912a1SDavid Daney	select MDIO_BUS_MUX
88416912a1SDavid Daney	help
89416912a1SDavid Daney	  This module provides a driver for MDIO bus multiplexers that
90416912a1SDavid Daney	  are controlled via GPIO lines.  The multiplexer connects one of
91416912a1SDavid Daney	  several child MDIO busses to a parent bus.  Child bus
92416912a1SDavid Daney	  selection is under the control of GPIO lines.
93416912a1SDavid Daney
9470904251SJerome Brunetconfig MDIO_BUS_MUX_MESON_G12A
9570904251SJerome Brunet	tristate "Amlogic G12a based MDIO bus multiplexer"
9670904251SJerome Brunet	depends on ARCH_MESON || COMPILE_TEST
9770904251SJerome Brunet	depends on OF_MDIO && HAS_IOMEM && COMMON_CLK
9870904251SJerome Brunet	select MDIO_BUS_MUX
9970904251SJerome Brunet	default m if ARCH_MESON
10070904251SJerome Brunet	help
10170904251SJerome Brunet	  This module provides a driver for the MDIO multiplexer/glue of
10270904251SJerome Brunet	  the amlogic g12a SoC. The multiplexers connects either the external
10370904251SJerome Brunet	  or the internal MDIO bus to the parent bus.
10470904251SJerome Brunet
1056cc2ff82STimur Tabiconfig MDIO_BUS_MUX_MMIOREG
10697c84389SAndrew Lunn	tristate "MMIO device-controlled MDIO bus multiplexers"
107cfa52005SRob Herring	depends on OF_MDIO && HAS_IOMEM
1086cc2ff82STimur Tabi	select MDIO_BUS_MUX
1096cc2ff82STimur Tabi	help
1106cc2ff82STimur Tabi	  This module provides a driver for MDIO bus multiplexers that
1116cc2ff82STimur Tabi	  are controlled via a simple memory-mapped device, like an FPGA.
1126cc2ff82STimur Tabi	  The multiplexer connects one of several child MDIO busses to a
1136cc2ff82STimur Tabi	  parent bus.  Child bus selection is under the control of one of
1146cc2ff82STimur Tabi	  the FPGA's registers.
1156cc2ff82STimur Tabi
116c642bbbcSCorentin Labbe	  Currently, only 8/16/32 bits registers are supported.
1176cc2ff82STimur Tabi
1187865ad65SPankaj Bansalconfig MDIO_BUS_MUX_MULTIPLEXER
1197865ad65SPankaj Bansal	tristate "MDIO bus multiplexer using kernel multiplexer subsystem"
12064af7dc3SArnd Bergmann	depends on OF_MDIO
1217865ad65SPankaj Bansal	select MULTIPLEXER
1227865ad65SPankaj Bansal	select MDIO_BUS_MUX
1237865ad65SPankaj Bansal	help
1247865ad65SPankaj Bansal	  This module provides a driver for MDIO bus multiplexer
1257865ad65SPankaj Bansal	  that is controlled via the kernel multiplexer subsystem. The
1267865ad65SPankaj Bansal	  bus multiplexer connects one of several child MDIO busses to
1277865ad65SPankaj Bansal	  a parent bus.  Child bus selection is under the control of
1287865ad65SPankaj Bansal	  the kernel multiplexer subsystem.
1297865ad65SPankaj Bansal
130d75b4a22SAndrew Lunnconfig MDIO_CAVIUM
131d75b4a22SAndrew Lunn	tristate
13298bc865aSPramod Kumar
133d75b4a22SAndrew Lunnconfig MDIO_GPIO
13497c84389SAndrew Lunn	tristate "GPIO lib-based bitbanged MDIO buses"
135d55207e3SGeert Uytterhoeven	depends on MDIO_BITBANG
136d55207e3SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
137d75b4a22SAndrew Lunn	---help---
138d75b4a22SAndrew Lunn	  Supports GPIO lib-based MDIO busses.
139ddc24ae1SArun Parameswaran
140d75b4a22SAndrew Lunn	  To compile this driver as a module, choose M here: the module
141d75b4a22SAndrew Lunn	  will be called mdio-gpio.
142d75b4a22SAndrew Lunn
143d75b4a22SAndrew Lunnconfig MDIO_HISI_FEMAC
144d75b4a22SAndrew Lunn	tristate "Hisilicon FEMAC MDIO bus controller"
145ddc24ae1SArun Parameswaran	depends on HAS_IOMEM && OF_MDIO
146ddc24ae1SArun Parameswaran	help
147ddc24ae1SArun Parameswaran	  This module provides a driver for the MDIO busses found in the
148d75b4a22SAndrew Lunn	  Hisilicon SoC that have an Fast Ethernet MAC.
149d75b4a22SAndrew Lunn
150453d00deSRussell Kingconfig MDIO_I2C
151453d00deSRussell King	tristate
152453d00deSRussell King	depends on I2C
153453d00deSRussell King	help
154453d00deSRussell King	  Support I2C based PHYs.  This provides a MDIO bus bridged
155453d00deSRussell King	  to I2C to allow PHYs connected in I2C mode to be accessed
156453d00deSRussell King	  using the existing infrastructure.
157453d00deSRussell King
158453d00deSRussell King	  This is library mode.
159453d00deSRussell King
160*caaa71faSAnsuel Smithconfig MDIO_IPQ8064
161*caaa71faSAnsuel Smith	tristate "Qualcomm IPQ8064 MDIO interface support"
162*caaa71faSAnsuel Smith	depends on HAS_IOMEM && OF_MDIO
163*caaa71faSAnsuel Smith	depends on MFD_SYSCON
164*caaa71faSAnsuel Smith	help
165*caaa71faSAnsuel Smith	  This driver supports the MDIO interface found in the network
166*caaa71faSAnsuel Smith	  interface units of the IPQ8064 SoC
167*caaa71faSAnsuel Smith
168d75b4a22SAndrew Lunnconfig MDIO_MOXART
169d75b4a22SAndrew Lunn	tristate "MOXA ART MDIO interface support"
1703c0596f8SFlorian Fainelli	depends on ARCH_MOXART || COMPILE_TEST
171d75b4a22SAndrew Lunn	help
172d75b4a22SAndrew Lunn	  This driver supports the MDIO interface found in the network
173d75b4a22SAndrew Lunn	  interface units of the MOXA ART SoC
174d75b4a22SAndrew Lunn
175542671feSAlexandre Belloniconfig MDIO_MSCC_MIIM
176542671feSAlexandre Belloni	tristate "Microsemi MIIM interface support"
177542671feSAlexandre Belloni	depends on HAS_IOMEM
178542671feSAlexandre Belloni	help
179542671feSAlexandre Belloni	  This driver supports the MIIM (MDIO) interface found in the network
180542671feSAlexandre Belloni	  switches of the Microsemi SoCs
181542671feSAlexandre Belloni
182d75b4a22SAndrew Lunnconfig MDIO_OCTEON
18397c84389SAndrew Lunn	tristate "Octeon and some ThunderX SOCs MDIO buses"
184b8fb6406SNathan Chancellor	depends on (64BIT && OF_MDIO) || COMPILE_TEST
185b8fb6406SNathan Chancellor	depends on HAS_IOMEM
186d75b4a22SAndrew Lunn	select MDIO_CAVIUM
187d75b4a22SAndrew Lunn	help
188d75b4a22SAndrew Lunn	  This module provides a driver for the Octeon and ThunderX MDIO
189d75b4a22SAndrew Lunn	  buses. It is required by the Octeon and ThunderX ethernet device
190d75b4a22SAndrew Lunn	  drivers on some systems.
191d75b4a22SAndrew Lunn
192d75b4a22SAndrew Lunnconfig MDIO_SUN4I
193d75b4a22SAndrew Lunn	tristate "Allwinner sun4i MDIO interface support"
1943c0596f8SFlorian Fainelli	depends on ARCH_SUNXI || COMPILE_TEST
195d75b4a22SAndrew Lunn	help
196d75b4a22SAndrew Lunn	  This driver supports the MDIO interface found in the network
197d75b4a22SAndrew Lunn	  interface units of the Allwinner SoC that have an EMAC (A10,
198d75b4a22SAndrew Lunn	  A12, A10s, etc.)
199d75b4a22SAndrew Lunn
200d75b4a22SAndrew Lunnconfig MDIO_THUNDER
20197c84389SAndrew Lunn	tristate "ThunderX SOCs MDIO buses"
202d75b4a22SAndrew Lunn	depends on 64BIT
203d75b4a22SAndrew Lunn	depends on PCI
204d75b4a22SAndrew Lunn	select MDIO_CAVIUM
205d75b4a22SAndrew Lunn	help
206d75b4a22SAndrew Lunn	  This driver supports the MDIO interfaces found on Cavium
207d75b4a22SAndrew Lunn	  ThunderX SoCs when the MDIO bus device appears as a PCI
208d75b4a22SAndrew Lunn	  device.
209d75b4a22SAndrew Lunn
210d75b4a22SAndrew Lunnconfig MDIO_XGENE
211d75b4a22SAndrew Lunn	tristate "APM X-Gene SoC MDIO bus controller"
2127aa6ec22SLaura Abbott	depends on ARCH_XGENE || COMPILE_TEST
213d75b4a22SAndrew Lunn	help
214d75b4a22SAndrew Lunn	  This module provides a driver for the MDIO busses found in the
215d75b4a22SAndrew Lunn	  APM X-Gene SoC's.
216d75b4a22SAndrew Lunn
21790eff909SFlorian Fainelliendif
218a7fb107bSFlorian Fainelliendif
21990eff909SFlorian Fainelli
2209525ae83SRussell Kingconfig PHYLINK
2219525ae83SRussell King	tristate
2229525ae83SRussell King	depends on NETDEVICES
2239525ae83SRussell King	select PHYLIB
2249525ae83SRussell King	select SWPHY
2259525ae83SRussell King	help
2269525ae83SRussell King	  PHYlink models the link between the PHY and MAC, allowing fixed
2279525ae83SRussell King	  configuration links, PHYs, and Serdes links with MAC level
2289525ae83SRussell King	  autonegotiation modes.
2299525ae83SRussell King
2306073512cSJerome Brunetmenuconfig PHYLIB
2319e8d438eSFlorian Fainelli	tristate "PHY Device support and infrastructure"
2326073512cSJerome Brunet	depends on NETDEVICES
2336073512cSJerome Brunet	select MDIO_DEVICE
2346073512cSJerome Brunet	help
2356073512cSJerome Brunet	  Ethernet controllers are usually attached to PHY
2366073512cSJerome Brunet	  devices.  This option provides infrastructure for
2376073512cSJerome Brunet	  managing PHY devices.
2386073512cSJerome Brunet
23990eff909SFlorian Fainelliif PHYLIB
24090eff909SFlorian Fainelli
24190eff909SFlorian Fainelliconfig SWPHY
24290eff909SFlorian Fainelli	bool
24390eff909SFlorian Fainelli
24490eff909SFlorian Fainelliconfig LED_TRIGGER_PHY
24590eff909SFlorian Fainelli	bool "Support LED triggers for tracking link state"
24690eff909SFlorian Fainelli	depends on LEDS_TRIGGERS
24790eff909SFlorian Fainelli	---help---
24890eff909SFlorian Fainelli	  Adds support for a set of LED trigger events per-PHY.  Link
24990eff909SFlorian Fainelli	  state change will trigger the events, for consumption by an
25090eff909SFlorian Fainelli	  LED class driver.  There are triggers for each link speed currently
2513928ee64SMaciej S. Szmigiero	  supported by the PHY and also a one common "link" trigger as a
2523928ee64SMaciej S. Szmigiero	  logical-or of all the link speed ones.
2533928ee64SMaciej S. Szmigiero	  All these triggers are named according to the following pattern:
25490eff909SFlorian Fainelli	      <mii bus id>:<phy>:<speed>
25590eff909SFlorian Fainelli
25690eff909SFlorian Fainelli	  Where speed is in the form:
2573928ee64SMaciej S. Szmigiero		<Speed in megabits>Mbps OR <Speed in gigabits>Gbps OR link
2583928ee64SMaciej S. Szmigiero		for any speed known to the PHY.
25990eff909SFlorian Fainelli
26090eff909SFlorian Fainelli
261d75b4a22SAndrew Lunncomment "MII PHY device drivers"
262d75b4a22SAndrew Lunn
26373970055SRussell Kingconfig SFP
26473970055SRussell King	tristate "SFP cage support"
26573970055SRussell King	depends on I2C && PHYLINK
266b5293443SGuenter Roeck	depends on HWMON || HWMON=n
26773970055SRussell King	select MDIO_I2C
26873970055SRussell King
2699c102981SAlexandru Ardeleanconfig ADIN_PHY
2709c102981SAlexandru Ardelean	tristate "Analog Devices Industrial Ethernet PHYs"
2719c102981SAlexandru Ardelean	help
2729c102981SAlexandru Ardelean	  Adds support for the Analog Devices Industrial Ethernet PHYs.
2739c102981SAlexandru Ardelean	  Currently supports the:
2749c102981SAlexandru Ardelean	  - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
2759c102981SAlexandru Ardelean	  - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
2769c102981SAlexandru Ardelean	    Ethernet PHY
2779c102981SAlexandru Ardelean
278d75b4a22SAndrew Lunnconfig AMD_PHY
27997c84389SAndrew Lunn	tristate "AMD PHYs"
280d75b4a22SAndrew Lunn	---help---
281d75b4a22SAndrew Lunn	  Currently supports the am79c874
282d75b4a22SAndrew Lunn
283d75b4a22SAndrew Lunnconfig AQUANTIA_PHY
28497c84389SAndrew Lunn	tristate "Aquantia PHYs"
285d75b4a22SAndrew Lunn	---help---
286d75b4a22SAndrew Lunn	  Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
287d75b4a22SAndrew Lunn
288a9520543SMichael Schmitzconfig AX88796B_PHY
28931dd83b9SMichael Schmitz	tristate "Asix PHYs"
29031dd83b9SMichael Schmitz	help
29131dd83b9SMichael Schmitz	  Currently supports the Asix Electronics PHY found in the X-Surf 100
29231dd83b9SMichael Schmitz	  AX88796B package.
29331dd83b9SMichael Schmitz
294d75b4a22SAndrew Lunnconfig BCM63XX_PHY
29597c84389SAndrew Lunn	tristate "Broadcom 63xx SOCs internal PHY"
29615d8daf7SAndrew Lunn	depends on BCM63XX || COMPILE_TEST
297d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
298d75b4a22SAndrew Lunn	---help---
299d75b4a22SAndrew Lunn	  Currently supports the 6348 and 6358 PHYs.
300d75b4a22SAndrew Lunn
301d75b4a22SAndrew Lunnconfig BCM7XXX_PHY
30297c84389SAndrew Lunn	tristate "Broadcom 7xxx SOCs internal PHYs"
303d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
304d75b4a22SAndrew Lunn	---help---
305d75b4a22SAndrew Lunn	  Currently supports the BCM7366, BCM7439, BCM7445, and
306d75b4a22SAndrew Lunn	  40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
307d75b4a22SAndrew Lunn
308d75b4a22SAndrew Lunnconfig BCM87XX_PHY
30997c84389SAndrew Lunn	tristate "Broadcom BCM8706 and BCM8727 PHYs"
310d75b4a22SAndrew Lunn	help
311d75b4a22SAndrew Lunn	  Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
312d75b4a22SAndrew Lunn
313d75b4a22SAndrew Lunnconfig BCM_CYGNUS_PHY
314a7a01ab3SFlorian Fainelli	tristate "Broadcom Cygnus/Omega SoC internal PHY"
31517cc9821SFlorian Fainelli	depends on ARCH_BCM_IPROC || COMPILE_TEST
316d75b4a22SAndrew Lunn	depends on MDIO_BCM_IPROC
317d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
318d75b4a22SAndrew Lunn	---help---
319d75b4a22SAndrew Lunn	  This PHY driver is for the 1G internal PHYs of the Broadcom
32017cc9821SFlorian Fainelli	  Cygnus and Omega Family SoC.
321d75b4a22SAndrew Lunn
322d75b4a22SAndrew Lunn	  Currently supports internal PHY's used in the BCM11300,
323d75b4a22SAndrew Lunn	  BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
324d75b4a22SAndrew Lunn	  BCM58303 & BCM58305 Broadcom Cygnus SoCs.
325d75b4a22SAndrew Lunn
326d75b4a22SAndrew Lunnconfig BCM_NET_PHYLIB
327d75b4a22SAndrew Lunn	tristate
328d75b4a22SAndrew Lunn
329d75b4a22SAndrew Lunnconfig BROADCOM_PHY
33097c84389SAndrew Lunn	tristate "Broadcom PHYs"
331d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
332d75b4a22SAndrew Lunn	---help---
333d75b4a22SAndrew Lunn	  Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
334b14995acSJon Mason	  BCM5481, BCM54810 and BCM5482 PHYs.
335d75b4a22SAndrew Lunn
33675f4d8d1SRussell Kingconfig BCM84881_PHY
337725d23b5SRussell King	tristate "Broadcom BCM84881 PHY"
338725d23b5SRussell King	depends on PHYLIB
33975f4d8d1SRussell King	---help---
34075f4d8d1SRussell King	  Support the Broadcom BCM84881 PHY.
34175f4d8d1SRussell King
342d75b4a22SAndrew Lunnconfig CICADA_PHY
34397c84389SAndrew Lunn	tristate "Cicada PHYs"
344d75b4a22SAndrew Lunn	---help---
345d75b4a22SAndrew Lunn	  Currently supports the cis8204
346d75b4a22SAndrew Lunn
34715b9e533SBogdan Purcareataconfig CORTINA_PHY
34815b9e533SBogdan Purcareata	tristate "Cortina EDC CDR 10G Ethernet PHY"
34915b9e533SBogdan Purcareata	---help---
35015b9e533SBogdan Purcareata	  Currently supports the CS4340 phy.
35115b9e533SBogdan Purcareata
352d75b4a22SAndrew Lunnconfig DAVICOM_PHY
35397c84389SAndrew Lunn	tristate "Davicom PHYs"
354d75b4a22SAndrew Lunn	---help---
355d75b4a22SAndrew Lunn	  Currently supports dm9161e and dm9131
356d75b4a22SAndrew Lunn
35787461f7aSDan Murphyconfig DP83822_PHY
358783da36bSDan Murphy	tristate "Texas Instruments DP83822/825/826 PHYs"
35987461f7aSDan Murphy	---help---
3602ace13e1SDan Murphy	  Supports the DP83822, DP83825I, DP83825CM, DP83825CS, DP83825S,
3612ace13e1SDan Murphy	  DP83826C and DP83826NC PHYs.
36287461f7aSDan Murphy
363b753a9faSDan Murphyconfig DP83TC811_PHY
36444318056SDan Murphy	tristate "Texas Instruments DP83TC811 PHY"
365b753a9faSDan Murphy	---help---
36644318056SDan Murphy	  Supports the DP83TC811 PHY.
367b753a9faSDan Murphy
368d75b4a22SAndrew Lunnconfig DP83848_PHY
36997c84389SAndrew Lunn	tristate "Texas Instruments DP83848 PHY"
370d75b4a22SAndrew Lunn	---help---
371d75b4a22SAndrew Lunn	  Supports the DP83848 PHY.
372d75b4a22SAndrew Lunn
373d75b4a22SAndrew Lunnconfig DP83867_PHY
37497c84389SAndrew Lunn	tristate "Texas Instruments DP83867 Gigabit PHY"
375d75b4a22SAndrew Lunn	---help---
376d75b4a22SAndrew Lunn	  Currently supports the DP83867 PHY.
377d75b4a22SAndrew Lunn
37801db923eSDan Murphyconfig DP83869_PHY
37901db923eSDan Murphy	tristate "Texas Instruments DP83869 Gigabit PHY"
38001db923eSDan Murphy	---help---
38101db923eSDan Murphy	  Currently supports the DP83869 PHY.  This PHY supports copper and
38201db923eSDan Murphy	  fiber connections.
38301db923eSDan Murphy
384d75b4a22SAndrew Lunnconfig FIXED_PHY
38597c84389SAndrew Lunn	tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
386d75b4a22SAndrew Lunn	depends on PHYLIB
387d75b4a22SAndrew Lunn	select SWPHY
388d75b4a22SAndrew Lunn	---help---
389d75b4a22SAndrew Lunn	  Adds the platform "fixed" MDIO Bus to cover the boards that use
390d75b4a22SAndrew Lunn	  PHYs that are not connected to the real MDIO bus.
391d75b4a22SAndrew Lunn
392d75b4a22SAndrew Lunn	  Currently tested with mpc866ads and mpc8349e-mitx.
393d75b4a22SAndrew Lunn
394d75b4a22SAndrew Lunnconfig ICPLUS_PHY
39597c84389SAndrew Lunn	tristate "ICPlus PHYs"
396d75b4a22SAndrew Lunn	---help---
397d75b4a22SAndrew Lunn	  Currently supports the IP175C and IP1001 PHYs.
398ddc24ae1SArun Parameswaran
399112b558dSHauke Mehrtensconfig INTEL_XWAY_PHY
40097c84389SAndrew Lunn	tristate "Intel XWAY PHYs"
401112b558dSHauke Mehrtens	---help---
402112b558dSHauke Mehrtens	  Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
403112b558dSHauke Mehrtens	  These PHYs are marked as standalone chips under the names
404112b558dSHauke Mehrtens	  PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
405112b558dSHauke Mehrtens	  SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
406112b558dSHauke Mehrtens
407d75b4a22SAndrew Lunnconfig LSI_ET1011C_PHY
40897c84389SAndrew Lunn	tristate "LSI ET1011C PHY"
409d75b4a22SAndrew Lunn	---help---
410d75b4a22SAndrew Lunn	  Supports the LSI ET1011C PHY.
4114960e4b1SDongpo Li
412d75b4a22SAndrew Lunnconfig LXT_PHY
41397c84389SAndrew Lunn	tristate "Intel LXT PHYs"
414d75b4a22SAndrew Lunn	---help---
415d75b4a22SAndrew Lunn	  Currently supports the lxt970, lxt971
416d75b4a22SAndrew Lunn
417d75b4a22SAndrew Lunnconfig MARVELL_PHY
41897c84389SAndrew Lunn	tristate "Marvell PHYs"
419d75b4a22SAndrew Lunn	---help---
420d75b4a22SAndrew Lunn	  Currently has a driver for the 88E1011S
421d75b4a22SAndrew Lunn
42220b2af32SRussell Kingconfig MARVELL_10G_PHY
42320b2af32SRussell King	tristate "Marvell Alaska 10Gbit PHYs"
42420b2af32SRussell King	---help---
42520b2af32SRussell King	  Support for the Marvell Alaska MV88X3310 and compatible PHYs.
42620b2af32SRussell King
4277334b3e4SNeil Armstrongconfig MESON_GXL_PHY
4287334b3e4SNeil Armstrong	tristate "Amlogic Meson GXL Internal PHY"
4292ebae8bdSJean Delvare	depends on ARCH_MESON || COMPILE_TEST
4307334b3e4SNeil Armstrong	---help---
4317334b3e4SNeil Armstrong	  Currently has a driver for the Amlogic Meson GXL Internal PHY
4327334b3e4SNeil Armstrong
433d75b4a22SAndrew Lunnconfig MICREL_PHY
43497c84389SAndrew Lunn	tristate "Micrel PHYs"
435d75b4a22SAndrew Lunn	---help---
436d75b4a22SAndrew Lunn	  Supports the KSZ9021, VSC8201, KS8001 PHYs.
437d75b4a22SAndrew Lunn
438d75b4a22SAndrew Lunnconfig MICROCHIP_PHY
43997c84389SAndrew Lunn	tristate "Microchip PHYs"
44043b3cf66SIyappan Subramanian	help
441d75b4a22SAndrew Lunn	  Supports the LAN88XX PHYs.
44243b3cf66SIyappan Subramanian
4433e50d2daSNisar Sayedconfig MICROCHIP_T1_PHY
4443e50d2daSNisar Sayed	tristate "Microchip T1 PHYs"
4453e50d2daSNisar Sayed	---help---
4463e50d2daSNisar Sayed	  Supports the LAN87XX PHYs.
4473e50d2daSNisar Sayed
448d50736a8SRaju Lakkarajuconfig MICROSEMI_PHY
44997c84389SAndrew Lunn	tristate "Microsemi PHYs"
45028c5107aSAntoine Tenart	depends on MACSEC || MACSEC=n
45128c5107aSAntoine Tenart	select CRYPTO_AES
45228c5107aSAntoine Tenart	select CRYPTO_ECB
453d50736a8SRaju Lakkaraju	---help---
454e4f9ba64SKavya Sree Kotagiri	  Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
455d50736a8SRaju Lakkaraju
456d75b4a22SAndrew Lunnconfig NATIONAL_PHY
45797c84389SAndrew Lunn	tristate "National Semiconductor PHYs"
458d75b4a22SAndrew Lunn	---help---
459d75b4a22SAndrew Lunn	  Currently supports the DP83865 PHY.
460d75b4a22SAndrew Lunn
461ddf6ddb0SMarek Vasutconfig NXP_TJA11XX_PHY
462ddf6ddb0SMarek Vasut	tristate "NXP TJA11xx PHYs support"
463ddf6ddb0SMarek Vasut	depends on HWMON
464ddf6ddb0SMarek Vasut	---help---
465ddf6ddb0SMarek Vasut	  Currently supports the NXP TJA1100 and TJA1101 PHY.
466ddf6ddb0SMarek Vasut
4674985dffcSMichael Walleconfig AT803X_PHY
4684985dffcSMichael Walle	tristate "Qualcomm Atheros AR803X PHYs"
469dddb318bSMadalin Bucur	depends on REGULATOR
4704985dffcSMichael Walle	help
471428061f7SMichael Walle	  Currently supports the AR8030, AR8031, AR8033 and AR8035 model
4724985dffcSMichael Walle
473d75b4a22SAndrew Lunnconfig QSEMI_PHY
47497c84389SAndrew Lunn	tristate "Quality Semiconductor PHYs"
475d75b4a22SAndrew Lunn	---help---
476d75b4a22SAndrew Lunn	  Currently supports the qs6612
477d75b4a22SAndrew Lunn
478d75b4a22SAndrew Lunnconfig REALTEK_PHY
47997c84389SAndrew Lunn	tristate "Realtek PHYs"
480d75b4a22SAndrew Lunn	---help---
481d75b4a22SAndrew Lunn	  Supports the Realtek 821x PHY.
482d75b4a22SAndrew Lunn
483812b5ca7SBernd Edlingerconfig RENESAS_PHY
484812b5ca7SBernd Edlinger	tristate "Driver for Renesas PHYs"
485812b5ca7SBernd Edlinger	---help---
486812b5ca7SBernd Edlinger	  Supports the Renesas PHYs uPD60620 and uPD60620A.
487812b5ca7SBernd Edlinger
488baf6ee81SDavid Wuconfig ROCKCHIP_PHY
489baf6ee81SDavid Wu	tristate "Driver for Rockchip Ethernet PHYs"
490baf6ee81SDavid Wu	---help---
491baf6ee81SDavid Wu	  Currently supports the integrated Ethernet PHY.
492baf6ee81SDavid Wu
493d75b4a22SAndrew Lunnconfig SMSC_PHY
49497c84389SAndrew Lunn	tristate "SMSC PHYs"
495d75b4a22SAndrew Lunn	---help---
496d75b4a22SAndrew Lunn	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
497d75b4a22SAndrew Lunn
498d75b4a22SAndrew Lunnconfig STE10XP
49997c84389SAndrew Lunn	tristate "STMicroelectronics STe10Xp PHYs"
500d75b4a22SAndrew Lunn	---help---
501d75b4a22SAndrew Lunn	  This is the driver for the STe100p and STe101p PHYs.
502d75b4a22SAndrew Lunn
503d75b4a22SAndrew Lunnconfig TERANETICS_PHY
50497c84389SAndrew Lunn	tristate "Teranetics PHYs"
505d75b4a22SAndrew Lunn	---help---
506d75b4a22SAndrew Lunn	  Currently supports the Teranetics TN2020
507d75b4a22SAndrew Lunn
508d75b4a22SAndrew Lunnconfig VITESSE_PHY
50997c84389SAndrew Lunn	tristate "Vitesse PHYs"
510d75b4a22SAndrew Lunn	---help---
511d75b4a22SAndrew Lunn	  Currently supports the vsc8244
512d75b4a22SAndrew Lunn
513f411a616SAppana Durga Kedareswara Raoconfig XILINX_GMII2RGMII
514f411a616SAppana Durga Kedareswara Rao	tristate "Xilinx GMII2RGMII converter driver"
515f411a616SAppana Durga Kedareswara Rao	---help---
516f411a616SAppana Durga Kedareswara Rao	  This driver support xilinx GMII to RGMII IP core it provides
517f411a616SAppana Durga Kedareswara Rao	  the Reduced Gigabit Media Independent Interface(RGMII) between
518f411a616SAppana Durga Kedareswara Rao	  Ethernet physical media devices and the Gigabit Ethernet controller.
519f411a616SAppana Durga Kedareswara Rao
52053f99941SJan Engelhardtendif # PHYLIB
521a8e510f6SFrederic LAMBERT
522a8e510f6SFrederic LAMBERTconfig MICREL_KS8995MA
523a8e510f6SFrederic LAMBERT	tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
524a8e510f6SFrederic LAMBERT	depends on SPI
525