100db8189SAndy Fleming# 200db8189SAndy Fleming# PHY Layer Configuration 300db8189SAndy Fleming# 400db8189SAndy Fleming 590eff909SFlorian Fainellimenuconfig MDIO_DEVICE 690eff909SFlorian Fainelli tristate "MDIO bus device drivers" 700db8189SAndy Fleming help 890eff909SFlorian Fainelli MDIO devices and driver infrastructure code. 900db8189SAndy Fleming 104c3464a8SArnd Bergmannconfig MDIO_BUS 114c3464a8SArnd Bergmann tristate 129e8d438eSFlorian Fainelli default m if PHYLIB=m 134c3464a8SArnd Bergmann default MDIO_DEVICE 144c3464a8SArnd Bergmann help 154c3464a8SArnd Bergmann This internal symbol is used for link time dependencies and it 164c3464a8SArnd Bergmann reflects whether the mdio_bus/mdio_device code is built as a 174c3464a8SArnd Bergmann loadable module or built-in. 184c3464a8SArnd Bergmann 194c3464a8SArnd Bergmannif MDIO_BUS 2000db8189SAndy Fleming 21d75b4a22SAndrew Lunnconfig MDIO_BCM_IPROC 22d75b4a22SAndrew Lunn tristate "Broadcom iProc MDIO bus controller" 23d75b4a22SAndrew Lunn depends on ARCH_BCM_IPROC || COMPILE_TEST 24d75b4a22SAndrew Lunn depends on HAS_IOMEM && OF_MDIO 25e9976d7cSDavid Daney help 26d75b4a22SAndrew Lunn This module provides a driver for the MDIO busses found in the 27d75b4a22SAndrew Lunn Broadcom iProc SoC's. 28e9976d7cSDavid Daney 29d75b4a22SAndrew Lunnconfig MDIO_BCM_UNIMAC 30d75b4a22SAndrew Lunn tristate "Broadcom UniMAC MDIO bus controller" 318be7d96eSFlorian Fainelli depends on HAS_IOMEM 32792aec47SWoojung.Huh@microchip.com help 33d75b4a22SAndrew Lunn This module provides a driver for the Broadcom UniMAC MDIO busses. 34d75b4a22SAndrew Lunn This hardware can be found in the Broadcom GENET Ethernet MAC 35d75b4a22SAndrew Lunn controllers as well as some Broadcom Ethernet switches such as the 36d75b4a22SAndrew Lunn Starfighter 2 switches. 377c32f470SVitaly Bordug 38e2ec4581SScott Woodconfig MDIO_BITBANG 3997c84389SAndrew Lunn tristate "Bitbanged MDIO buses" 40e2ec4581SScott Wood help 41e2ec4581SScott Wood This module implements the MDIO bus protocol in software, 42e2ec4581SScott Wood for use by low level drivers that export the ability to 43e2ec4581SScott Wood drive the relevant pins. 44e2ec4581SScott Wood 45e2ec4581SScott Wood If in doubt, say N. 46e2ec4581SScott Wood 470ca2997dSDavid Daneyconfig MDIO_BUS_MUX 480ca2997dSDavid Daney tristate 490ca2997dSDavid Daney depends on OF_MDIO 500ca2997dSDavid Daney help 510ca2997dSDavid Daney This module provides a driver framework for MDIO bus 520ca2997dSDavid Daney multiplexers which connect one of several child MDIO busses 530ca2997dSDavid Daney to a parent bus. Switching between child busses is done by 540ca2997dSDavid Daney device specific drivers. 550ca2997dSDavid Daney 56d75b4a22SAndrew Lunnconfig MDIO_BUS_MUX_BCM_IPROC 5797c84389SAndrew Lunn tristate "Broadcom iProc based MDIO bus multiplexers" 58d75b4a22SAndrew Lunn depends on OF && OF_MDIO && (ARCH_BCM_IPROC || COMPILE_TEST) 59d75b4a22SAndrew Lunn select MDIO_BUS_MUX 60d75b4a22SAndrew Lunn default ARCH_BCM_IPROC 61d75b4a22SAndrew Lunn help 62d75b4a22SAndrew Lunn This module provides a driver for MDIO bus multiplexers found in 63d75b4a22SAndrew Lunn iProc based Broadcom SoCs. This multiplexer connects one of several 64d75b4a22SAndrew Lunn child MDIO bus to a parent bus. Buses could be internal as well as 65d75b4a22SAndrew Lunn external and selection logic lies inside the same multiplexer. 66d75b4a22SAndrew Lunn 67416912a1SDavid Daneyconfig MDIO_BUS_MUX_GPIO 6897c84389SAndrew Lunn tristate "GPIO controlled MDIO bus multiplexers" 69416912a1SDavid Daney depends on OF_GPIO && OF_MDIO 70416912a1SDavid Daney select MDIO_BUS_MUX 71416912a1SDavid Daney help 72416912a1SDavid Daney This module provides a driver for MDIO bus multiplexers that 73416912a1SDavid Daney are controlled via GPIO lines. The multiplexer connects one of 74416912a1SDavid Daney several child MDIO busses to a parent bus. Child bus 75416912a1SDavid Daney selection is under the control of GPIO lines. 76416912a1SDavid Daney 776cc2ff82STimur Tabiconfig MDIO_BUS_MUX_MMIOREG 7897c84389SAndrew Lunn tristate "MMIO device-controlled MDIO bus multiplexers" 79cfa52005SRob Herring depends on OF_MDIO && HAS_IOMEM 806cc2ff82STimur Tabi select MDIO_BUS_MUX 816cc2ff82STimur Tabi help 826cc2ff82STimur Tabi This module provides a driver for MDIO bus multiplexers that 836cc2ff82STimur Tabi are controlled via a simple memory-mapped device, like an FPGA. 846cc2ff82STimur Tabi The multiplexer connects one of several child MDIO busses to a 856cc2ff82STimur Tabi parent bus. Child bus selection is under the control of one of 866cc2ff82STimur Tabi the FPGA's registers. 876cc2ff82STimur Tabi 88c642bbbcSCorentin Labbe Currently, only 8/16/32 bits registers are supported. 896cc2ff82STimur Tabi 90d75b4a22SAndrew Lunnconfig MDIO_CAVIUM 91d75b4a22SAndrew Lunn tristate 9298bc865aSPramod Kumar 93d75b4a22SAndrew Lunnconfig MDIO_GPIO 9497c84389SAndrew Lunn tristate "GPIO lib-based bitbanged MDIO buses" 95d55207e3SGeert Uytterhoeven depends on MDIO_BITBANG 96d55207e3SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 97d75b4a22SAndrew Lunn ---help--- 98d75b4a22SAndrew Lunn Supports GPIO lib-based MDIO busses. 99ddc24ae1SArun Parameswaran 100d75b4a22SAndrew Lunn To compile this driver as a module, choose M here: the module 101d75b4a22SAndrew Lunn will be called mdio-gpio. 102d75b4a22SAndrew Lunn 103d75b4a22SAndrew Lunnconfig MDIO_HISI_FEMAC 104d75b4a22SAndrew Lunn tristate "Hisilicon FEMAC MDIO bus controller" 105ddc24ae1SArun Parameswaran depends on HAS_IOMEM && OF_MDIO 106ddc24ae1SArun Parameswaran help 107ddc24ae1SArun Parameswaran This module provides a driver for the MDIO busses found in the 108d75b4a22SAndrew Lunn Hisilicon SoC that have an Fast Ethernet MAC. 109d75b4a22SAndrew Lunn 110453d00deSRussell Kingconfig MDIO_I2C 111453d00deSRussell King tristate 112453d00deSRussell King depends on I2C 113453d00deSRussell King help 114453d00deSRussell King Support I2C based PHYs. This provides a MDIO bus bridged 115453d00deSRussell King to I2C to allow PHYs connected in I2C mode to be accessed 116453d00deSRussell King using the existing infrastructure. 117453d00deSRussell King 118453d00deSRussell King This is library mode. 119453d00deSRussell King 120d75b4a22SAndrew Lunnconfig MDIO_MOXART 121d75b4a22SAndrew Lunn tristate "MOXA ART MDIO interface support" 1223c0596f8SFlorian Fainelli depends on ARCH_MOXART || COMPILE_TEST 123d75b4a22SAndrew Lunn help 124d75b4a22SAndrew Lunn This driver supports the MDIO interface found in the network 125d75b4a22SAndrew Lunn interface units of the MOXA ART SoC 126d75b4a22SAndrew Lunn 127542671feSAlexandre Belloniconfig MDIO_MSCC_MIIM 128542671feSAlexandre Belloni tristate "Microsemi MIIM interface support" 129542671feSAlexandre Belloni depends on HAS_IOMEM 130542671feSAlexandre Belloni help 131542671feSAlexandre Belloni This driver supports the MIIM (MDIO) interface found in the network 132542671feSAlexandre Belloni switches of the Microsemi SoCs 133542671feSAlexandre Belloni 134d75b4a22SAndrew Lunnconfig MDIO_OCTEON 13597c84389SAndrew Lunn tristate "Octeon and some ThunderX SOCs MDIO buses" 136d75b4a22SAndrew Lunn depends on 64BIT 137cd47512eSRandy Dunlap depends on HAS_IOMEM && OF_MDIO 138d75b4a22SAndrew Lunn select MDIO_CAVIUM 139d75b4a22SAndrew Lunn help 140d75b4a22SAndrew Lunn This module provides a driver for the Octeon and ThunderX MDIO 141d75b4a22SAndrew Lunn buses. It is required by the Octeon and ThunderX ethernet device 142d75b4a22SAndrew Lunn drivers on some systems. 143d75b4a22SAndrew Lunn 144d75b4a22SAndrew Lunnconfig MDIO_SUN4I 145d75b4a22SAndrew Lunn tristate "Allwinner sun4i MDIO interface support" 1463c0596f8SFlorian Fainelli depends on ARCH_SUNXI || COMPILE_TEST 147d75b4a22SAndrew Lunn help 148d75b4a22SAndrew Lunn This driver supports the MDIO interface found in the network 149d75b4a22SAndrew Lunn interface units of the Allwinner SoC that have an EMAC (A10, 150d75b4a22SAndrew Lunn A12, A10s, etc.) 151d75b4a22SAndrew Lunn 152d75b4a22SAndrew Lunnconfig MDIO_THUNDER 15397c84389SAndrew Lunn tristate "ThunderX SOCs MDIO buses" 154d75b4a22SAndrew Lunn depends on 64BIT 155d75b4a22SAndrew Lunn depends on PCI 156d75b4a22SAndrew Lunn select MDIO_CAVIUM 157d75b4a22SAndrew Lunn help 158d75b4a22SAndrew Lunn This driver supports the MDIO interfaces found on Cavium 159d75b4a22SAndrew Lunn ThunderX SoCs when the MDIO bus device appears as a PCI 160d75b4a22SAndrew Lunn device. 161d75b4a22SAndrew Lunn 162d75b4a22SAndrew Lunnconfig MDIO_XGENE 163d75b4a22SAndrew Lunn tristate "APM X-Gene SoC MDIO bus controller" 1647aa6ec22SLaura Abbott depends on ARCH_XGENE || COMPILE_TEST 165d75b4a22SAndrew Lunn help 166d75b4a22SAndrew Lunn This module provides a driver for the MDIO busses found in the 167d75b4a22SAndrew Lunn APM X-Gene SoC's. 168d75b4a22SAndrew Lunn 16990eff909SFlorian Fainelliendif 17090eff909SFlorian Fainelli 1719525ae83SRussell Kingconfig PHYLINK 1729525ae83SRussell King tristate 1739525ae83SRussell King depends on NETDEVICES 1749525ae83SRussell King select PHYLIB 1759525ae83SRussell King select SWPHY 1769525ae83SRussell King help 1779525ae83SRussell King PHYlink models the link between the PHY and MAC, allowing fixed 1789525ae83SRussell King configuration links, PHYs, and Serdes links with MAC level 1799525ae83SRussell King autonegotiation modes. 1809525ae83SRussell King 1816073512cSJerome Brunetmenuconfig PHYLIB 1829e8d438eSFlorian Fainelli tristate "PHY Device support and infrastructure" 1836073512cSJerome Brunet depends on NETDEVICES 1846073512cSJerome Brunet select MDIO_DEVICE 1856073512cSJerome Brunet help 1866073512cSJerome Brunet Ethernet controllers are usually attached to PHY 1876073512cSJerome Brunet devices. This option provides infrastructure for 1886073512cSJerome Brunet managing PHY devices. 1896073512cSJerome Brunet 19090eff909SFlorian Fainelliif PHYLIB 19190eff909SFlorian Fainelli 19290eff909SFlorian Fainelliconfig SWPHY 19390eff909SFlorian Fainelli bool 19490eff909SFlorian Fainelli 19590eff909SFlorian Fainelliconfig LED_TRIGGER_PHY 19690eff909SFlorian Fainelli bool "Support LED triggers for tracking link state" 19790eff909SFlorian Fainelli depends on LEDS_TRIGGERS 19890eff909SFlorian Fainelli ---help--- 19990eff909SFlorian Fainelli Adds support for a set of LED trigger events per-PHY. Link 20090eff909SFlorian Fainelli state change will trigger the events, for consumption by an 20190eff909SFlorian Fainelli LED class driver. There are triggers for each link speed currently 2023928ee64SMaciej S. Szmigiero supported by the PHY and also a one common "link" trigger as a 2033928ee64SMaciej S. Szmigiero logical-or of all the link speed ones. 2043928ee64SMaciej S. Szmigiero All these triggers are named according to the following pattern: 20590eff909SFlorian Fainelli <mii bus id>:<phy>:<speed> 20690eff909SFlorian Fainelli 20790eff909SFlorian Fainelli Where speed is in the form: 2083928ee64SMaciej S. Szmigiero <Speed in megabits>Mbps OR <Speed in gigabits>Gbps OR link 2093928ee64SMaciej S. Szmigiero for any speed known to the PHY. 21090eff909SFlorian Fainelli 21190eff909SFlorian Fainelli 212d75b4a22SAndrew Lunncomment "MII PHY device drivers" 213d75b4a22SAndrew Lunn 21473970055SRussell Kingconfig SFP 21573970055SRussell King tristate "SFP cage support" 21673970055SRussell King depends on I2C && PHYLINK 217b5293443SGuenter Roeck depends on HWMON || HWMON=n 21873970055SRussell King select MDIO_I2C 21973970055SRussell King 220d75b4a22SAndrew Lunnconfig AMD_PHY 22197c84389SAndrew Lunn tristate "AMD PHYs" 222d75b4a22SAndrew Lunn ---help--- 223d75b4a22SAndrew Lunn Currently supports the am79c874 224d75b4a22SAndrew Lunn 225d75b4a22SAndrew Lunnconfig AQUANTIA_PHY 22697c84389SAndrew Lunn tristate "Aquantia PHYs" 227d75b4a22SAndrew Lunn ---help--- 228d75b4a22SAndrew Lunn Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405 229d75b4a22SAndrew Lunn 23031dd83b9SMichael Schmitzconfig ASIX_PHY 23131dd83b9SMichael Schmitz tristate "Asix PHYs" 23231dd83b9SMichael Schmitz help 23331dd83b9SMichael Schmitz Currently supports the Asix Electronics PHY found in the X-Surf 100 23431dd83b9SMichael Schmitz AX88796B package. 23531dd83b9SMichael Schmitz 236d75b4a22SAndrew Lunnconfig AT803X_PHY 23797c84389SAndrew Lunn tristate "AT803X PHYs" 238d75b4a22SAndrew Lunn ---help--- 239d75b4a22SAndrew Lunn Currently supports the AT8030 and AT8035 model 240d75b4a22SAndrew Lunn 241d75b4a22SAndrew Lunnconfig BCM63XX_PHY 24297c84389SAndrew Lunn tristate "Broadcom 63xx SOCs internal PHY" 243*15d8daf7SAndrew Lunn depends on BCM63XX || COMPILE_TEST 244d75b4a22SAndrew Lunn select BCM_NET_PHYLIB 245d75b4a22SAndrew Lunn ---help--- 246d75b4a22SAndrew Lunn Currently supports the 6348 and 6358 PHYs. 247d75b4a22SAndrew Lunn 248d75b4a22SAndrew Lunnconfig BCM7XXX_PHY 24997c84389SAndrew Lunn tristate "Broadcom 7xxx SOCs internal PHYs" 250d75b4a22SAndrew Lunn select BCM_NET_PHYLIB 251d75b4a22SAndrew Lunn ---help--- 252d75b4a22SAndrew Lunn Currently supports the BCM7366, BCM7439, BCM7445, and 253d75b4a22SAndrew Lunn 40nm and 65nm generation of BCM7xxx Set Top Box SoCs. 254d75b4a22SAndrew Lunn 255d75b4a22SAndrew Lunnconfig BCM87XX_PHY 25697c84389SAndrew Lunn tristate "Broadcom BCM8706 and BCM8727 PHYs" 257d75b4a22SAndrew Lunn help 258d75b4a22SAndrew Lunn Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs. 259d75b4a22SAndrew Lunn 260d75b4a22SAndrew Lunnconfig BCM_CYGNUS_PHY 26197c84389SAndrew Lunn tristate "Broadcom Cygnus SoC internal PHY" 262d75b4a22SAndrew Lunn depends on ARCH_BCM_CYGNUS || COMPILE_TEST 263d75b4a22SAndrew Lunn depends on MDIO_BCM_IPROC 264d75b4a22SAndrew Lunn select BCM_NET_PHYLIB 265d75b4a22SAndrew Lunn ---help--- 266d75b4a22SAndrew Lunn This PHY driver is for the 1G internal PHYs of the Broadcom 267d75b4a22SAndrew Lunn Cygnus Family SoC. 268d75b4a22SAndrew Lunn 269d75b4a22SAndrew Lunn Currently supports internal PHY's used in the BCM11300, 270d75b4a22SAndrew Lunn BCM11320, BCM11350, BCM11360, BCM58300, BCM58302, 271d75b4a22SAndrew Lunn BCM58303 & BCM58305 Broadcom Cygnus SoCs. 272d75b4a22SAndrew Lunn 273d75b4a22SAndrew Lunnconfig BCM_NET_PHYLIB 274d75b4a22SAndrew Lunn tristate 275d75b4a22SAndrew Lunn 276d75b4a22SAndrew Lunnconfig BROADCOM_PHY 27797c84389SAndrew Lunn tristate "Broadcom PHYs" 278d75b4a22SAndrew Lunn select BCM_NET_PHYLIB 279d75b4a22SAndrew Lunn ---help--- 280d75b4a22SAndrew Lunn Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464, 281b14995acSJon Mason BCM5481, BCM54810 and BCM5482 PHYs. 282d75b4a22SAndrew Lunn 283d75b4a22SAndrew Lunnconfig CICADA_PHY 28497c84389SAndrew Lunn tristate "Cicada PHYs" 285d75b4a22SAndrew Lunn ---help--- 286d75b4a22SAndrew Lunn Currently supports the cis8204 287d75b4a22SAndrew Lunn 28815b9e533SBogdan Purcareataconfig CORTINA_PHY 28915b9e533SBogdan Purcareata tristate "Cortina EDC CDR 10G Ethernet PHY" 29015b9e533SBogdan Purcareata ---help--- 29115b9e533SBogdan Purcareata Currently supports the CS4340 phy. 29215b9e533SBogdan Purcareata 293d75b4a22SAndrew Lunnconfig DAVICOM_PHY 29497c84389SAndrew Lunn tristate "Davicom PHYs" 295d75b4a22SAndrew Lunn ---help--- 296d75b4a22SAndrew Lunn Currently supports dm9161e and dm9131 297d75b4a22SAndrew Lunn 29887461f7aSDan Murphyconfig DP83822_PHY 29987461f7aSDan Murphy tristate "Texas Instruments DP83822 PHY" 30087461f7aSDan Murphy ---help--- 30187461f7aSDan Murphy Supports the DP83822 PHY. 30287461f7aSDan Murphy 303b753a9faSDan Murphyconfig DP83TC811_PHY 304b753a9faSDan Murphy tristate "Texas Instruments DP83TC822 PHY" 305b753a9faSDan Murphy ---help--- 306b753a9faSDan Murphy Supports the DP83TC822 PHY. 307b753a9faSDan Murphy 308d75b4a22SAndrew Lunnconfig DP83848_PHY 30997c84389SAndrew Lunn tristate "Texas Instruments DP83848 PHY" 310d75b4a22SAndrew Lunn ---help--- 311d75b4a22SAndrew Lunn Supports the DP83848 PHY. 312d75b4a22SAndrew Lunn 313d75b4a22SAndrew Lunnconfig DP83867_PHY 31497c84389SAndrew Lunn tristate "Texas Instruments DP83867 Gigabit PHY" 315d75b4a22SAndrew Lunn ---help--- 316d75b4a22SAndrew Lunn Currently supports the DP83867 PHY. 317d75b4a22SAndrew Lunn 318d75b4a22SAndrew Lunnconfig FIXED_PHY 31997c84389SAndrew Lunn tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs" 320d75b4a22SAndrew Lunn depends on PHYLIB 321d75b4a22SAndrew Lunn select SWPHY 322d75b4a22SAndrew Lunn ---help--- 323d75b4a22SAndrew Lunn Adds the platform "fixed" MDIO Bus to cover the boards that use 324d75b4a22SAndrew Lunn PHYs that are not connected to the real MDIO bus. 325d75b4a22SAndrew Lunn 326d75b4a22SAndrew Lunn Currently tested with mpc866ads and mpc8349e-mitx. 327d75b4a22SAndrew Lunn 328d75b4a22SAndrew Lunnconfig ICPLUS_PHY 32997c84389SAndrew Lunn tristate "ICPlus PHYs" 330d75b4a22SAndrew Lunn ---help--- 331d75b4a22SAndrew Lunn Currently supports the IP175C and IP1001 PHYs. 332ddc24ae1SArun Parameswaran 333112b558dSHauke Mehrtensconfig INTEL_XWAY_PHY 33497c84389SAndrew Lunn tristate "Intel XWAY PHYs" 335112b558dSHauke Mehrtens ---help--- 336112b558dSHauke Mehrtens Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs. 337112b558dSHauke Mehrtens These PHYs are marked as standalone chips under the names 338112b558dSHauke Mehrtens PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel 339112b558dSHauke Mehrtens SoCs xRX200, xRX300, xRX330, xRX350 and xRX550. 340112b558dSHauke Mehrtens 341d75b4a22SAndrew Lunnconfig LSI_ET1011C_PHY 34297c84389SAndrew Lunn tristate "LSI ET1011C PHY" 343d75b4a22SAndrew Lunn ---help--- 344d75b4a22SAndrew Lunn Supports the LSI ET1011C PHY. 3454960e4b1SDongpo Li 346d75b4a22SAndrew Lunnconfig LXT_PHY 34797c84389SAndrew Lunn tristate "Intel LXT PHYs" 348d75b4a22SAndrew Lunn ---help--- 349d75b4a22SAndrew Lunn Currently supports the lxt970, lxt971 350d75b4a22SAndrew Lunn 351d75b4a22SAndrew Lunnconfig MARVELL_PHY 35297c84389SAndrew Lunn tristate "Marvell PHYs" 353d75b4a22SAndrew Lunn ---help--- 354d75b4a22SAndrew Lunn Currently has a driver for the 88E1011S 355d75b4a22SAndrew Lunn 35620b2af32SRussell Kingconfig MARVELL_10G_PHY 35720b2af32SRussell King tristate "Marvell Alaska 10Gbit PHYs" 35820b2af32SRussell King ---help--- 35920b2af32SRussell King Support for the Marvell Alaska MV88X3310 and compatible PHYs. 36020b2af32SRussell King 3617334b3e4SNeil Armstrongconfig MESON_GXL_PHY 3627334b3e4SNeil Armstrong tristate "Amlogic Meson GXL Internal PHY" 3632ebae8bdSJean Delvare depends on ARCH_MESON || COMPILE_TEST 3647334b3e4SNeil Armstrong ---help--- 3657334b3e4SNeil Armstrong Currently has a driver for the Amlogic Meson GXL Internal PHY 3667334b3e4SNeil Armstrong 367d75b4a22SAndrew Lunnconfig MICREL_PHY 36897c84389SAndrew Lunn tristate "Micrel PHYs" 369d75b4a22SAndrew Lunn ---help--- 370d75b4a22SAndrew Lunn Supports the KSZ9021, VSC8201, KS8001 PHYs. 371d75b4a22SAndrew Lunn 372d75b4a22SAndrew Lunnconfig MICROCHIP_PHY 37397c84389SAndrew Lunn tristate "Microchip PHYs" 37443b3cf66SIyappan Subramanian help 375d75b4a22SAndrew Lunn Supports the LAN88XX PHYs. 37643b3cf66SIyappan Subramanian 3773e50d2daSNisar Sayedconfig MICROCHIP_T1_PHY 3783e50d2daSNisar Sayed tristate "Microchip T1 PHYs" 3793e50d2daSNisar Sayed ---help--- 3803e50d2daSNisar Sayed Supports the LAN87XX PHYs. 3813e50d2daSNisar Sayed 382d50736a8SRaju Lakkarajuconfig MICROSEMI_PHY 38397c84389SAndrew Lunn tristate "Microsemi PHYs" 384d50736a8SRaju Lakkaraju ---help--- 385af1fee98SRaju Lakkaraju Currently supports VSC8530, VSC8531, VSC8540 and VSC8541 PHYs 386d50736a8SRaju Lakkaraju 387d75b4a22SAndrew Lunnconfig NATIONAL_PHY 38897c84389SAndrew Lunn tristate "National Semiconductor PHYs" 389d75b4a22SAndrew Lunn ---help--- 390d75b4a22SAndrew Lunn Currently supports the DP83865 PHY. 391d75b4a22SAndrew Lunn 392d75b4a22SAndrew Lunnconfig QSEMI_PHY 39397c84389SAndrew Lunn tristate "Quality Semiconductor PHYs" 394d75b4a22SAndrew Lunn ---help--- 395d75b4a22SAndrew Lunn Currently supports the qs6612 396d75b4a22SAndrew Lunn 397d75b4a22SAndrew Lunnconfig REALTEK_PHY 39897c84389SAndrew Lunn tristate "Realtek PHYs" 399d75b4a22SAndrew Lunn ---help--- 400d75b4a22SAndrew Lunn Supports the Realtek 821x PHY. 401d75b4a22SAndrew Lunn 402812b5ca7SBernd Edlingerconfig RENESAS_PHY 403812b5ca7SBernd Edlinger tristate "Driver for Renesas PHYs" 404812b5ca7SBernd Edlinger ---help--- 405812b5ca7SBernd Edlinger Supports the Renesas PHYs uPD60620 and uPD60620A. 406812b5ca7SBernd Edlinger 407baf6ee81SDavid Wuconfig ROCKCHIP_PHY 408baf6ee81SDavid Wu tristate "Driver for Rockchip Ethernet PHYs" 409baf6ee81SDavid Wu ---help--- 410baf6ee81SDavid Wu Currently supports the integrated Ethernet PHY. 411baf6ee81SDavid Wu 412d75b4a22SAndrew Lunnconfig SMSC_PHY 41397c84389SAndrew Lunn tristate "SMSC PHYs" 414d75b4a22SAndrew Lunn ---help--- 415d75b4a22SAndrew Lunn Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs 416d75b4a22SAndrew Lunn 417d75b4a22SAndrew Lunnconfig STE10XP 41897c84389SAndrew Lunn tristate "STMicroelectronics STe10Xp PHYs" 419d75b4a22SAndrew Lunn ---help--- 420d75b4a22SAndrew Lunn This is the driver for the STe100p and STe101p PHYs. 421d75b4a22SAndrew Lunn 422d75b4a22SAndrew Lunnconfig TERANETICS_PHY 42397c84389SAndrew Lunn tristate "Teranetics PHYs" 424d75b4a22SAndrew Lunn ---help--- 425d75b4a22SAndrew Lunn Currently supports the Teranetics TN2020 426d75b4a22SAndrew Lunn 427d75b4a22SAndrew Lunnconfig VITESSE_PHY 42897c84389SAndrew Lunn tristate "Vitesse PHYs" 429d75b4a22SAndrew Lunn ---help--- 430d75b4a22SAndrew Lunn Currently supports the vsc8244 431d75b4a22SAndrew Lunn 432f411a616SAppana Durga Kedareswara Raoconfig XILINX_GMII2RGMII 433f411a616SAppana Durga Kedareswara Rao tristate "Xilinx GMII2RGMII converter driver" 434f411a616SAppana Durga Kedareswara Rao ---help--- 435f411a616SAppana Durga Kedareswara Rao This driver support xilinx GMII to RGMII IP core it provides 436f411a616SAppana Durga Kedareswara Rao the Reduced Gigabit Media Independent Interface(RGMII) between 437f411a616SAppana Durga Kedareswara Rao Ethernet physical media devices and the Gigabit Ethernet controller. 438f411a616SAppana Durga Kedareswara Rao 43953f99941SJan Engelhardtendif # PHYLIB 440a8e510f6SFrederic LAMBERT 441a8e510f6SFrederic LAMBERTconfig MICREL_KS8995MA 442a8e510f6SFrederic LAMBERT tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" 443a8e510f6SFrederic LAMBERT depends on SPI 444