Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 1 | # |
| 2 | # PHY Layer Configuration |
| 3 | # |
| 4 | |
Florian Fainelli | 90eff90 | 2017-03-23 10:01:19 -0700 | [diff] [blame] | 5 | menuconfig MDIO_DEVICE |
| 6 | tristate "MDIO bus device drivers" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 7 | help |
Florian Fainelli | 90eff90 | 2017-03-23 10:01:19 -0700 | [diff] [blame] | 8 | MDIO devices and driver infrastructure code. |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 9 | |
Florian Fainelli | 90eff90 | 2017-03-23 10:01:19 -0700 | [diff] [blame] | 10 | if MDIO_DEVICE |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 11 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 12 | config MDIO_BCM_IPROC |
| 13 | tristate "Broadcom iProc MDIO bus controller" |
| 14 | depends on ARCH_BCM_IPROC || COMPILE_TEST |
| 15 | depends on HAS_IOMEM && OF_MDIO |
David Daney | e9976d7 | 2012-06-27 07:33:38 +0000 | [diff] [blame] | 16 | help |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 17 | This module provides a driver for the MDIO busses found in the |
| 18 | Broadcom iProc SoC's. |
David Daney | e9976d7 | 2012-06-27 07:33:38 +0000 | [diff] [blame] | 19 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 20 | config MDIO_BCM_UNIMAC |
| 21 | tristate "Broadcom UniMAC MDIO bus controller" |
Florian Fainelli | 17487ee | 2017-03-23 10:01:18 -0700 | [diff] [blame] | 22 | depends on HAS_IOMEM && OF_MDIO |
Woojung.Huh@microchip.com | 792aec4 | 2015-09-09 20:49:53 +0000 | [diff] [blame] | 23 | help |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 24 | This module provides a driver for the Broadcom UniMAC MDIO busses. |
| 25 | This hardware can be found in the Broadcom GENET Ethernet MAC |
| 26 | controllers as well as some Broadcom Ethernet switches such as the |
| 27 | Starfighter 2 switches. |
Vitaly Bordug | 7c32f47 | 2007-08-10 14:05:16 -0700 | [diff] [blame] | 28 | |
Scott Wood | e2ec458 | 2007-10-01 14:20:56 -0500 | [diff] [blame] | 29 | config MDIO_BITBANG |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 30 | tristate "Bitbanged MDIO buses" |
Florian Fainelli | 90eff90 | 2017-03-23 10:01:19 -0700 | [diff] [blame] | 31 | depends on !(MDIO_DEVICE=y && PHYLIB=m) |
Scott Wood | e2ec458 | 2007-10-01 14:20:56 -0500 | [diff] [blame] | 32 | help |
| 33 | This module implements the MDIO bus protocol in software, |
| 34 | for use by low level drivers that export the ability to |
| 35 | drive the relevant pins. |
| 36 | |
| 37 | If in doubt, say N. |
| 38 | |
David Daney | 0ca2997 | 2012-05-02 15:16:38 +0000 | [diff] [blame] | 39 | config MDIO_BUS_MUX |
| 40 | tristate |
| 41 | depends on OF_MDIO |
| 42 | help |
| 43 | This module provides a driver framework for MDIO bus |
| 44 | multiplexers which connect one of several child MDIO busses |
| 45 | to a parent bus. Switching between child busses is done by |
| 46 | device specific drivers. |
| 47 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 48 | config MDIO_BUS_MUX_BCM_IPROC |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 49 | tristate "Broadcom iProc based MDIO bus multiplexers" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 50 | depends on OF && OF_MDIO && (ARCH_BCM_IPROC || COMPILE_TEST) |
| 51 | select MDIO_BUS_MUX |
| 52 | default ARCH_BCM_IPROC |
| 53 | help |
| 54 | This module provides a driver for MDIO bus multiplexers found in |
| 55 | iProc based Broadcom SoCs. This multiplexer connects one of several |
| 56 | child MDIO bus to a parent bus. Buses could be internal as well as |
| 57 | external and selection logic lies inside the same multiplexer. |
| 58 | |
David Daney | 416912a | 2012-05-02 15:16:39 +0000 | [diff] [blame] | 59 | config MDIO_BUS_MUX_GPIO |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 60 | tristate "GPIO controlled MDIO bus multiplexers" |
David Daney | 416912a | 2012-05-02 15:16:39 +0000 | [diff] [blame] | 61 | depends on OF_GPIO && OF_MDIO |
| 62 | select MDIO_BUS_MUX |
| 63 | help |
| 64 | This module provides a driver for MDIO bus multiplexers that |
| 65 | are controlled via GPIO lines. The multiplexer connects one of |
| 66 | several child MDIO busses to a parent bus. Child bus |
| 67 | selection is under the control of GPIO lines. |
| 68 | |
Timur Tabi | 6cc2ff8 | 2012-08-24 09:10:53 +0000 | [diff] [blame] | 69 | config MDIO_BUS_MUX_MMIOREG |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 70 | tristate "MMIO device-controlled MDIO bus multiplexers" |
Rob Herring | cfa5200 | 2015-07-05 12:16:27 -0500 | [diff] [blame] | 71 | depends on OF_MDIO && HAS_IOMEM |
Timur Tabi | 6cc2ff8 | 2012-08-24 09:10:53 +0000 | [diff] [blame] | 72 | select MDIO_BUS_MUX |
| 73 | help |
| 74 | This module provides a driver for MDIO bus multiplexers that |
| 75 | are controlled via a simple memory-mapped device, like an FPGA. |
| 76 | The multiplexer connects one of several child MDIO busses to a |
| 77 | parent bus. Child bus selection is under the control of one of |
| 78 | the FPGA's registers. |
| 79 | |
| 80 | Currently, only 8-bit registers are supported. |
| 81 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 82 | config MDIO_CAVIUM |
| 83 | tristate |
Pramod Kumar | 98bc865 | 2016-06-10 11:03:49 +0530 | [diff] [blame] | 84 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 85 | config MDIO_GPIO |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 86 | tristate "GPIO lib-based bitbanged MDIO buses" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 87 | depends on MDIO_BITBANG && GPIOLIB |
| 88 | ---help--- |
| 89 | Supports GPIO lib-based MDIO busses. |
Arun Parameswaran | ddc24ae | 2015-10-06 12:25:47 -0700 | [diff] [blame] | 90 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 91 | To compile this driver as a module, choose M here: the module |
| 92 | will be called mdio-gpio. |
| 93 | |
| 94 | config MDIO_HISI_FEMAC |
| 95 | tristate "Hisilicon FEMAC MDIO bus controller" |
Arun Parameswaran | ddc24ae | 2015-10-06 12:25:47 -0700 | [diff] [blame] | 96 | depends on HAS_IOMEM && OF_MDIO |
| 97 | help |
| 98 | This module provides a driver for the MDIO busses found in the |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 99 | Hisilicon SoC that have an Fast Ethernet MAC. |
| 100 | |
| 101 | config MDIO_MOXART |
| 102 | tristate "MOXA ART MDIO interface support" |
| 103 | depends on ARCH_MOXART |
| 104 | help |
| 105 | This driver supports the MDIO interface found in the network |
| 106 | interface units of the MOXA ART SoC |
| 107 | |
| 108 | config MDIO_OCTEON |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 109 | tristate "Octeon and some ThunderX SOCs MDIO buses" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 110 | depends on 64BIT |
Randy Dunlap | cd47512 | 2017-05-23 08:19:49 -0700 | [diff] [blame] | 111 | depends on HAS_IOMEM && OF_MDIO |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 112 | select MDIO_CAVIUM |
| 113 | help |
| 114 | This module provides a driver for the Octeon and ThunderX MDIO |
| 115 | buses. It is required by the Octeon and ThunderX ethernet device |
| 116 | drivers on some systems. |
| 117 | |
| 118 | config MDIO_SUN4I |
| 119 | tristate "Allwinner sun4i MDIO interface support" |
| 120 | depends on ARCH_SUNXI |
| 121 | help |
| 122 | This driver supports the MDIO interface found in the network |
| 123 | interface units of the Allwinner SoC that have an EMAC (A10, |
| 124 | A12, A10s, etc.) |
| 125 | |
| 126 | config MDIO_THUNDER |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 127 | tristate "ThunderX SOCs MDIO buses" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 128 | depends on 64BIT |
| 129 | depends on PCI |
Florian Fainelli | 665fff2 | 2017-06-12 17:18:51 -0700 | [diff] [blame] | 130 | depends on !(MDIO_DEVICE=y && PHYLIB=m) |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 131 | select MDIO_CAVIUM |
| 132 | help |
| 133 | This driver supports the MDIO interfaces found on Cavium |
| 134 | ThunderX SoCs when the MDIO bus device appears as a PCI |
| 135 | device. |
| 136 | |
| 137 | config MDIO_XGENE |
| 138 | tristate "APM X-Gene SoC MDIO bus controller" |
Laura Abbott | 7aa6ec2 | 2016-10-06 11:22:51 -0700 | [diff] [blame] | 139 | depends on ARCH_XGENE || COMPILE_TEST |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 140 | help |
| 141 | This module provides a driver for the MDIO busses found in the |
| 142 | APM X-Gene SoC's. |
| 143 | |
Florian Fainelli | 90eff90 | 2017-03-23 10:01:19 -0700 | [diff] [blame] | 144 | endif |
| 145 | |
| 146 | menuconfig PHYLIB |
| 147 | tristate "PHY Device support and infrastructure" |
| 148 | depends on NETDEVICES |
| 149 | select MDIO_DEVICE |
| 150 | help |
| 151 | Ethernet controllers are usually attached to PHY |
| 152 | devices. This option provides infrastructure for |
| 153 | managing PHY devices. |
| 154 | |
| 155 | if PHYLIB |
| 156 | |
| 157 | config SWPHY |
| 158 | bool |
| 159 | |
| 160 | config LED_TRIGGER_PHY |
| 161 | bool "Support LED triggers for tracking link state" |
| 162 | depends on LEDS_TRIGGERS |
| 163 | ---help--- |
| 164 | Adds support for a set of LED trigger events per-PHY. Link |
| 165 | state change will trigger the events, for consumption by an |
| 166 | LED class driver. There are triggers for each link speed currently |
| 167 | supported by the phy, and are of the form: |
| 168 | <mii bus id>:<phy>:<speed> |
| 169 | |
| 170 | Where speed is in the form: |
| 171 | <Speed in megabits>Mbps or <Speed in gigabits>Gbps |
| 172 | |
| 173 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 174 | comment "MII PHY device drivers" |
| 175 | |
| 176 | config AMD_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 177 | tristate "AMD PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 178 | ---help--- |
| 179 | Currently supports the am79c874 |
| 180 | |
| 181 | config AQUANTIA_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 182 | tristate "Aquantia PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 183 | ---help--- |
| 184 | Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405 |
| 185 | |
| 186 | config AT803X_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 187 | tristate "AT803X PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 188 | ---help--- |
| 189 | Currently supports the AT8030 and AT8035 model |
| 190 | |
| 191 | config BCM63XX_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 192 | tristate "Broadcom 63xx SOCs internal PHY" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 193 | depends on BCM63XX |
| 194 | select BCM_NET_PHYLIB |
| 195 | ---help--- |
| 196 | Currently supports the 6348 and 6358 PHYs. |
| 197 | |
| 198 | config BCM7XXX_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 199 | tristate "Broadcom 7xxx SOCs internal PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 200 | select BCM_NET_PHYLIB |
| 201 | ---help--- |
| 202 | Currently supports the BCM7366, BCM7439, BCM7445, and |
| 203 | 40nm and 65nm generation of BCM7xxx Set Top Box SoCs. |
| 204 | |
| 205 | config BCM87XX_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 206 | tristate "Broadcom BCM8706 and BCM8727 PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 207 | help |
| 208 | Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs. |
| 209 | |
| 210 | config BCM_CYGNUS_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 211 | tristate "Broadcom Cygnus SoC internal PHY" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 212 | depends on ARCH_BCM_CYGNUS || COMPILE_TEST |
| 213 | depends on MDIO_BCM_IPROC |
| 214 | select BCM_NET_PHYLIB |
| 215 | ---help--- |
| 216 | This PHY driver is for the 1G internal PHYs of the Broadcom |
| 217 | Cygnus Family SoC. |
| 218 | |
| 219 | Currently supports internal PHY's used in the BCM11300, |
| 220 | BCM11320, BCM11350, BCM11360, BCM58300, BCM58302, |
| 221 | BCM58303 & BCM58305 Broadcom Cygnus SoCs. |
| 222 | |
| 223 | config BCM_NET_PHYLIB |
| 224 | tristate |
| 225 | |
| 226 | config BROADCOM_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 227 | tristate "Broadcom PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 228 | select BCM_NET_PHYLIB |
| 229 | ---help--- |
| 230 | Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464, |
Jon Mason | b14995a | 2016-11-04 01:10:58 -0400 | [diff] [blame] | 231 | BCM5481, BCM54810 and BCM5482 PHYs. |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 232 | |
| 233 | config CICADA_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 234 | tristate "Cicada PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 235 | ---help--- |
| 236 | Currently supports the cis8204 |
| 237 | |
Bogdan Purcareata | 15b9e53 | 2017-05-29 09:11:30 +0000 | [diff] [blame] | 238 | config CORTINA_PHY |
| 239 | tristate "Cortina EDC CDR 10G Ethernet PHY" |
| 240 | ---help--- |
| 241 | Currently supports the CS4340 phy. |
| 242 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 243 | config DAVICOM_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 244 | tristate "Davicom PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 245 | ---help--- |
| 246 | Currently supports dm9161e and dm9131 |
| 247 | |
| 248 | config DP83848_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 249 | tristate "Texas Instruments DP83848 PHY" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 250 | ---help--- |
| 251 | Supports the DP83848 PHY. |
| 252 | |
| 253 | config DP83867_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 254 | tristate "Texas Instruments DP83867 Gigabit PHY" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 255 | ---help--- |
| 256 | Currently supports the DP83867 PHY. |
| 257 | |
| 258 | config FIXED_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 259 | tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 260 | depends on PHYLIB |
| 261 | select SWPHY |
| 262 | ---help--- |
| 263 | Adds the platform "fixed" MDIO Bus to cover the boards that use |
| 264 | PHYs that are not connected to the real MDIO bus. |
| 265 | |
| 266 | Currently tested with mpc866ads and mpc8349e-mitx. |
| 267 | |
| 268 | config ICPLUS_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 269 | tristate "ICPlus PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 270 | ---help--- |
| 271 | Currently supports the IP175C and IP1001 PHYs. |
Arun Parameswaran | ddc24ae | 2015-10-06 12:25:47 -0700 | [diff] [blame] | 272 | |
Hauke Mehrtens | 112b558 | 2016-06-05 23:41:11 +0200 | [diff] [blame] | 273 | config INTEL_XWAY_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 274 | tristate "Intel XWAY PHYs" |
Hauke Mehrtens | 112b558 | 2016-06-05 23:41:11 +0200 | [diff] [blame] | 275 | ---help--- |
| 276 | Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs. |
| 277 | These PHYs are marked as standalone chips under the names |
| 278 | PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel |
| 279 | SoCs xRX200, xRX300, xRX330, xRX350 and xRX550. |
| 280 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 281 | config LSI_ET1011C_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 282 | tristate "LSI ET1011C PHY" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 283 | ---help--- |
| 284 | Supports the LSI ET1011C PHY. |
Dongpo Li | 4960e4b | 2016-07-15 16:26:33 +0800 | [diff] [blame] | 285 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 286 | config LXT_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 287 | tristate "Intel LXT PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 288 | ---help--- |
| 289 | Currently supports the lxt970, lxt971 |
| 290 | |
| 291 | config MARVELL_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 292 | tristate "Marvell PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 293 | ---help--- |
| 294 | Currently has a driver for the 88E1011S |
| 295 | |
Russell King | 20b2af3 | 2017-06-05 12:23:16 +0100 | [diff] [blame] | 296 | config MARVELL_10G_PHY |
| 297 | tristate "Marvell Alaska 10Gbit PHYs" |
| 298 | ---help--- |
| 299 | Support for the Marvell Alaska MV88X3310 and compatible PHYs. |
| 300 | |
Neil Armstrong | 7334b3e | 2016-11-04 16:51:23 +0100 | [diff] [blame] | 301 | config MESON_GXL_PHY |
| 302 | tristate "Amlogic Meson GXL Internal PHY" |
Jean Delvare | 2ebae8b | 2017-01-09 15:17:27 +0100 | [diff] [blame] | 303 | depends on ARCH_MESON || COMPILE_TEST |
Neil Armstrong | 7334b3e | 2016-11-04 16:51:23 +0100 | [diff] [blame] | 304 | ---help--- |
| 305 | Currently has a driver for the Amlogic Meson GXL Internal PHY |
| 306 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 307 | config MICREL_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 308 | tristate "Micrel PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 309 | ---help--- |
| 310 | Supports the KSZ9021, VSC8201, KS8001 PHYs. |
| 311 | |
| 312 | config MICROCHIP_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 313 | tristate "Microchip PHYs" |
Iyappan Subramanian | 43b3cf6 | 2016-07-25 17:12:40 -0700 | [diff] [blame] | 314 | help |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 315 | Supports the LAN88XX PHYs. |
Iyappan Subramanian | 43b3cf6 | 2016-07-25 17:12:40 -0700 | [diff] [blame] | 316 | |
Raju Lakkaraju | d50736a | 2016-08-05 17:54:21 +0530 | [diff] [blame] | 317 | config MICROSEMI_PHY |
Raju Lakkaraju | 4ffd03f | 2016-09-08 14:09:31 +0530 | [diff] [blame] | 318 | tristate "Microsemi PHYs" |
| 319 | ---help--- |
Raju Lakkaraju | af1fee9 | 2016-10-28 12:10:11 +0200 | [diff] [blame] | 320 | Currently supports VSC8530, VSC8531, VSC8540 and VSC8541 PHYs |
Raju Lakkaraju | d50736a | 2016-08-05 17:54:21 +0530 | [diff] [blame] | 321 | |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 322 | config NATIONAL_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 323 | tristate "National Semiconductor PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 324 | ---help--- |
| 325 | Currently supports the DP83865 PHY. |
| 326 | |
| 327 | config QSEMI_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 328 | tristate "Quality Semiconductor PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 329 | ---help--- |
| 330 | Currently supports the qs6612 |
| 331 | |
| 332 | config REALTEK_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 333 | tristate "Realtek PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 334 | ---help--- |
| 335 | Supports the Realtek 821x PHY. |
| 336 | |
| 337 | config SMSC_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 338 | tristate "SMSC PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 339 | ---help--- |
| 340 | Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs |
| 341 | |
| 342 | config STE10XP |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 343 | tristate "STMicroelectronics STe10Xp PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 344 | ---help--- |
| 345 | This is the driver for the STe100p and STe101p PHYs. |
| 346 | |
| 347 | config TERANETICS_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 348 | tristate "Teranetics PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 349 | ---help--- |
| 350 | Currently supports the Teranetics TN2020 |
| 351 | |
| 352 | config VITESSE_PHY |
Andrew Lunn | 97c8438 | 2016-08-18 23:56:06 +0200 | [diff] [blame] | 353 | tristate "Vitesse PHYs" |
Andrew Lunn | d75b4a2 | 2016-08-18 23:56:05 +0200 | [diff] [blame] | 354 | ---help--- |
| 355 | Currently supports the vsc8244 |
| 356 | |
Appana Durga Kedareswara Rao | f411a61 | 2016-08-10 11:20:08 +0530 | [diff] [blame] | 357 | config XILINX_GMII2RGMII |
| 358 | tristate "Xilinx GMII2RGMII converter driver" |
| 359 | ---help--- |
| 360 | This driver support xilinx GMII to RGMII IP core it provides |
| 361 | the Reduced Gigabit Media Independent Interface(RGMII) between |
| 362 | Ethernet physical media devices and the Gigabit Ethernet controller. |
| 363 | |
Jan Engelhardt | 53f9994 | 2007-05-10 22:52:55 -0700 | [diff] [blame] | 364 | endif # PHYLIB |
Frederic LAMBERT | a8e510f | 2011-12-18 07:33:41 +0000 | [diff] [blame] | 365 | |
| 366 | config MICREL_KS8995MA |
| 367 | tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" |
| 368 | depends on SPI |