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 | |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 15 | comment "MII PHY device drivers" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 16 | |
Shaohui Xie | bee8259 | 2015-07-31 16:58:42 +0800 | [diff] [blame] | 17 | config AQUANTIA_PHY |
| 18 | tristate "Drivers for the Aquantia PHYs" |
| 19 | ---help--- |
| 20 | Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405 |
| 21 | |
Matus Ujhelyi | 0ca7111 | 2012-10-14 19:07:16 +0000 | [diff] [blame] | 22 | config AT803X_PHY |
| 23 | tristate "Drivers for Atheros AT803X PHYs" |
| 24 | ---help--- |
| 25 | Currently supports the AT8030 and AT8035 model |
| 26 | |
Heiko Schocher | 4909912 | 2012-03-18 11:03:05 +0000 | [diff] [blame] | 27 | config AMD_PHY |
| 28 | tristate "Drivers for the AMD PHYs" |
| 29 | ---help--- |
| 30 | Currently supports the am79c874 |
| 31 | |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 32 | config MARVELL_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 33 | tristate "Drivers for Marvell PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 34 | ---help--- |
| 35 | Currently has a driver for the 88E1011S |
| 36 | |
| 37 | config DAVICOM_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 38 | tristate "Drivers for Davicom PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 39 | ---help--- |
| 40 | Currently supports dm9161e and dm9131 |
| 41 | |
| 42 | config QSEMI_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 43 | tristate "Drivers for Quality Semiconductor PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 44 | ---help--- |
| 45 | Currently supports the qs6612 |
| 46 | |
| 47 | config LXT_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 48 | tristate "Drivers for the Intel LXT PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 49 | ---help--- |
| 50 | Currently supports the lxt970, lxt971 |
| 51 | |
| 52 | config CICADA_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 53 | tristate "Drivers for the Cicada PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 54 | ---help--- |
| 55 | Currently supports the cis8204 |
Jan Engelhardt | 53f9994 | 2007-05-10 22:52:55 -0700 | [diff] [blame] | 56 | |
Jon Loeliger | ef82a306 | 2006-06-17 17:52:55 -0500 | [diff] [blame] | 57 | config VITESSE_PHY |
| 58 | tristate "Drivers for the Vitesse PHYs" |
Jon Loeliger | ef82a306 | 2006-06-17 17:52:55 -0500 | [diff] [blame] | 59 | ---help--- |
| 60 | Currently supports the vsc8244 |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 61 | |
Shaohui Xie | f61687c | 2015-07-17 11:19:46 +0800 | [diff] [blame] | 62 | config TERANETICS_PHY |
| 63 | tristate "Drivers for the Teranetics PHYs" |
| 64 | ---help--- |
| 65 | Currently supports the Teranetics TN2020 |
| 66 | |
Herbert Valerio Riedel | c9e055a | 2006-05-07 23:22:53 +0200 | [diff] [blame] | 67 | config SMSC_PHY |
| 68 | tristate "Drivers for SMSC PHYs" |
Herbert Valerio Riedel | c9e055a | 2006-05-07 23:22:53 +0200 | [diff] [blame] | 69 | ---help--- |
Steve Glendinning | 4d9b1a0 | 2008-04-28 18:37:29 +0100 | [diff] [blame] | 70 | Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs |
Herbert Valerio Riedel | c9e055a | 2006-05-07 23:22:53 +0200 | [diff] [blame] | 71 | |
Maciej W. Rozycki | c4b41c9 | 2006-10-03 16:18:13 +0100 | [diff] [blame] | 72 | config BROADCOM_PHY |
| 73 | tristate "Drivers for Broadcom PHYs" |
Maciej W. Rozycki | c4b41c9 | 2006-10-03 16:18:13 +0100 | [diff] [blame] | 74 | ---help--- |
Alessio Igor Bogani | 3bca4cf6 | 2015-04-08 12:15:18 +0200 | [diff] [blame] | 75 | Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464, |
| 76 | BCM5481 and BCM5482 PHYs. |
Maciej W. Rozycki | c4b41c9 | 2006-10-03 16:18:13 +0100 | [diff] [blame] | 77 | |
Maxime Bizon | 09bb9aa | 2009-07-01 01:29:36 +0000 | [diff] [blame] | 78 | config BCM63XX_PHY |
| 79 | tristate "Drivers for Broadcom 63xx SOCs internal PHY" |
Ralf Baechle | f1dc045 | 2011-06-14 22:07:58 +0000 | [diff] [blame] | 80 | depends on BCM63XX |
Maxime Bizon | 09bb9aa | 2009-07-01 01:29:36 +0000 | [diff] [blame] | 81 | ---help--- |
| 82 | Currently supports the 6348 and 6358 PHYs. |
| 83 | |
Florian Fainelli | b560a58 | 2014-02-13 16:08:45 -0800 | [diff] [blame] | 84 | config 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 | |
David Daney | e9976d7 | 2012-06-27 07:33:38 +0000 | [diff] [blame] | 90 | config BCM87XX_PHY |
| 91 | tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs" |
| 92 | help |
| 93 | Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs. |
| 94 | |
Michael Barkowski | 0cefeeb | 2007-05-11 18:24:51 -0500 | [diff] [blame] | 95 | config ICPLUS_PHY |
| 96 | tristate "Drivers for ICPlus PHYs" |
| 97 | ---help--- |
Giuseppe CAVALLARO | 377ecca | 2010-12-08 23:05:13 +0000 | [diff] [blame] | 98 | Currently supports the IP175C and IP1001 PHYs. |
Michael Barkowski | 0cefeeb | 2007-05-11 18:24:51 -0500 | [diff] [blame] | 99 | |
Johnson Leung | 097c2aa | 2008-02-03 03:50:54 -0800 | [diff] [blame] | 100 | config REALTEK_PHY |
| 101 | tristate "Drivers for Realtek PHYs" |
| 102 | ---help--- |
| 103 | Supports the Realtek 821x PHY. |
| 104 | |
Giuseppe Cavallaro | 914804b | 2008-11-28 16:14:12 -0800 | [diff] [blame] | 105 | config NATIONAL_PHY |
| 106 | tristate "Drivers for National Semiconductor PHYs" |
| 107 | ---help--- |
| 108 | Currently supports the DP83865 PHY. |
| 109 | |
Giuseppe Cavallaro | f95be180 | 2008-11-28 16:42:41 -0800 | [diff] [blame] | 110 | config STE10XP |
Giuseppe Cavallaro | f95be180 | 2008-11-28 16:42:41 -0800 | [diff] [blame] | 111 | tristate "Driver for STMicroelectronics STe10Xp PHYs" |
| 112 | ---help--- |
| 113 | This is the driver for the STe100p and STe101p PHYs. |
| 114 | |
Chaithrika U S | dbb7a95 | 2008-12-09 22:21:25 -0800 | [diff] [blame] | 115 | config LSI_ET1011C_PHY |
| 116 | tristate "Driver for LSI ET1011C PHY" |
| 117 | ---help--- |
| 118 | Supports the LSI ET1011C PHY. |
| 119 | |
David J. Choi | d050700 | 2010-04-29 06:12:41 +0000 | [diff] [blame] | 120 | config MICREL_PHY |
| 121 | tristate "Driver for Micrel PHYs" |
| 122 | ---help--- |
| 123 | Supports the KSZ9021, VSC8201, KS8001 PHYs. |
| 124 | |
Andrew F. Davis | 34e45ad | 2015-10-20 16:28:57 -0500 | [diff] [blame^] | 125 | config DP83848_PHY |
| 126 | tristate "Driver for Texas Instruments DP83848 PHY" |
| 127 | ---help--- |
| 128 | Supports the DP83848 PHY. |
| 129 | |
Dan Murphy | 2a10154 | 2015-06-02 09:34:37 -0500 | [diff] [blame] | 130 | config DP83867_PHY |
| 131 | tristate "Drivers for Texas Instruments DP83867 Gigabit PHY" |
| 132 | ---help--- |
| 133 | Currently supports the DP83867 PHY. |
| 134 | |
Woojung.Huh@microchip.com | 792aec4 | 2015-09-09 20:49:53 +0000 | [diff] [blame] | 135 | config MICROCHIP_PHY |
| 136 | tristate "Drivers for Microchip PHYs" |
| 137 | help |
| 138 | Supports the LAN88XX PHYs. |
| 139 | |
Vitaly Bordug | 11b0bac | 2006-08-14 23:00:29 -0700 | [diff] [blame] | 140 | config FIXED_PHY |
David S. Miller | 6539c44 | 2014-12-16 14:30:09 -0500 | [diff] [blame] | 141 | tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" |
| 142 | depends on PHYLIB |
Vitaly Bordug | 11b0bac | 2006-08-14 23:00:29 -0700 | [diff] [blame] | 143 | ---help--- |
Vitaly Bordug | a79d8e9 | 2007-12-07 01:51:22 +0300 | [diff] [blame] | 144 | Adds the platform "fixed" MDIO Bus to cover the boards that use |
| 145 | PHYs that are not connected to the real MDIO bus. |
Vitaly Bordug | 11b0bac | 2006-08-14 23:00:29 -0700 | [diff] [blame] | 146 | |
Vitaly Bordug | a79d8e9 | 2007-12-07 01:51:22 +0300 | [diff] [blame] | 147 | Currently tested with mpc866ads and mpc8349e-mitx. |
Vitaly Bordug | 7c32f47 | 2007-08-10 14:05:16 -0700 | [diff] [blame] | 148 | |
Scott Wood | e2ec458 | 2007-10-01 14:20:56 -0500 | [diff] [blame] | 149 | config MDIO_BITBANG |
| 150 | tristate "Support for bitbanged MDIO buses" |
| 151 | help |
| 152 | This module implements the MDIO bus protocol in software, |
| 153 | for use by low level drivers that export the ability to |
| 154 | drive the relevant pins. |
| 155 | |
| 156 | If in doubt, say N. |
| 157 | |
Paulius Zaleckas | 72af187 | 2008-11-14 00:24:28 +0000 | [diff] [blame] | 158 | config MDIO_GPIO |
Laurent Pinchart | a5edecc | 2008-05-26 11:53:21 +0200 | [diff] [blame] | 159 | tristate "Support for GPIO lib-based bitbanged MDIO buses" |
Alexandre Courbot | 76ec9d1 | 2013-03-28 04:34:56 -0700 | [diff] [blame] | 160 | depends on MDIO_BITBANG && GPIOLIB |
Laurent Pinchart | a5edecc | 2008-05-26 11:53:21 +0200 | [diff] [blame] | 161 | ---help--- |
| 162 | Supports GPIO lib-based MDIO busses. |
| 163 | |
Paulius Zaleckas | f004f3e | 2008-11-14 00:24:34 +0000 | [diff] [blame] | 164 | To compile this driver as a module, choose M here: the module |
| 165 | will be called mdio-gpio. |
| 166 | |
David Daney | 25d967b | 2009-10-14 12:04:38 -0700 | [diff] [blame] | 167 | config MDIO_OCTEON |
Radha Mohan Chintakuntla | a6d6786 | 2015-07-28 15:12:11 -0700 | [diff] [blame] | 168 | tristate "Support for MDIO buses on Octeon and ThunderX SOCs" |
| 169 | depends on 64BIT |
David Daney | 25d967b | 2009-10-14 12:04:38 -0700 | [diff] [blame] | 170 | help |
| 171 | |
Radha Mohan Chintakuntla | a6d6786 | 2015-07-28 15:12:11 -0700 | [diff] [blame] | 172 | This module provides a driver for the Octeon and ThunderX MDIO |
| 173 | busses. It is required by the Octeon and ThunderX ethernet device |
| 174 | drivers. |
David Daney | 25d967b | 2009-10-14 12:04:38 -0700 | [diff] [blame] | 175 | |
Maxime Ripard | 4bdcb1d | 2013-05-30 03:49:21 +0000 | [diff] [blame] | 176 | config MDIO_SUN4I |
| 177 | tristate "Allwinner sun4i MDIO interface support" |
| 178 | depends on ARCH_SUNXI |
Maxime Ripard | 4bdcb1d | 2013-05-30 03:49:21 +0000 | [diff] [blame] | 179 | help |
| 180 | This driver supports the MDIO interface found in the network |
| 181 | interface units of the Allwinner SoC that have an EMAC (A10, |
| 182 | A12, A10s, etc.) |
| 183 | |
Jonas Jensen | b0db7b0 | 2013-11-05 16:55:01 +0100 | [diff] [blame] | 184 | config MDIO_MOXART |
| 185 | tristate "MOXA ART MDIO interface support" |
| 186 | depends on ARCH_MOXART |
| 187 | help |
| 188 | This driver supports the MDIO interface found in the network |
| 189 | interface units of the MOXA ART SoC |
| 190 | |
David Daney | 0ca2997 | 2012-05-02 15:16:38 +0000 | [diff] [blame] | 191 | config MDIO_BUS_MUX |
| 192 | tristate |
| 193 | depends on OF_MDIO |
| 194 | help |
| 195 | This module provides a driver framework for MDIO bus |
| 196 | multiplexers which connect one of several child MDIO busses |
| 197 | to a parent bus. Switching between child busses is done by |
| 198 | device specific drivers. |
| 199 | |
David Daney | 416912a | 2012-05-02 15:16:39 +0000 | [diff] [blame] | 200 | config MDIO_BUS_MUX_GPIO |
| 201 | tristate "Support for GPIO controlled MDIO bus multiplexers" |
| 202 | depends on OF_GPIO && OF_MDIO |
| 203 | select MDIO_BUS_MUX |
| 204 | help |
| 205 | This module provides a driver for MDIO bus multiplexers that |
| 206 | are controlled via GPIO lines. The multiplexer connects one of |
| 207 | several child MDIO busses to a parent bus. Child bus |
| 208 | selection is under the control of GPIO lines. |
| 209 | |
Timur Tabi | 6cc2ff8 | 2012-08-24 09:10:53 +0000 | [diff] [blame] | 210 | config MDIO_BUS_MUX_MMIOREG |
| 211 | tristate "Support for MMIO device-controlled MDIO bus multiplexers" |
Rob Herring | cfa5200 | 2015-07-05 12:16:27 -0500 | [diff] [blame] | 212 | depends on OF_MDIO && HAS_IOMEM |
Timur Tabi | 6cc2ff8 | 2012-08-24 09:10:53 +0000 | [diff] [blame] | 213 | select MDIO_BUS_MUX |
| 214 | help |
| 215 | This module provides a driver for MDIO bus multiplexers that |
| 216 | are controlled via a simple memory-mapped device, like an FPGA. |
| 217 | The multiplexer connects one of several child MDIO busses to a |
| 218 | parent bus. Child bus selection is under the control of one of |
| 219 | the FPGA's registers. |
| 220 | |
| 221 | Currently, only 8-bit registers are supported. |
| 222 | |
Florian Fainelli | 2ba1b16 | 2014-08-27 17:04:47 -0700 | [diff] [blame] | 223 | config MDIO_BCM_UNIMAC |
| 224 | tristate "Broadcom UniMAC MDIO bus controller" |
Chen Gang | b3a00c9 | 2014-10-04 17:54:33 +0800 | [diff] [blame] | 225 | depends on HAS_IOMEM |
Florian Fainelli | 2ba1b16 | 2014-08-27 17:04:47 -0700 | [diff] [blame] | 226 | help |
| 227 | This module provides a driver for the Broadcom UniMAC MDIO busses. |
| 228 | This hardware can be found in the Broadcom GENET Ethernet MAC |
| 229 | controllers as well as some Broadcom Ethernet switches such as the |
| 230 | Starfighter 2 switches. |
Jan Engelhardt | 53f9994 | 2007-05-10 22:52:55 -0700 | [diff] [blame] | 231 | endif # PHYLIB |
Frederic LAMBERT | a8e510f | 2011-12-18 07:33:41 +0000 | [diff] [blame] | 232 | |
| 233 | config MICREL_KS8995MA |
| 234 | tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" |
| 235 | depends on SPI |