xref: /linux/drivers/net/phy/Kconfig (revision 60675d4ca1ef0857e44eba5849b74a3a998d0c0f)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
200db8189SAndy Fleming#
300db8189SAndy Fleming# PHY Layer Configuration
400db8189SAndy Fleming#
500db8189SAndy Fleming
69525ae83SRussell Kingconfig PHYLINK
79525ae83SRussell King	tristate
89525ae83SRussell King	depends on NETDEVICES
99525ae83SRussell King	select PHYLIB
109525ae83SRussell King	select SWPHY
119525ae83SRussell King	help
129525ae83SRussell King	  PHYlink models the link between the PHY and MAC, allowing fixed
139525ae83SRussell King	  configuration links, PHYs, and Serdes links with MAC level
149525ae83SRussell King	  autonegotiation modes.
159525ae83SRussell King
166073512cSJerome Brunetmenuconfig PHYLIB
179e8d438eSFlorian Fainelli	tristate "PHY Device support and infrastructure"
186073512cSJerome Brunet	depends on NETDEVICES
196073512cSJerome Brunet	select MDIO_DEVICE
201814cff2SBartosz Golaszewski	select MDIO_DEVRES
216073512cSJerome Brunet	help
226073512cSJerome Brunet	  Ethernet controllers are usually attached to PHY
236073512cSJerome Brunet	  devices.  This option provides infrastructure for
246073512cSJerome Brunet	  managing PHY devices.
256073512cSJerome Brunet
2690eff909SFlorian Fainelliif PHYLIB
2790eff909SFlorian Fainelli
2890eff909SFlorian Fainelliconfig SWPHY
2990eff909SFlorian Fainelli	bool
3090eff909SFlorian Fainelli
3190eff909SFlorian Fainelliconfig LED_TRIGGER_PHY
3290eff909SFlorian Fainelli	bool "Support LED triggers for tracking link state"
3390eff909SFlorian Fainelli	depends on LEDS_TRIGGERS
34a7f7f624SMasahiro Yamada	help
3590eff909SFlorian Fainelli	  Adds support for a set of LED trigger events per-PHY.  Link
3690eff909SFlorian Fainelli	  state change will trigger the events, for consumption by an
3790eff909SFlorian Fainelli	  LED class driver.  There are triggers for each link speed currently
383928ee64SMaciej S. Szmigiero	  supported by the PHY and also a one common "link" trigger as a
393928ee64SMaciej S. Szmigiero	  logical-or of all the link speed ones.
403928ee64SMaciej S. Szmigiero	  All these triggers are named according to the following pattern:
4190eff909SFlorian Fainelli	      <mii bus id>:<phy>:<speed>
4290eff909SFlorian Fainelli
4390eff909SFlorian Fainelli	  Where speed is in the form:
443928ee64SMaciej S. Szmigiero		<Speed in megabits>Mbps OR <Speed in gigabits>Gbps OR link
453928ee64SMaciej S. Szmigiero		for any speed known to the PHY.
4690eff909SFlorian Fainelli
479e7c1a9bSOleksij Rempelconfig OPEN_ALLIANCE_HELPERS
489e7c1a9bSOleksij Rempel	bool
499e7c1a9bSOleksij Rempel
504bb7aac7SArnd Bergmannconfig PHYLIB_LEDS
519b78d919SPaolo Abeni	def_bool OF
524bb7aac7SArnd Bergmann	depends on LEDS_CLASS=y || LEDS_CLASS=PHYLIB
534bb7aac7SArnd Bergmann	help
544bb7aac7SArnd Bergmann	  When LED class support is enabled, phylib can automatically
554bb7aac7SArnd Bergmann	  probe LED setting from device tree.
5690eff909SFlorian Fainelli
570457eb26SAndrew Lunnconfig FIXED_PHY
580457eb26SAndrew Lunn	tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
590457eb26SAndrew Lunn	select SWPHY
600457eb26SAndrew Lunn	help
610457eb26SAndrew Lunn	  Adds the platform "fixed" MDIO Bus to cover the boards that use
620457eb26SAndrew Lunn	  PHYs that are not connected to the real MDIO bus.
630457eb26SAndrew Lunn
640457eb26SAndrew Lunn	  Currently tested with mpc866ads and mpc8349e-mitx.
65d75b4a22SAndrew Lunn
66f20fd544SFUJITA Tomonoriconfig RUST_PHYLIB_ABSTRACTIONS
67f20fd544SFUJITA Tomonori        bool "Rust PHYLIB abstractions support"
68f20fd544SFUJITA Tomonori        depends on RUST
69f20fd544SFUJITA Tomonori        depends on PHYLIB=y
70f20fd544SFUJITA Tomonori        help
71f20fd544SFUJITA Tomonori          Adds support needed for PHY drivers written in Rust. It provides
72f20fd544SFUJITA Tomonori          a wrapper around the C phylib core.
73f20fd544SFUJITA Tomonori
7473970055SRussell Kingconfig SFP
7573970055SRussell King	tristate "SFP cage support"
7673970055SRussell King	depends on I2C && PHYLINK
77b5293443SGuenter Roeck	depends on HWMON || HWMON=n
7873970055SRussell King	select MDIO_I2C
7973970055SRussell King
800457eb26SAndrew Lunncomment "MII PHY device drivers"
810457eb26SAndrew Lunn
8271e79430SEric Woudstraconfig AIR_EN8811H_PHY
8371e79430SEric Woudstra	tristate "Airoha EN8811H 2.5 Gigabit PHY"
8471e79430SEric Woudstra	help
8571e79430SEric Woudstra	  Currently supports the Airoha EN8811H PHY.
8671e79430SEric Woudstra
870457eb26SAndrew Lunnconfig AMD_PHY
8832030345SLinus Walleij	tristate "AMD and Altima PHYs"
890457eb26SAndrew Lunn	help
9032030345SLinus Walleij	  Currently supports the AMD am79c874 and Altima AC101L.
910457eb26SAndrew Lunn
920457eb26SAndrew Lunnconfig MESON_GXL_PHY
930457eb26SAndrew Lunn	tristate "Amlogic Meson GXL Internal PHY"
940457eb26SAndrew Lunn	depends on ARCH_MESON || COMPILE_TEST
95be66fcc1SHeiner Kallweit	select SMSC_PHY
960457eb26SAndrew Lunn	help
970457eb26SAndrew Lunn	  Currently has a driver for the Amlogic Meson GXL Internal PHY
980457eb26SAndrew Lunn
999c102981SAlexandru Ardeleanconfig ADIN_PHY
1009c102981SAlexandru Ardelean	tristate "Analog Devices Industrial Ethernet PHYs"
1019c102981SAlexandru Ardelean	help
1029c102981SAlexandru Ardelean	  Adds support for the Analog Devices Industrial Ethernet PHYs.
1039c102981SAlexandru Ardelean	  Currently supports the:
1049c102981SAlexandru Ardelean	  - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
1059c102981SAlexandru Ardelean	  - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
1069c102981SAlexandru Ardelean	    Ethernet PHY
1079c102981SAlexandru Ardelean
1087eaf9132SAlexandru Ardeleanconfig ADIN1100_PHY
1097eaf9132SAlexandru Ardelean	tristate "Analog Devices Industrial Ethernet T1L PHYs"
1107eaf9132SAlexandru Ardelean	help
1117eaf9132SAlexandru Ardelean	  Adds support for the Analog Devices Industrial T1L Ethernet PHYs.
1127eaf9132SAlexandru Ardelean	  Currently supports the:
1137eaf9132SAlexandru Ardelean	  - ADIN1100 - Robust,Industrial, Low Power 10BASE-T1L Ethernet PHY
1147eaf9132SAlexandru Ardelean
115fd3eaad8SFUJITA Tomonoriconfig AMCC_QT2025_PHY
116fd3eaad8SFUJITA Tomonori	tristate "AMCC QT2025 PHY"
117fd3eaad8SFUJITA Tomonori	depends on RUST_PHYLIB_ABSTRACTIONS
118fd3eaad8SFUJITA Tomonori	depends on RUST_FW_LOADER_ABSTRACTIONS
119fd3eaad8SFUJITA Tomonori	help
120fd3eaad8SFUJITA Tomonori	  Adds support for the Applied Micro Circuits Corporation QT2025 PHY.
121fd3eaad8SFUJITA Tomonori
122d2213db3SChristian Marangisource "drivers/net/phy/aquantia/Kconfig"
123d75b4a22SAndrew Lunn
124a9520543SMichael Schmitzconfig AX88796B_PHY
12531dd83b9SMichael Schmitz	tristate "Asix PHYs"
12631dd83b9SMichael Schmitz	help
12731dd83b9SMichael Schmitz	  Currently supports the Asix Electronics PHY found in the X-Surf 100
12831dd83b9SMichael Schmitz	  AX88796B package.
12931dd83b9SMichael Schmitz
130cbe0e415SFUJITA Tomonoriconfig AX88796B_RUST_PHY
131cbe0e415SFUJITA Tomonori	bool "Rust reference driver for Asix PHYs"
132cbe0e415SFUJITA Tomonori	depends on RUST_PHYLIB_ABSTRACTIONS && AX88796B_PHY
133cbe0e415SFUJITA Tomonori	help
134cbe0e415SFUJITA Tomonori	  Uses the Rust reference driver for Asix PHYs (ax88796b_rust.ko).
135cbe0e415SFUJITA Tomonori	  The features are equivalent. It supports the Asix Electronics PHY
136cbe0e415SFUJITA Tomonori	  found in the X-Surf 100 AX88796B package.
137cbe0e415SFUJITA Tomonori
1380457eb26SAndrew Lunnconfig BROADCOM_PHY
1390457eb26SAndrew Lunn	tristate "Broadcom 54XX PHYs"
1400457eb26SAndrew Lunn	select BCM_NET_PHYLIB
14139db6be7SJonathan Lemon	select BCM_NET_PHYPTP if NETWORK_PHY_TIMESTAMPING
14239db6be7SJonathan Lemon	depends on PTP_1588_CLOCK_OPTIONAL
1430457eb26SAndrew Lunn	help
1440457eb26SAndrew Lunn	  Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
1450457eb26SAndrew Lunn	  BCM5481, BCM54810 and BCM5482 PHYs.
1460457eb26SAndrew Lunn
1470457eb26SAndrew Lunnconfig BCM54140_PHY
1480457eb26SAndrew Lunn	tristate "Broadcom BCM54140 PHY"
1490457eb26SAndrew Lunn	depends on HWMON || HWMON=n
1500457eb26SAndrew Lunn	select BCM_NET_PHYLIB
1510457eb26SAndrew Lunn	help
1520457eb26SAndrew Lunn	  Support the Broadcom BCM54140 Quad SGMII/QSGMII PHY.
1530457eb26SAndrew Lunn
1540457eb26SAndrew Lunn	  This driver also supports the hardware monitoring of this PHY and
1550457eb26SAndrew Lunn	  exposes voltage and temperature sensors.
1560457eb26SAndrew Lunn
157d75b4a22SAndrew Lunnconfig BCM63XX_PHY
15897c84389SAndrew Lunn	tristate "Broadcom 63xx SOCs internal PHY"
15915d8daf7SAndrew Lunn	depends on BCM63XX || COMPILE_TEST
160d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
161a7f7f624SMasahiro Yamada	help
162d75b4a22SAndrew Lunn	  Currently supports the 6348 and 6358 PHYs.
163d75b4a22SAndrew Lunn
164d75b4a22SAndrew Lunnconfig BCM7XXX_PHY
16597c84389SAndrew Lunn	tristate "Broadcom 7xxx SOCs internal PHYs"
166d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
167a7f7f624SMasahiro Yamada	help
168d75b4a22SAndrew Lunn	  Currently supports the BCM7366, BCM7439, BCM7445, and
169d75b4a22SAndrew Lunn	  40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
170d75b4a22SAndrew Lunn
1710457eb26SAndrew Lunnconfig BCM84881_PHY
1720457eb26SAndrew Lunn	tristate "Broadcom BCM84881 PHY"
1730457eb26SAndrew Lunn	help
1740457eb26SAndrew Lunn	  Support the Broadcom BCM84881 PHY.
1750457eb26SAndrew Lunn
176d75b4a22SAndrew Lunnconfig BCM87XX_PHY
17797c84389SAndrew Lunn	tristate "Broadcom BCM8706 and BCM8727 PHYs"
178d75b4a22SAndrew Lunn	help
179d75b4a22SAndrew Lunn	  Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
180d75b4a22SAndrew Lunn
181d75b4a22SAndrew Lunnconfig BCM_CYGNUS_PHY
182a7a01ab3SFlorian Fainelli	tristate "Broadcom Cygnus/Omega SoC internal PHY"
18317cc9821SFlorian Fainelli	depends on ARCH_BCM_IPROC || COMPILE_TEST
184d75b4a22SAndrew Lunn	depends on MDIO_BCM_IPROC
185d75b4a22SAndrew Lunn	select BCM_NET_PHYLIB
186a7f7f624SMasahiro Yamada	help
187d75b4a22SAndrew Lunn	  This PHY driver is for the 1G internal PHYs of the Broadcom
18817cc9821SFlorian Fainelli	  Cygnus and Omega Family SoC.
189d75b4a22SAndrew Lunn
190d75b4a22SAndrew Lunn	  Currently supports internal PHY's used in the BCM11300,
191d75b4a22SAndrew Lunn	  BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
192d75b4a22SAndrew Lunn	  BCM58303 & BCM58305 Broadcom Cygnus SoCs.
193d75b4a22SAndrew Lunn
194d75b4a22SAndrew Lunnconfig BCM_NET_PHYLIB
195d75b4a22SAndrew Lunn	tristate
196d75b4a22SAndrew Lunn
19739db6be7SJonathan Lemonconfig BCM_NET_PHYPTP
19839db6be7SJonathan Lemon	tristate
19939db6be7SJonathan Lemon
200d75b4a22SAndrew Lunnconfig CICADA_PHY
20197c84389SAndrew Lunn	tristate "Cicada PHYs"
202a7f7f624SMasahiro Yamada	help
203d75b4a22SAndrew Lunn	  Currently supports the cis8204
204d75b4a22SAndrew Lunn
20515b9e533SBogdan Purcareataconfig CORTINA_PHY
20615b9e533SBogdan Purcareata	tristate "Cortina EDC CDR 10G Ethernet PHY"
207a7f7f624SMasahiro Yamada	help
20815b9e533SBogdan Purcareata	  Currently supports the CS4340 phy.
20915b9e533SBogdan Purcareata
210d75b4a22SAndrew Lunnconfig DAVICOM_PHY
21197c84389SAndrew Lunn	tristate "Davicom PHYs"
212a7f7f624SMasahiro Yamada	help
213d75b4a22SAndrew Lunn	  Currently supports dm9161e and dm9131
214d75b4a22SAndrew Lunn
215d75b4a22SAndrew Lunnconfig ICPLUS_PHY
21697c84389SAndrew Lunn	tristate "ICPlus PHYs"
217a7f7f624SMasahiro Yamada	help
218d75b4a22SAndrew Lunn	  Currently supports the IP175C and IP1001 PHYs.
219ddc24ae1SArun Parameswaran
2200457eb26SAndrew Lunnconfig LXT_PHY
2210457eb26SAndrew Lunn	tristate "Intel LXT PHYs"
2220457eb26SAndrew Lunn	help
2230457eb26SAndrew Lunn	  Currently supports the lxt970, lxt971
2240457eb26SAndrew Lunn
225112b558dSHauke Mehrtensconfig INTEL_XWAY_PHY
22697c84389SAndrew Lunn	tristate "Intel XWAY PHYs"
227a7f7f624SMasahiro Yamada	help
228112b558dSHauke Mehrtens	  Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
229112b558dSHauke Mehrtens	  These PHYs are marked as standalone chips under the names
230112b558dSHauke Mehrtens	  PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
231112b558dSHauke Mehrtens	  SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
232112b558dSHauke Mehrtens
233d75b4a22SAndrew Lunnconfig LSI_ET1011C_PHY
23497c84389SAndrew Lunn	tristate "LSI ET1011C PHY"
235a7f7f624SMasahiro Yamada	help
236d75b4a22SAndrew Lunn	  Supports the LSI ET1011C PHY.
2374960e4b1SDongpo Li
238d75b4a22SAndrew Lunnconfig MARVELL_PHY
2390457eb26SAndrew Lunn	tristate "Marvell Alaska PHYs"
240a7f7f624SMasahiro Yamada	help
2410457eb26SAndrew Lunn	  Currently has a driver for the 88E1XXX
242d75b4a22SAndrew Lunn
24320b2af32SRussell Kingconfig MARVELL_10G_PHY
24420b2af32SRussell King	tristate "Marvell Alaska 10Gbit PHYs"
245a7f7f624SMasahiro Yamada	help
24620b2af32SRussell King	  Support for the Marvell Alaska MV88X3310 and compatible PHYs.
24720b2af32SRussell King
24800f11ac7SStefan Eichenbergerconfig MARVELL_88Q2XXX_PHY
24900f11ac7SStefan Eichenberger	tristate "Marvell 88Q2XXX PHY"
250a557a92eSDimitri Fedrau	depends on HWMON || HWMON=n
25100f11ac7SStefan Eichenberger	help
25200f11ac7SStefan Eichenberger	  Support for the Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet
25300f11ac7SStefan Eichenberger	  PHYs.
25400f11ac7SStefan Eichenberger
2556e3bac3eSIvan Bornyakovconfig MARVELL_88X2222_PHY
2566e3bac3eSIvan Bornyakov	tristate "Marvell 88X2222 PHY"
2576e3bac3eSIvan Bornyakov	help
2586e3bac3eSIvan Bornyakov	  Support for the Marvell 88X2222 Dual-port Multi-speed Ethernet
2596e3bac3eSIvan Bornyakov	  Transceiver.
2606e3bac3eSIvan Bornyakov
2617d901a1eSXu Liangconfig MAXLINEAR_GPHY
2627d901a1eSXu Liang	tristate "Maxlinear Ethernet PHYs"
26309ce6b20SMichael Walle	select POLYNOMIAL if HWMON
26409ce6b20SMichael Walle	depends on HWMON || HWMON=n
2657d901a1eSXu Liang	help
2667d901a1eSXu Liang	  Support for the Maxlinear GPY115, GPY211, GPY212, GPY215,
2677d901a1eSXu Liang	  GPY241, GPY245 PHYs.
2687d901a1eSXu Liang
269*4c452f7eSSkyLake.Huangsource "drivers/net/phy/mediatek/Kconfig"
27098c485eaSDaniel Golle
271d75b4a22SAndrew Lunnconfig MICREL_PHY
27297c84389SAndrew Lunn	tristate "Micrel PHYs"
273231fdac3SAnders Roxell	depends on PTP_1588_CLOCK_OPTIONAL
274a7f7f624SMasahiro Yamada	help
275d75b4a22SAndrew Lunn	  Supports the KSZ9021, VSC8201, KS8001 PHYs.
276d75b4a22SAndrew Lunn
2774d2bd258SRamón Nordin Rodriguezconfig MICROCHIP_T1S_PHY
278ca33db4aSParthiban Veerasooran	tristate "Microchip 10BASE-T1S Ethernet PHYs"
2794d2bd258SRamón Nordin Rodriguez	help
2806b079d8fSParthiban Veerasooran	  Currently supports the LAN8670/1/2 Rev.B1/C1/C2 and
2816b079d8fSParthiban Veerasooran	  LAN8650/1 Rev.B0/B1 Internal PHYs.
2824d2bd258SRamón Nordin Rodriguez
283d75b4a22SAndrew Lunnconfig MICROCHIP_PHY
28497c84389SAndrew Lunn	tristate "Microchip PHYs"
28543b3cf66SIyappan Subramanian	help
286d75b4a22SAndrew Lunn	  Supports the LAN88XX PHYs.
28743b3cf66SIyappan Subramanian
2883e50d2daSNisar Sayedconfig MICROCHIP_T1_PHY
2893e50d2daSNisar Sayed	tristate "Microchip T1 PHYs"
290a7f7f624SMasahiro Yamada	help
2913e50d2daSNisar Sayed	  Supports the LAN87XX PHYs.
2923e50d2daSNisar Sayed
293d50736a8SRaju Lakkarajuconfig MICROSEMI_PHY
29497c84389SAndrew Lunn	tristate "Microsemi PHYs"
29528c5107aSAntoine Tenart	depends on MACSEC || MACSEC=n
296e5f31552SArnd Bergmann	depends on PTP_1588_CLOCK_OPTIONAL || !NETWORK_PHY_TIMESTAMPING
2975a3235e5SArd Biesheuvel	select CRYPTO_LIB_AES if MACSEC
298a7f7f624SMasahiro Yamada	help
299e4f9ba64SKavya Sree Kotagiri	  Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
300d50736a8SRaju Lakkaraju
30148e8c6f1SPeter Geisconfig MOTORCOMM_PHY
30248e8c6f1SPeter Geis	tristate "Motorcomm PHYs"
30348e8c6f1SPeter Geis	help
30448e8c6f1SPeter Geis	  Enables support for Motorcomm network PHYs.
3054ac94f72SFrank Sae	  Currently supports YT85xx Gigabit Ethernet PHYs.
30648e8c6f1SPeter Geis
307d75b4a22SAndrew Lunnconfig NATIONAL_PHY
30897c84389SAndrew Lunn	tristate "National Semiconductor PHYs"
309a7f7f624SMasahiro Yamada	help
310d75b4a22SAndrew Lunn	  Currently supports the DP83865 PHY.
311d75b4a22SAndrew Lunn
312f3b766d9SVladimir Olteanconfig NXP_CBTX_PHY
313f3b766d9SVladimir Oltean	tristate "NXP 100BASE-TX PHYs"
314f3b766d9SVladimir Oltean	help
315f3b766d9SVladimir Oltean	  Support the 100BASE-TX PHY integrated on the SJA1110 automotive
316f3b766d9SVladimir Oltean	  switch family.
317f3b766d9SVladimir Oltean
318b050f2f1SRadu Pirea (NXP OSS)config NXP_C45_TJA11XX_PHY
319b050f2f1SRadu Pirea (NXP OSS)	tristate "NXP C45 TJA11XX PHYs"
320e5f31552SArnd Bergmann	depends on PTP_1588_CLOCK_OPTIONAL
321a868b486SRadu Pirea (NXP OSS)	depends on MACSEC || !MACSEC
322b050f2f1SRadu Pirea (NXP OSS)	help
323b050f2f1SRadu Pirea (NXP OSS)	  Enable support for NXP C45 TJA11XX PHYs.
324a868b486SRadu Pirea (NXP OSS)	  Currently supports the TJA1103, TJA1104 and TJA1120 PHYs.
325b050f2f1SRadu Pirea (NXP OSS)
326ddf6ddb0SMarek Vasutconfig NXP_TJA11XX_PHY
327ddf6ddb0SMarek Vasut	tristate "NXP TJA11xx PHYs support"
328ddf6ddb0SMarek Vasut	depends on HWMON
329a7f7f624SMasahiro Yamada	help
330ddf6ddb0SMarek Vasut	  Currently supports the NXP TJA1100 and TJA1101 PHY.
331ddf6ddb0SMarek Vasut
332b53e7e8dSPiergiorgio Berutoconfig NCN26000_PHY
333b53e7e8dSPiergiorgio Beruto	tristate "Onsemi 10BASE-T1S Ethernet PHY"
334b53e7e8dSPiergiorgio Beruto	help
335b53e7e8dSPiergiorgio Beruto	  Adds support for the onsemi 10BASE-T1S Ethernet PHY.
336b53e7e8dSPiergiorgio Beruto	  Currently supports the NCN26000 10BASE-T1S Industrial PHY
337b53e7e8dSPiergiorgio Beruto	  with MII interface.
338b53e7e8dSPiergiorgio Beruto
3399e56ff53SChristian Marangisource "drivers/net/phy/qcom/Kconfig"
3404985dffcSMichael Walle
341d75b4a22SAndrew Lunnconfig QSEMI_PHY
34297c84389SAndrew Lunn	tristate "Quality Semiconductor PHYs"
343a7f7f624SMasahiro Yamada	help
344d75b4a22SAndrew Lunn	  Currently supports the qs6612
345d75b4a22SAndrew Lunn
346d75b4a22SAndrew Lunnconfig REALTEK_PHY
34797c84389SAndrew Lunn	tristate "Realtek PHYs"
348a7f7f624SMasahiro Yamada	help
349d75b4a22SAndrew Lunn	  Supports the Realtek 821x PHY.
350d75b4a22SAndrew Lunn
351812b5ca7SBernd Edlingerconfig RENESAS_PHY
3520457eb26SAndrew Lunn	tristate "Renesas PHYs"
353a7f7f624SMasahiro Yamada	help
354812b5ca7SBernd Edlinger	  Supports the Renesas PHYs uPD60620 and uPD60620A.
355812b5ca7SBernd Edlinger
356baf6ee81SDavid Wuconfig ROCKCHIP_PHY
3570457eb26SAndrew Lunn	tristate "Rockchip Ethernet PHYs"
358a7f7f624SMasahiro Yamada	help
359baf6ee81SDavid Wu	  Currently supports the integrated Ethernet PHY.
360baf6ee81SDavid Wu
361d75b4a22SAndrew Lunnconfig SMSC_PHY
36297c84389SAndrew Lunn	tristate "SMSC PHYs"
3638b305ee2STristram Ha	select CRC16
364a7f7f624SMasahiro Yamada	help
365d75b4a22SAndrew Lunn	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
366d75b4a22SAndrew Lunn
367d75b4a22SAndrew Lunnconfig STE10XP
36897c84389SAndrew Lunn	tristate "STMicroelectronics STe10Xp PHYs"
369a7f7f624SMasahiro Yamada	help
370d75b4a22SAndrew Lunn	  This is the driver for the STe100p and STe101p PHYs.
371d75b4a22SAndrew Lunn
372d75b4a22SAndrew Lunnconfig TERANETICS_PHY
37397c84389SAndrew Lunn	tristate "Teranetics PHYs"
374a7f7f624SMasahiro Yamada	help
375d75b4a22SAndrew Lunn	  Currently supports the Teranetics TN2020
376d75b4a22SAndrew Lunn
3770457eb26SAndrew Lunnconfig DP83822_PHY
3780457eb26SAndrew Lunn	tristate "Texas Instruments DP83822/825/826 PHYs"
3790457eb26SAndrew Lunn	help
3800457eb26SAndrew Lunn	  Supports the DP83822, DP83825I, DP83825CM, DP83825CS, DP83825S,
3810457eb26SAndrew Lunn	  DP83826C and DP83826NC PHYs.
3820457eb26SAndrew Lunn
3830457eb26SAndrew Lunnconfig DP83TC811_PHY
3840457eb26SAndrew Lunn	tristate "Texas Instruments DP83TC811 PHY"
3850457eb26SAndrew Lunn	help
3860457eb26SAndrew Lunn	  Supports the DP83TC811 PHY.
3870457eb26SAndrew Lunn
3880457eb26SAndrew Lunnconfig DP83848_PHY
3890457eb26SAndrew Lunn	tristate "Texas Instruments DP83848 PHY"
3900457eb26SAndrew Lunn	help
3910457eb26SAndrew Lunn	  Supports the DP83848 PHY.
3920457eb26SAndrew Lunn
3930457eb26SAndrew Lunnconfig DP83867_PHY
3940457eb26SAndrew Lunn	tristate "Texas Instruments DP83867 Gigabit PHY"
3950457eb26SAndrew Lunn	help
3960457eb26SAndrew Lunn	  Currently supports the DP83867 PHY.
3970457eb26SAndrew Lunn
3980457eb26SAndrew Lunnconfig DP83869_PHY
3990457eb26SAndrew Lunn	tristate "Texas Instruments DP83869 Gigabit PHY"
4000457eb26SAndrew Lunn	help
4010457eb26SAndrew Lunn	  Currently supports the DP83869 PHY.  This PHY supports copper and
4020457eb26SAndrew Lunn	  fiber connections.
4030457eb26SAndrew Lunn
404165cd04fSOleksij Rempelconfig DP83TD510_PHY
405165cd04fSOleksij Rempel	tristate "Texas Instruments DP83TD510 Ethernet 10Base-T1L PHY"
406165cd04fSOleksij Rempel	help
407165cd04fSOleksij Rempel	  Support for the DP83TD510 Ethernet 10Base-T1L PHY. This PHY supports
408165cd04fSOleksij Rempel	  a 10M single pair Ethernet connection for up to 1000 meter cable.
409165cd04fSOleksij Rempel
410cb80ee2fSOleksij Rempelconfig DP83TG720_PHY
411cb80ee2fSOleksij Rempel	tristate "Texas Instruments DP83TG720 Ethernet 1000Base-T1 PHY"
41220f77dc7SOleksij Rempel	select OPEN_ALLIANCE_HELPERS
413cb80ee2fSOleksij Rempel	help
414cb80ee2fSOleksij Rempel	  The DP83TG720S-Q1 is an automotive Ethernet physical layer
415cb80ee2fSOleksij Rempel	  transceiver compliant with IEEE 802.3bp and Open Alliance
416cb80ee2fSOleksij Rempel	  standards. It supports key functions necessary for
417cb80ee2fSOleksij Rempel	  transmitting and receiving data over both unshielded and
418cb80ee2fSOleksij Rempel	  shielded single twisted-pair cables. This device offers
419cb80ee2fSOleksij Rempel	  flexible xMII interface options, including support for both
420cb80ee2fSOleksij Rempel	  RGMII and SGMII MAC interfaces. It's suitable for applications
421cb80ee2fSOleksij Rempel	  requiring high-speed data transmission in automotive
422cb80ee2fSOleksij Rempel	  networking environments.
423cb80ee2fSOleksij Rempel
424d75b4a22SAndrew Lunnconfig VITESSE_PHY
42597c84389SAndrew Lunn	tristate "Vitesse PHYs"
426a7f7f624SMasahiro Yamada	help
427d75b4a22SAndrew Lunn	  Currently supports the vsc8244
428d75b4a22SAndrew Lunn
429f411a616SAppana Durga Kedareswara Raoconfig XILINX_GMII2RGMII
430f411a616SAppana Durga Kedareswara Rao	tristate "Xilinx GMII2RGMII converter driver"
431a7f7f624SMasahiro Yamada	help
432f411a616SAppana Durga Kedareswara Rao	  This driver support xilinx GMII to RGMII IP core it provides
433f411a616SAppana Durga Kedareswara Rao	  the Reduced Gigabit Media Independent Interface(RGMII) between
434f411a616SAppana Durga Kedareswara Rao	  Ethernet physical media devices and the Gigabit Ethernet controller.
435f411a616SAppana Durga Kedareswara Rao
43653f99941SJan Engelhardtendif # PHYLIB
437a8e510f6SFrederic LAMBERT
438a8e510f6SFrederic LAMBERTconfig MICREL_KS8995MA
439a8e510f6SFrederic LAMBERT	tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
440a8e510f6SFrederic LAMBERT	depends on SPI
441