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