#
# PHY Layer Configuration
#
menuconfig [31mCONFIG_PHYLIB[0m
tristate "PHY Device support and infrastructure"
depends on [31mCONFIG_NETDEVICES[0m
help
Ethernet controllers are usually attached to PHY
devices. This option provides infrastructure for
managing PHY devices.
if [31mCONFIG_PHYLIB[0m
config [31mCONFIG_SWPHY[0m
bool
config [31mCONFIG_LED_TRIGGER_PHY[0m
bool "Support LED triggers for tracking link state"
depends on [31mCONFIG_LEDS_TRIGGERS[0m
---help---
Adds support for a set of LED trigger events per-PHY. Link
state change will trigger the events, for consumption by an
LED class driver. There are triggers for each link speed currently
supported by the phy, and are of the form:
<mii bus id>:<phy>:<speed>
Where speed is in the form:
<Speed in megabits>Mbps or <Speed in gigabits>Gbps
comment "MDIO bus device drivers"
config [31mCONFIG_MDIO_BCM_IPROC[0m
tristate "Broadcom iProc MDIO bus controller"
depends on [31mCONFIG_ARCH_BCM_IPROC[0m || [31mCONFIG_COMPILE_TEST[0m
depends on [31mCONFIG_HAS_IOMEM[0m && [31mCONFIG_OF_MDIO[0m
help
This module provides a driver for the [31mCONFIG_MDIO[0m busses found in the
Broadcom iProc SoC's.
config [31mCONFIG_MDIO_BCM_UNIMAC[0m
tristate "Broadcom UniMAC MDIO bus controller"
depends on [31mCONFIG_HAS_IOMEM[0m
help
This module provides a driver for the Broadcom UniMAC [31mCONFIG_MDIO[0m busses.
This hardware can be found in the Broadcom GENET Ethernet [31mCONFIG_MAC[0m
controllers as well as some Broadcom Ethernet switches such as the
Starfighter 2 switches.
config [31mCONFIG_MDIO_BITBANG[0m
tristate "Bitbanged MDIO buses"
help
This module implements the [31mCONFIG_MDIO[0m bus protocol in software,
for use by low level drivers that export the ability to
drive the relevant pins.
If in doubt, say N.
config [31mCONFIG_MDIO_BUS_MUX[0m
tristate
depends on [31mCONFIG_OF_MDIO[0m
help
This module provides a driver framework for [31mCONFIG_MDIO[0m bus
multiplexers which connect one of several child [31mCONFIG_MDIO[0m busses
to a parent bus. Switching between child busses is done by
device specific drivers.
config [31mCONFIG_MDIO_BUS_MUX_BCM_IPROC[0m
tristate "Broadcom iProc based MDIO bus multiplexers"
depends on [31mCONFIG_OF[0m && [31mCONFIG_OF_MDIO[0m && ([31mCONFIG_ARCH_BCM_IPROC[0m || [31mCONFIG_COMPILE_TEST[0m)
select [31mCONFIG_MDIO_BUS_MUX[0m
default [31mCONFIG_ARCH_BCM_IPROC[0m
help
This module provides a driver for [31mCONFIG_MDIO[0m bus multiplexers found in
iProc based Broadcom SoCs. This multiplexer connects one of several
child [31mCONFIG_MDIO[0m bus to a parent bus. Buses could be internal as well as
external and selection logic lies inside the same multiplexer.
config [31mCONFIG_MDIO_BUS_MUX_GPIO[0m
tristate "GPIO controlled MDIO bus multiplexers"
depends on [31mCONFIG_OF_GPIO[0m && [31mCONFIG_OF_MDIO[0m
select [31mCONFIG_MDIO_BUS_MUX[0m
help
This module provides a driver for [31mCONFIG_MDIO[0m bus multiplexers that
are controlled via GPIO lines. The multiplexer connects one of
several child [31mCONFIG_MDIO[0m busses to a parent bus. Child bus
selection is under the control of GPIO lines.
config [31mCONFIG_MDIO_BUS_MUX_MMIOREG[0m
tristate "MMIO device-controlled MDIO bus multiplexers"
depends on [31mCONFIG_OF_MDIO[0m && [31mCONFIG_HAS_IOMEM[0m
select [31mCONFIG_MDIO_BUS_MUX[0m
help
This module provides a driver for [31mCONFIG_MDIO[0m bus multiplexers that
are controlled via a simple memory-mapped device, like an [31mCONFIG_FPGA[0m.
The multiplexer connects one of several child [31mCONFIG_MDIO[0m busses to a
parent bus. Child bus selection is under the control of one of
the [31mCONFIG_FPGA[0m's registers.
Currently, only 8-bit registers are supported.
config [31mCONFIG_MDIO_CAVIUM[0m
tristate
config [31mCONFIG_MDIO_GPIO[0m
tristate "GPIO lib-based bitbanged MDIO buses"
depends on [31mCONFIG_MDIO_BITBANG[0m && [31mCONFIG_GPIOLIB[0m
---help---
Supports GPIO lib-based [31mCONFIG_MDIO[0m busses.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module
will be called mdio-gpio.
config [31mCONFIG_MDIO_HISI_FEMAC[0m
tristate "Hisilicon FEMAC MDIO bus controller"
depends on [31mCONFIG_HAS_IOMEM[0m && [31mCONFIG_OF_MDIO[0m
help
This module provides a driver for the [31mCONFIG_MDIO[0m busses found in the
Hisilicon SoC that have an Fast Ethernet [31mCONFIG_MAC[0m.
config [31mCONFIG_MDIO_MOXART[0m
tristate "MOXA ART MDIO interface support"
depends on [31mCONFIG_ARCH_MOXART[0m
help
This driver supports the [31mCONFIG_MDIO[0m interface found in the network
interface units of the MOXA ART SoC
config [31mCONFIG_MDIO_OCTEON[0m
tristate "Octeon and some ThunderX SOCs MDIO buses"
depends on [31mCONFIG_64BIT[0m
depends on [31mCONFIG_HAS_IOMEM[0m
select [31mCONFIG_MDIO_CAVIUM[0m
help
This module provides a driver for the Octeon and ThunderX [31mCONFIG_MDIO[0m
buses. It is required by the Octeon and ThunderX ethernet device
drivers on some systems.
config [31mCONFIG_MDIO_SUN4I[0m
tristate "Allwinner sun4i MDIO interface support"
depends on [31mCONFIG_ARCH_SUNXI[0m
help
This driver supports the [31mCONFIG_MDIO[0m interface found in the network
interface units of the Allwinner SoC that have an EMAC (A10,
A12, A10s, etc.)
config [31mCONFIG_MDIO_THUNDER[0m
tristate "ThunderX SOCs MDIO buses"
depends on [31mCONFIG_64BIT[0m
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_MDIO_CAVIUM[0m
help
This driver supports the [31mCONFIG_MDIO[0m interfaces found on Cavium
ThunderX SoCs when the [31mCONFIG_MDIO[0m bus device appears as a [31mCONFIG_PCI[0m
device.
config [31mCONFIG_MDIO_XGENE[0m
tristate "APM X-Gene SoC MDIO bus controller"
depends on [31mCONFIG_ARCH_XGENE[0m || [31mCONFIG_COMPILE_TEST[0m
help
This module provides a driver for the [31mCONFIG_MDIO[0m busses found in the
[31mCONFIG_APM[0m X-Gene SoC's.
comment "MII PHY device drivers"
config [31mCONFIG_AMD_PHY[0m
tristate "AMD PHYs"
---help---
Currently supports the am79c874
config [31mCONFIG_AQUANTIA_PHY[0m
tristate "Aquantia PHYs"
---help---
Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
config [31mCONFIG_AT803X_PHY[0m
tristate "AT803X PHYs"
---help---
Currently supports the AT8030 and AT8035 model
config [31mCONFIG_BCM63XX_PHY[0m
tristate "Broadcom 63xx SOCs internal PHY"
depends on [31mCONFIG_BCM63XX[0m
select [31mCONFIG_BCM_NET_PHYLIB[0m
---help---
Currently supports the 6348 and 6358 PHYs.
config [31mCONFIG_BCM7XXX_PHY[0m
tristate "Broadcom 7xxx SOCs internal PHYs"
select [31mCONFIG_BCM_NET_PHYLIB[0m
---help---
Currently supports the BCM7366, BCM7439, BCM7445, and
40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
config [31mCONFIG_BCM87XX_PHY[0m
tristate "Broadcom BCM8706 and BCM8727 PHYs"
help
Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
config [31mCONFIG_BCM_CYGNUS_PHY[0m
tristate "Broadcom Cygnus SoC internal PHY"
depends on [31mCONFIG_ARCH_BCM_CYGNUS[0m || [31mCONFIG_COMPILE_TEST[0m
depends on [31mCONFIG_MDIO_BCM_IPROC[0m
select [31mCONFIG_BCM_NET_PHYLIB[0m
---help---
This PHY driver is for the 1G internal PHYs of the Broadcom
Cygnus Family SoC.
Currently supports internal PHY's used in the BCM11300,
BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
BCM58303 & BCM58305 Broadcom Cygnus SoCs.
config [31mCONFIG_BCM_NET_PHYLIB[0m
tristate
config [31mCONFIG_BROADCOM_PHY[0m
tristate "Broadcom PHYs"
select [31mCONFIG_BCM_NET_PHYLIB[0m
---help---
Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
BCM5481, BCM54810 and BCM5482 PHYs.
config [31mCONFIG_CICADA_PHY[0m
tristate "Cicada PHYs"
---help---
Currently supports the cis8204
config [31mCONFIG_DAVICOM_PHY[0m
tristate "Davicom PHYs"
---help---
Currently supports dm9161e and dm9131
config [31mCONFIG_DP83848_PHY[0m
tristate "Texas Instruments DP83848 PHY"
---help---
Supports the DP83848 PHY.
config [31mCONFIG_DP83867_PHY[0m
tristate "Texas Instruments DP83867 Gigabit PHY"
---help---
Currently supports the DP83867 PHY.
config [31mCONFIG_FIXED_PHY[0m
tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
depends on [31mCONFIG_PHYLIB[0m
select [31mCONFIG_SWPHY[0m
---help---
Adds the platform "fixed" [31mCONFIG_MDIO[0m Bus to cover the boards that use
PHYs that are not connected to the real [31mCONFIG_MDIO[0m bus.
Currently tested with mpc866ads and mpc8349e-mitx.
config [31mCONFIG_ICPLUS_PHY[0m
tristate "ICPlus PHYs"
---help---
Currently supports the IP175C and IP1001 PHYs.
config [31mCONFIG_INTEL_XWAY_PHY[0m
tristate "Intel XWAY PHYs"
---help---
Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
These PHYs are marked as standalone chips under the names
PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
config [31mCONFIG_LSI_ET1011C_PHY[0m
tristate "LSI ET1011C PHY"
---help---
Supports the LSI ET1011C PHY.
config [31mCONFIG_LXT_PHY[0m
tristate "Intel LXT PHYs"
---help---
Currently supports the lxt970, lxt971
config [31mCONFIG_MARVELL_PHY[0m
tristate "Marvell PHYs"
---help---
Currently has a driver for the 88E1011S
config [31mCONFIG_MESON_GXL_PHY[0m
tristate "Amlogic Meson GXL Internal PHY"
depends on [31mCONFIG_ARCH_MESON[0m || [31mCONFIG_COMPILE_TEST[0m
---help---
Currently has a driver for the Amlogic Meson GXL Internal PHY
config [31mCONFIG_MICREL_PHY[0m
tristate "Micrel PHYs"
---help---
Supports the KSZ9021, VSC8201, KS8001 PHYs.
config [31mCONFIG_MICROCHIP_PHY[0m
tristate "Microchip PHYs"
help
Supports the LAN88XX PHYs.
config [31mCONFIG_MICROSEMI_PHY[0m
tristate "Microsemi PHYs"
---help---
Currently supports VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
config [31mCONFIG_NATIONAL_PHY[0m
tristate "National Semiconductor PHYs"
---help---
Currently supports the DP83865 PHY.
config [31mCONFIG_QSEMI_PHY[0m
tristate "Quality Semiconductor PHYs"
---help---
Currently supports the qs6612
config [31mCONFIG_REALTEK_PHY[0m
tristate "Realtek PHYs"
---help---
Supports the Realtek 821x PHY.
config [31mCONFIG_SMSC_PHY[0m
tristate "SMSC PHYs"
---help---
Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
config [31mCONFIG_STE10XP[0m
tristate "STMicroelectronics STe10Xp PHYs"
---help---
This is the driver for the STe100p and STe101p PHYs.
config [31mCONFIG_TERANETICS_PHY[0m
tristate "Teranetics PHYs"
---help---
Currently supports the Teranetics TN2020
config [31mCONFIG_VITESSE_PHY[0m
tristate "Vitesse PHYs"
---help---
Currently supports the vsc8244
config [31mCONFIG_XILINX_GMII2RGMII[0m
tristate "Xilinx GMII2RGMII converter driver"
---help---
This driver support xilinx GMII to RGMII IP core it provides
the Reduced Gigabit Media Independent Interface(RGMII) between
Ethernet physical media devices and the Gigabit Ethernet controller.
endif # [31mCONFIG_PHYLIB[0m
config [31mCONFIG_MICREL_KS8995MA[0m
tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
depends on [31mCONFIG_SPI[0m