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" |
Jan Engelhardt | 53f9994 | 2007-05-10 22:52:55 -0700 | [diff] [blame] | 7 | depends on !S390 |
Randy Dunlap | cba86f2 | 2010-08-11 13:26:57 +0000 | [diff] [blame] | 8 | depends on NETDEVICES |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 9 | help |
| 10 | Ethernet controllers are usually attached to PHY |
| 11 | devices. This option provides infrastructure for |
| 12 | managing PHY devices. |
| 13 | |
Jan Engelhardt | 53f9994 | 2007-05-10 22:52:55 -0700 | [diff] [blame] | 14 | if PHYLIB |
| 15 | |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 16 | comment "MII PHY device drivers" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 17 | |
Matus Ujhelyi | 0ca7111 | 2012-10-14 19:07:16 +0000 | [diff] [blame^] | 18 | config AT803X_PHY |
| 19 | tristate "Drivers for Atheros AT803X PHYs" |
| 20 | ---help--- |
| 21 | Currently supports the AT8030 and AT8035 model |
| 22 | |
Heiko Schocher | 4909912 | 2012-03-18 11:03:05 +0000 | [diff] [blame] | 23 | config AMD_PHY |
| 24 | tristate "Drivers for the AMD PHYs" |
| 25 | ---help--- |
| 26 | Currently supports the am79c874 |
| 27 | |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 28 | config MARVELL_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 29 | tristate "Drivers for Marvell PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 30 | ---help--- |
| 31 | Currently has a driver for the 88E1011S |
| 32 | |
| 33 | config DAVICOM_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 34 | tristate "Drivers for Davicom PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 35 | ---help--- |
| 36 | Currently supports dm9161e and dm9131 |
| 37 | |
| 38 | config QSEMI_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 39 | tristate "Drivers for Quality Semiconductor PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 40 | ---help--- |
| 41 | Currently supports the qs6612 |
| 42 | |
| 43 | config LXT_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 44 | tristate "Drivers for the Intel LXT PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 45 | ---help--- |
| 46 | Currently supports the lxt970, lxt971 |
| 47 | |
| 48 | config CICADA_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 49 | tristate "Drivers for the Cicada PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 50 | ---help--- |
| 51 | Currently supports the cis8204 |
Jan Engelhardt | 53f9994 | 2007-05-10 22:52:55 -0700 | [diff] [blame] | 52 | |
Jon Loeliger | ef82a30 | 2006-06-17 17:52:55 -0500 | [diff] [blame] | 53 | config VITESSE_PHY |
| 54 | tristate "Drivers for the Vitesse PHYs" |
Jon Loeliger | ef82a30 | 2006-06-17 17:52:55 -0500 | [diff] [blame] | 55 | ---help--- |
| 56 | Currently supports the vsc8244 |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 57 | |
Herbert Valerio Riedel | c9e055a | 2006-05-07 23:22:53 +0200 | [diff] [blame] | 58 | config SMSC_PHY |
| 59 | tristate "Drivers for SMSC PHYs" |
Herbert Valerio Riedel | c9e055a | 2006-05-07 23:22:53 +0200 | [diff] [blame] | 60 | ---help--- |
Steve Glendinning | 4d9b1a0 | 2008-04-28 18:37:29 +0100 | [diff] [blame] | 61 | Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs |
Herbert Valerio Riedel | c9e055a | 2006-05-07 23:22:53 +0200 | [diff] [blame] | 62 | |
Maciej W. Rozycki | c4b41c9 | 2006-10-03 16:18:13 +0100 | [diff] [blame] | 63 | config BROADCOM_PHY |
| 64 | tristate "Drivers for Broadcom PHYs" |
Maciej W. Rozycki | c4b41c9 | 2006-10-03 16:18:13 +0100 | [diff] [blame] | 65 | ---help--- |
Maciej W. Rozycki | 1b0771a | 2008-05-17 06:46:19 +0100 | [diff] [blame] | 66 | Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481 |
| 67 | and BCM5482 PHYs. |
Maciej W. Rozycki | c4b41c9 | 2006-10-03 16:18:13 +0100 | [diff] [blame] | 68 | |
Maxime Bizon | 09bb9aa | 2009-07-01 01:29:36 +0000 | [diff] [blame] | 69 | config BCM63XX_PHY |
| 70 | tristate "Drivers for Broadcom 63xx SOCs internal PHY" |
Ralf Baechle | f1dc045 | 2011-06-14 22:07:58 +0000 | [diff] [blame] | 71 | depends on BCM63XX |
Maxime Bizon | 09bb9aa | 2009-07-01 01:29:36 +0000 | [diff] [blame] | 72 | ---help--- |
| 73 | Currently supports the 6348 and 6358 PHYs. |
| 74 | |
David Daney | e9976d7 | 2012-06-27 07:33:38 +0000 | [diff] [blame] | 75 | config BCM87XX_PHY |
| 76 | tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs" |
| 77 | help |
| 78 | Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs. |
| 79 | |
Michael Barkowski | 0cefeeb | 2007-05-11 18:24:51 -0500 | [diff] [blame] | 80 | config ICPLUS_PHY |
| 81 | tristate "Drivers for ICPlus PHYs" |
| 82 | ---help--- |
Giuseppe CAVALLARO | 377ecca | 2010-12-08 23:05:13 +0000 | [diff] [blame] | 83 | Currently supports the IP175C and IP1001 PHYs. |
Michael Barkowski | 0cefeeb | 2007-05-11 18:24:51 -0500 | [diff] [blame] | 84 | |
Johnson Leung | 097c2aa | 2008-02-03 03:50:54 -0800 | [diff] [blame] | 85 | config REALTEK_PHY |
| 86 | tristate "Drivers for Realtek PHYs" |
| 87 | ---help--- |
| 88 | Supports the Realtek 821x PHY. |
| 89 | |
Giuseppe Cavallaro | 914804b | 2008-11-28 16:14:12 -0800 | [diff] [blame] | 90 | config NATIONAL_PHY |
| 91 | tristate "Drivers for National Semiconductor PHYs" |
| 92 | ---help--- |
| 93 | Currently supports the DP83865 PHY. |
| 94 | |
Giuseppe Cavallaro | f95be180 | 2008-11-28 16:42:41 -0800 | [diff] [blame] | 95 | config STE10XP |
Giuseppe Cavallaro | f95be180 | 2008-11-28 16:42:41 -0800 | [diff] [blame] | 96 | tristate "Driver for STMicroelectronics STe10Xp PHYs" |
| 97 | ---help--- |
| 98 | This is the driver for the STe100p and STe101p PHYs. |
| 99 | |
Chaithrika U S | dbb7a95 | 2008-12-09 22:21:25 -0800 | [diff] [blame] | 100 | config LSI_ET1011C_PHY |
| 101 | tristate "Driver for LSI ET1011C PHY" |
| 102 | ---help--- |
| 103 | Supports the LSI ET1011C PHY. |
| 104 | |
David J. Choi | d050700 | 2010-04-29 06:12:41 +0000 | [diff] [blame] | 105 | config MICREL_PHY |
| 106 | tristate "Driver for Micrel PHYs" |
| 107 | ---help--- |
| 108 | Supports the KSZ9021, VSC8201, KS8001 PHYs. |
| 109 | |
Vitaly Bordug | 11b0bac | 2006-08-14 23:00:29 -0700 | [diff] [blame] | 110 | config FIXED_PHY |
Vitaly Bordug | a79d8e9 | 2007-12-07 01:51:22 +0300 | [diff] [blame] | 111 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" |
Adrian Bunk | f9e7d10 | 2008-02-27 17:07:54 +0200 | [diff] [blame] | 112 | depends on PHYLIB=y |
Vitaly Bordug | 11b0bac | 2006-08-14 23:00:29 -0700 | [diff] [blame] | 113 | ---help--- |
Vitaly Bordug | a79d8e9 | 2007-12-07 01:51:22 +0300 | [diff] [blame] | 114 | Adds the platform "fixed" MDIO Bus to cover the boards that use |
| 115 | PHYs that are not connected to the real MDIO bus. |
Vitaly Bordug | 11b0bac | 2006-08-14 23:00:29 -0700 | [diff] [blame] | 116 | |
Vitaly Bordug | a79d8e9 | 2007-12-07 01:51:22 +0300 | [diff] [blame] | 117 | Currently tested with mpc866ads and mpc8349e-mitx. |
Vitaly Bordug | 7c32f47 | 2007-08-10 14:05:16 -0700 | [diff] [blame] | 118 | |
Scott Wood | e2ec458 | 2007-10-01 14:20:56 -0500 | [diff] [blame] | 119 | config MDIO_BITBANG |
| 120 | tristate "Support for bitbanged MDIO buses" |
| 121 | help |
| 122 | This module implements the MDIO bus protocol in software, |
| 123 | for use by low level drivers that export the ability to |
| 124 | drive the relevant pins. |
| 125 | |
| 126 | If in doubt, say N. |
| 127 | |
Paulius Zaleckas | 72af187 | 2008-11-14 00:24:28 +0000 | [diff] [blame] | 128 | config MDIO_GPIO |
Laurent Pinchart | a5edecc | 2008-05-26 11:53:21 +0200 | [diff] [blame] | 129 | tristate "Support for GPIO lib-based bitbanged MDIO buses" |
Paulius Zaleckas | f004f3e | 2008-11-14 00:24:34 +0000 | [diff] [blame] | 130 | depends on MDIO_BITBANG && GENERIC_GPIO |
Laurent Pinchart | a5edecc | 2008-05-26 11:53:21 +0200 | [diff] [blame] | 131 | ---help--- |
| 132 | Supports GPIO lib-based MDIO busses. |
| 133 | |
Paulius Zaleckas | f004f3e | 2008-11-14 00:24:34 +0000 | [diff] [blame] | 134 | To compile this driver as a module, choose M here: the module |
| 135 | will be called mdio-gpio. |
| 136 | |
David Daney | 25d967b | 2009-10-14 12:04:38 -0700 | [diff] [blame] | 137 | config MDIO_OCTEON |
| 138 | tristate "Support for MDIO buses on Octeon SOCs" |
| 139 | depends on CPU_CAVIUM_OCTEON |
| 140 | default y |
| 141 | help |
| 142 | |
| 143 | This module provides a driver for the Octeon MDIO busses. |
| 144 | It is required by the Octeon Ethernet device drivers. |
| 145 | |
| 146 | If in doubt, say Y. |
| 147 | |
David Daney | 0ca2997 | 2012-05-02 15:16:38 +0000 | [diff] [blame] | 148 | config MDIO_BUS_MUX |
| 149 | tristate |
| 150 | depends on OF_MDIO |
| 151 | help |
| 152 | This module provides a driver framework for MDIO bus |
| 153 | multiplexers which connect one of several child MDIO busses |
| 154 | to a parent bus. Switching between child busses is done by |
| 155 | device specific drivers. |
| 156 | |
David Daney | 416912a | 2012-05-02 15:16:39 +0000 | [diff] [blame] | 157 | config MDIO_BUS_MUX_GPIO |
| 158 | tristate "Support for GPIO controlled MDIO bus multiplexers" |
| 159 | depends on OF_GPIO && OF_MDIO |
| 160 | select MDIO_BUS_MUX |
| 161 | help |
| 162 | This module provides a driver for MDIO bus multiplexers that |
| 163 | are controlled via GPIO lines. The multiplexer connects one of |
| 164 | several child MDIO busses to a parent bus. Child bus |
| 165 | selection is under the control of GPIO lines. |
| 166 | |
Timur Tabi | 6cc2ff8 | 2012-08-24 09:10:53 +0000 | [diff] [blame] | 167 | config MDIO_BUS_MUX_MMIOREG |
| 168 | tristate "Support for MMIO device-controlled MDIO bus multiplexers" |
| 169 | depends on OF_MDIO |
| 170 | select MDIO_BUS_MUX |
| 171 | help |
| 172 | This module provides a driver for MDIO bus multiplexers that |
| 173 | are controlled via a simple memory-mapped device, like an FPGA. |
| 174 | The multiplexer connects one of several child MDIO busses to a |
| 175 | parent bus. Child bus selection is under the control of one of |
| 176 | the FPGA's registers. |
| 177 | |
| 178 | Currently, only 8-bit registers are supported. |
| 179 | |
Jan Engelhardt | 53f9994 | 2007-05-10 22:52:55 -0700 | [diff] [blame] | 180 | endif # PHYLIB |
Frederic LAMBERT | a8e510f | 2011-12-18 07:33:41 +0000 | [diff] [blame] | 181 | |
| 182 | config MICREL_KS8995MA |
| 183 | tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" |
| 184 | depends on SPI |