1# 2# PHY Layer Configuration 3# 4 5menuconfig PHYLIB 6 tristate "PHY Device support and infrastructure" 7 depends on NETDEVICES 8 help 9 Ethernet controllers are usually attached to PHY 10 devices. This option provides infrastructure for 11 managing PHY devices. 12 13if PHYLIB 14 15comment "MII PHY device drivers" 16 17config AQUANTIA_PHY 18 tristate "Drivers for the Aquantia PHYs" 19 ---help--- 20 Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405 21 22config AT803X_PHY 23 tristate "Drivers for Atheros AT803X PHYs" 24 ---help--- 25 Currently supports the AT8030 and AT8035 model 26 27config AMD_PHY 28 tristate "Drivers for the AMD PHYs" 29 ---help--- 30 Currently supports the am79c874 31 32config MARVELL_PHY 33 tristate "Drivers for Marvell PHYs" 34 ---help--- 35 Currently has a driver for the 88E1011S 36 37config DAVICOM_PHY 38 tristate "Drivers for Davicom PHYs" 39 ---help--- 40 Currently supports dm9161e and dm9131 41 42config QSEMI_PHY 43 tristate "Drivers for Quality Semiconductor PHYs" 44 ---help--- 45 Currently supports the qs6612 46 47config LXT_PHY 48 tristate "Drivers for the Intel LXT PHYs" 49 ---help--- 50 Currently supports the lxt970, lxt971 51 52config CICADA_PHY 53 tristate "Drivers for the Cicada PHYs" 54 ---help--- 55 Currently supports the cis8204 56 57config VITESSE_PHY 58 tristate "Drivers for the Vitesse PHYs" 59 ---help--- 60 Currently supports the vsc8244 61 62config TERANETICS_PHY 63 tristate "Drivers for the Teranetics PHYs" 64 ---help--- 65 Currently supports the Teranetics TN2020 66 67config SMSC_PHY 68 tristate "Drivers for SMSC PHYs" 69 ---help--- 70 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs 71 72config BROADCOM_PHY 73 tristate "Drivers for Broadcom PHYs" 74 ---help--- 75 Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464, 76 BCM5481 and BCM5482 PHYs. 77 78config BCM63XX_PHY 79 tristate "Drivers for Broadcom 63xx SOCs internal PHY" 80 depends on BCM63XX 81 ---help--- 82 Currently supports the 6348 and 6358 PHYs. 83 84config BCM7XXX_PHY 85 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs" 86 ---help--- 87 Currently supports the BCM7366, BCM7439, BCM7445, and 88 40nm and 65nm generation of BCM7xxx Set Top Box SoCs. 89 90config BCM87XX_PHY 91 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs" 92 help 93 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs. 94 95config ICPLUS_PHY 96 tristate "Drivers for ICPlus PHYs" 97 ---help--- 98 Currently supports the IP175C and IP1001 PHYs. 99 100config REALTEK_PHY 101 tristate "Drivers for Realtek PHYs" 102 ---help--- 103 Supports the Realtek 821x PHY. 104 105config NATIONAL_PHY 106 tristate "Drivers for National Semiconductor PHYs" 107 ---help--- 108 Currently supports the DP83865 PHY. 109 110config STE10XP 111 tristate "Driver for STMicroelectronics STe10Xp PHYs" 112 ---help--- 113 This is the driver for the STe100p and STe101p PHYs. 114 115config LSI_ET1011C_PHY 116 tristate "Driver for LSI ET1011C PHY" 117 ---help--- 118 Supports the LSI ET1011C PHY. 119 120config MICREL_PHY 121 tristate "Driver for Micrel PHYs" 122 ---help--- 123 Supports the KSZ9021, VSC8201, KS8001 PHYs. 124 125config DP83867_PHY 126 tristate "Drivers for Texas Instruments DP83867 Gigabit PHY" 127 ---help--- 128 Currently supports the DP83867 PHY. 129 130config MICROCHIP_PHY 131 tristate "Drivers for Microchip PHYs" 132 help 133 Supports the LAN88XX PHYs. 134 135config FIXED_PHY 136 tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" 137 depends on PHYLIB 138 ---help--- 139 Adds the platform "fixed" MDIO Bus to cover the boards that use 140 PHYs that are not connected to the real MDIO bus. 141 142 Currently tested with mpc866ads and mpc8349e-mitx. 143 144config MDIO_BITBANG 145 tristate "Support for bitbanged MDIO buses" 146 help 147 This module implements the MDIO bus protocol in software, 148 for use by low level drivers that export the ability to 149 drive the relevant pins. 150 151 If in doubt, say N. 152 153config MDIO_GPIO 154 tristate "Support for GPIO lib-based bitbanged MDIO buses" 155 depends on MDIO_BITBANG && GPIOLIB 156 ---help--- 157 Supports GPIO lib-based MDIO busses. 158 159 To compile this driver as a module, choose M here: the module 160 will be called mdio-gpio. 161 162config MDIO_OCTEON 163 tristate "Support for MDIO buses on Octeon and ThunderX SOCs" 164 depends on 64BIT 165 help 166 167 This module provides a driver for the Octeon and ThunderX MDIO 168 busses. It is required by the Octeon and ThunderX ethernet device 169 drivers. 170 171 If in doubt, say Y. 172 173config MDIO_SUN4I 174 tristate "Allwinner sun4i MDIO interface support" 175 depends on ARCH_SUNXI 176 help 177 This driver supports the MDIO interface found in the network 178 interface units of the Allwinner SoC that have an EMAC (A10, 179 A12, A10s, etc.) 180 181config MDIO_MOXART 182 tristate "MOXA ART MDIO interface support" 183 depends on ARCH_MOXART 184 help 185 This driver supports the MDIO interface found in the network 186 interface units of the MOXA ART SoC 187 188config MDIO_BUS_MUX 189 tristate 190 depends on OF_MDIO 191 help 192 This module provides a driver framework for MDIO bus 193 multiplexers which connect one of several child MDIO busses 194 to a parent bus. Switching between child busses is done by 195 device specific drivers. 196 197config MDIO_BUS_MUX_GPIO 198 tristate "Support for GPIO controlled MDIO bus multiplexers" 199 depends on OF_GPIO && OF_MDIO 200 select MDIO_BUS_MUX 201 help 202 This module provides a driver for MDIO bus multiplexers that 203 are controlled via GPIO lines. The multiplexer connects one of 204 several child MDIO busses to a parent bus. Child bus 205 selection is under the control of GPIO lines. 206 207config MDIO_BUS_MUX_MMIOREG 208 tristate "Support for MMIO device-controlled MDIO bus multiplexers" 209 depends on OF_MDIO && HAS_IOMEM 210 select MDIO_BUS_MUX 211 help 212 This module provides a driver for MDIO bus multiplexers that 213 are controlled via a simple memory-mapped device, like an FPGA. 214 The multiplexer connects one of several child MDIO busses to a 215 parent bus. Child bus selection is under the control of one of 216 the FPGA's registers. 217 218 Currently, only 8-bit registers are supported. 219 220config MDIO_BCM_UNIMAC 221 tristate "Broadcom UniMAC MDIO bus controller" 222 depends on HAS_IOMEM 223 help 224 This module provides a driver for the Broadcom UniMAC MDIO busses. 225 This hardware can be found in the Broadcom GENET Ethernet MAC 226 controllers as well as some Broadcom Ethernet switches such as the 227 Starfighter 2 switches. 228endif # PHYLIB 229 230config MICREL_KS8995MA 231 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" 232 depends on SPI 233