2005-07-31 07:31:23 +08:00
|
|
|
#
|
|
|
|
# PHY Layer Configuration
|
|
|
|
#
|
|
|
|
|
2007-05-11 13:52:55 +08:00
|
|
|
menuconfig PHYLIB
|
2011-11-25 22:40:02 +08:00
|
|
|
tristate "PHY Device support and infrastructure"
|
phylib: available for any speed ethernet
Several gigabit network drivers (SB1250_MAC, TIGON3, FSL, GIANFAR,
UCC_GETH, MV643XX_ETH, XILINX_LL_TEMAC, S6GMAC, STMMAC_ETH, PASEMI_MAC,
and OCTEON_ETHERNET) select PHYLIB. These drivers are not under
NET_ETHERNET (10/100 mbit), so this warning is generated (long, irrelevant
parts are omitted):
warning: (NET_DSA && NET && EXPERIMENTAL && NET_ETHERNET && !S390 || ... || SB1250_MAC && NETDEVICES && NETDEV_1000 && SIBYTE_SB1xxx_SOC || TIGON3 && NETDEVICES && NETDEV_1000 && PCI || FSL_PQ_MDIO && NETDEVICES && NETDEV_1000 && FSL_SOC || GIANFAR && NETDEVICES && NETDEV_1000 && FSL_SOC || UCC_GETH && NETDEVICES && NETDEV_1000 && QUICC_ENGINE || MV643XX_ETH && NETDEVICES && NETDEV_1000 && (MV64X60 || PPC32 || PLAT_ORION) || XILINX_LL_TEMAC && NETDEVICES && NETDEV_1000 && (PPC || MICROBLAZE) || S6GMAC && NETDEVICES && NETDEV_1000 && XTENSA_VARIANT_S6000 || STMMAC_ETH && NETDEV_1000 && NETDEVICES && CPU_SUBTYPE_ST40 || PASEMI_MAC && NETDEVICES && NETDEV_10000 && PPC_PASEMI && PCI || OCTEON_ETHERNET && STAGING && !STAGING_EXCLUDE_BUILD && CPU_CAVIUM_OCTEON) selects PHYLIB which has unmet direct dependencies (!S390 && NET_ETHERNET)
PHYLIB is used by non-10/100 mbit ethernet drivers, so change the dependencies
to be NETDEVICES instead of NET_ETHERNET.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-11 21:26:57 +08:00
|
|
|
depends on NETDEVICES
|
2005-07-31 07:31:23 +08:00
|
|
|
help
|
|
|
|
Ethernet controllers are usually attached to PHY
|
|
|
|
devices. This option provides infrastructure for
|
|
|
|
managing PHY devices.
|
|
|
|
|
2007-05-11 13:52:55 +08:00
|
|
|
if PHYLIB
|
|
|
|
|
2005-07-31 07:31:23 +08:00
|
|
|
comment "MII PHY device drivers"
|
|
|
|
|
2012-10-15 03:07:16 +08:00
|
|
|
config AT803X_PHY
|
|
|
|
tristate "Drivers for Atheros AT803X PHYs"
|
|
|
|
---help---
|
|
|
|
Currently supports the AT8030 and AT8035 model
|
|
|
|
|
2012-03-18 19:03:05 +08:00
|
|
|
config AMD_PHY
|
|
|
|
tristate "Drivers for the AMD PHYs"
|
|
|
|
---help---
|
|
|
|
Currently supports the am79c874
|
|
|
|
|
2014-06-05 22:15:18 +08:00
|
|
|
config AMD_XGBE_PHY
|
|
|
|
tristate "Driver for the AMD 10GbE (amd-xgbe) PHYs"
|
|
|
|
depends on OF
|
|
|
|
---help---
|
|
|
|
Currently supports the AMD 10GbE PHY
|
|
|
|
|
2005-07-31 07:31:23 +08:00
|
|
|
config MARVELL_PHY
|
2005-08-11 14:07:25 +08:00
|
|
|
tristate "Drivers for Marvell PHYs"
|
2005-07-31 07:31:23 +08:00
|
|
|
---help---
|
|
|
|
Currently has a driver for the 88E1011S
|
|
|
|
|
|
|
|
config DAVICOM_PHY
|
2005-08-11 14:07:25 +08:00
|
|
|
tristate "Drivers for Davicom PHYs"
|
2005-07-31 07:31:23 +08:00
|
|
|
---help---
|
|
|
|
Currently supports dm9161e and dm9131
|
|
|
|
|
|
|
|
config QSEMI_PHY
|
2005-08-11 14:07:25 +08:00
|
|
|
tristate "Drivers for Quality Semiconductor PHYs"
|
2005-07-31 07:31:23 +08:00
|
|
|
---help---
|
|
|
|
Currently supports the qs6612
|
|
|
|
|
|
|
|
config LXT_PHY
|
2005-08-11 14:07:25 +08:00
|
|
|
tristate "Drivers for the Intel LXT PHYs"
|
2005-07-31 07:31:23 +08:00
|
|
|
---help---
|
|
|
|
Currently supports the lxt970, lxt971
|
|
|
|
|
|
|
|
config CICADA_PHY
|
2005-08-11 14:07:25 +08:00
|
|
|
tristate "Drivers for the Cicada PHYs"
|
2005-07-31 07:31:23 +08:00
|
|
|
---help---
|
|
|
|
Currently supports the cis8204
|
2007-05-11 13:52:55 +08:00
|
|
|
|
2006-06-18 06:52:55 +08:00
|
|
|
config VITESSE_PHY
|
|
|
|
tristate "Drivers for the Vitesse PHYs"
|
|
|
|
---help---
|
|
|
|
Currently supports the vsc8244
|
2005-07-31 07:31:23 +08:00
|
|
|
|
2006-05-08 05:22:53 +08:00
|
|
|
config SMSC_PHY
|
|
|
|
tristate "Drivers for SMSC PHYs"
|
|
|
|
---help---
|
2008-04-29 01:37:29 +08:00
|
|
|
Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
|
2006-05-08 05:22:53 +08:00
|
|
|
|
2006-10-03 23:18:13 +08:00
|
|
|
config BROADCOM_PHY
|
|
|
|
tristate "Drivers for Broadcom PHYs"
|
|
|
|
---help---
|
2008-05-17 13:46:19 +08:00
|
|
|
Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
|
|
|
|
and BCM5482 PHYs.
|
2006-10-03 23:18:13 +08:00
|
|
|
|
2009-07-01 09:29:36 +08:00
|
|
|
config BCM63XX_PHY
|
|
|
|
tristate "Drivers for Broadcom 63xx SOCs internal PHY"
|
2011-06-15 06:07:58 +08:00
|
|
|
depends on BCM63XX
|
2009-07-01 09:29:36 +08:00
|
|
|
---help---
|
|
|
|
Currently supports the 6348 and 6358 PHYs.
|
|
|
|
|
2014-02-14 08:08:45 +08:00
|
|
|
config BCM7XXX_PHY
|
|
|
|
tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
|
|
|
|
---help---
|
|
|
|
Currently supports the BCM7366, BCM7439, BCM7445, and
|
|
|
|
40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
|
|
|
|
|
2012-06-27 15:33:38 +08:00
|
|
|
config BCM87XX_PHY
|
|
|
|
tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
|
|
|
|
help
|
|
|
|
Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
|
|
|
|
|
2007-05-12 07:24:51 +08:00
|
|
|
config ICPLUS_PHY
|
|
|
|
tristate "Drivers for ICPlus PHYs"
|
|
|
|
---help---
|
2010-12-09 07:05:13 +08:00
|
|
|
Currently supports the IP175C and IP1001 PHYs.
|
2007-05-12 07:24:51 +08:00
|
|
|
|
2008-02-03 19:50:54 +08:00
|
|
|
config REALTEK_PHY
|
|
|
|
tristate "Drivers for Realtek PHYs"
|
|
|
|
---help---
|
|
|
|
Supports the Realtek 821x PHY.
|
|
|
|
|
2008-11-29 08:14:12 +08:00
|
|
|
config NATIONAL_PHY
|
|
|
|
tristate "Drivers for National Semiconductor PHYs"
|
|
|
|
---help---
|
|
|
|
Currently supports the DP83865 PHY.
|
|
|
|
|
2008-11-29 08:42:41 +08:00
|
|
|
config STE10XP
|
|
|
|
tristate "Driver for STMicroelectronics STe10Xp PHYs"
|
|
|
|
---help---
|
|
|
|
This is the driver for the STe100p and STe101p PHYs.
|
|
|
|
|
2008-12-10 14:21:25 +08:00
|
|
|
config LSI_ET1011C_PHY
|
|
|
|
tristate "Driver for LSI ET1011C PHY"
|
|
|
|
---help---
|
|
|
|
Supports the LSI ET1011C PHY.
|
|
|
|
|
2010-04-29 14:12:41 +08:00
|
|
|
config MICREL_PHY
|
|
|
|
tristate "Driver for Micrel PHYs"
|
|
|
|
---help---
|
|
|
|
Supports the KSZ9021, VSC8201, KS8001 PHYs.
|
|
|
|
|
2006-08-15 14:00:29 +08:00
|
|
|
config FIXED_PHY
|
2007-12-07 06:51:22 +08:00
|
|
|
bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
|
2008-02-27 23:07:54 +08:00
|
|
|
depends on PHYLIB=y
|
2006-08-15 14:00:29 +08:00
|
|
|
---help---
|
2007-12-07 06:51:22 +08:00
|
|
|
Adds the platform "fixed" MDIO Bus to cover the boards that use
|
|
|
|
PHYs that are not connected to the real MDIO bus.
|
|
|
|
|
|
|
|
Currently tested with mpc866ads and mpc8349e-mitx.
|
2007-08-11 05:05:16 +08:00
|
|
|
|
2007-10-02 03:20:56 +08:00
|
|
|
config MDIO_BITBANG
|
|
|
|
tristate "Support for bitbanged MDIO buses"
|
|
|
|
help
|
|
|
|
This module implements the MDIO bus protocol in software,
|
|
|
|
for use by low level drivers that export the ability to
|
|
|
|
drive the relevant pins.
|
|
|
|
|
|
|
|
If in doubt, say N.
|
|
|
|
|
2008-11-14 08:24:28 +08:00
|
|
|
config MDIO_GPIO
|
2008-05-26 17:53:21 +08:00
|
|
|
tristate "Support for GPIO lib-based bitbanged MDIO buses"
|
2013-03-28 19:34:56 +08:00
|
|
|
depends on MDIO_BITBANG && GPIOLIB
|
2008-05-26 17:53:21 +08:00
|
|
|
---help---
|
|
|
|
Supports GPIO lib-based MDIO busses.
|
|
|
|
|
2008-11-14 08:24:34 +08:00
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called mdio-gpio.
|
|
|
|
|
2009-10-15 03:04:38 +08:00
|
|
|
config MDIO_OCTEON
|
|
|
|
tristate "Support for MDIO buses on Octeon SOCs"
|
2013-05-22 23:10:46 +08:00
|
|
|
depends on CAVIUM_OCTEON_SOC
|
2009-10-15 03:04:38 +08:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
|
|
|
|
This module provides a driver for the Octeon MDIO busses.
|
|
|
|
It is required by the Octeon Ethernet device drivers.
|
|
|
|
|
|
|
|
If in doubt, say Y.
|
|
|
|
|
2013-05-30 11:49:21 +08:00
|
|
|
config MDIO_SUN4I
|
|
|
|
tristate "Allwinner sun4i MDIO interface support"
|
|
|
|
depends on ARCH_SUNXI
|
|
|
|
help
|
|
|
|
This driver supports the MDIO interface found in the network
|
|
|
|
interface units of the Allwinner SoC that have an EMAC (A10,
|
|
|
|
A12, A10s, etc.)
|
|
|
|
|
2013-11-05 23:55:01 +08:00
|
|
|
config MDIO_MOXART
|
|
|
|
tristate "MOXA ART MDIO interface support"
|
|
|
|
depends on ARCH_MOXART
|
|
|
|
help
|
|
|
|
This driver supports the MDIO interface found in the network
|
|
|
|
interface units of the MOXA ART SoC
|
|
|
|
|
2012-05-02 23:16:38 +08:00
|
|
|
config MDIO_BUS_MUX
|
|
|
|
tristate
|
|
|
|
depends on OF_MDIO
|
|
|
|
help
|
|
|
|
This module provides a driver framework for MDIO bus
|
|
|
|
multiplexers which connect one of several child MDIO busses
|
|
|
|
to a parent bus. Switching between child busses is done by
|
|
|
|
device specific drivers.
|
|
|
|
|
2012-05-02 23:16:39 +08:00
|
|
|
config MDIO_BUS_MUX_GPIO
|
|
|
|
tristate "Support for GPIO controlled MDIO bus multiplexers"
|
|
|
|
depends on OF_GPIO && OF_MDIO
|
|
|
|
select MDIO_BUS_MUX
|
|
|
|
help
|
|
|
|
This module provides a driver for MDIO bus multiplexers that
|
|
|
|
are controlled via GPIO lines. The multiplexer connects one of
|
|
|
|
several child MDIO busses to a parent bus. Child bus
|
|
|
|
selection is under the control of GPIO lines.
|
|
|
|
|
2012-08-24 17:10:53 +08:00
|
|
|
config MDIO_BUS_MUX_MMIOREG
|
|
|
|
tristate "Support for MMIO device-controlled MDIO bus multiplexers"
|
|
|
|
depends on OF_MDIO
|
|
|
|
select MDIO_BUS_MUX
|
|
|
|
help
|
|
|
|
This module provides a driver for MDIO bus multiplexers that
|
|
|
|
are controlled via a simple memory-mapped device, like an FPGA.
|
|
|
|
The multiplexer connects one of several child MDIO busses to a
|
|
|
|
parent bus. Child bus selection is under the control of one of
|
|
|
|
the FPGA's registers.
|
|
|
|
|
|
|
|
Currently, only 8-bit registers are supported.
|
|
|
|
|
2014-08-28 08:04:47 +08:00
|
|
|
config MDIO_BCM_UNIMAC
|
|
|
|
tristate "Broadcom UniMAC MDIO bus controller"
|
|
|
|
help
|
|
|
|
This module provides a driver for the Broadcom UniMAC MDIO busses.
|
|
|
|
This hardware can be found in the Broadcom GENET Ethernet MAC
|
|
|
|
controllers as well as some Broadcom Ethernet switches such as the
|
|
|
|
Starfighter 2 switches.
|
|
|
|
|
2007-05-11 13:52:55 +08:00
|
|
|
endif # PHYLIB
|
2011-12-18 15:33:41 +08:00
|
|
|
|
|
|
|
config MICREL_KS8995MA
|
|
|
|
tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
|
|
|
|
depends on SPI
|