blob: b4b0f804e84c937df436e68332b9f289ff16a75d [file] [log] [blame]
Andy Fleming00db8182005-07-30 19:31:23 -04001#
2# PHY Layer Configuration
3#
4
Jan Engelhardt53f99942007-05-10 22:52:55 -07005menuconfig PHYLIB
Ben Hutchingsfc0b9272011-11-25 14:40:02 +00006 tristate "PHY Device support and infrastructure"
Randy Dunlapcba86f22010-08-11 13:26:57 +00007 depends on NETDEVICES
Andy Fleming00db8182005-07-30 19:31:23 -04008 help
9 Ethernet controllers are usually attached to PHY
10 devices. This option provides infrastructure for
11 managing PHY devices.
12
Jan Engelhardt53f99942007-05-10 22:52:55 -070013if PHYLIB
14
Andy Fleming00db8182005-07-30 19:31:23 -040015comment "MII PHY device drivers"
Andy Fleming00db8182005-07-30 19:31:23 -040016
Matus Ujhelyi0ca71112012-10-14 19:07:16 +000017config AT803X_PHY
18 tristate "Drivers for Atheros AT803X PHYs"
19 ---help---
20 Currently supports the AT8030 and AT8035 model
21
Heiko Schocher49099122012-03-18 11:03:05 +000022config AMD_PHY
23 tristate "Drivers for the AMD PHYs"
24 ---help---
25 Currently supports the am79c874
26
Lendacky, Thomas1ebe98d2014-06-05 09:15:18 -050027config AMD_XGBE_PHY
28 tristate "Driver for the AMD 10GbE (amd-xgbe) PHYs"
Lendacky, Thomas5cdec672014-11-04 16:07:46 -060029 depends on OF && HAS_IOMEM
Lendacky, Thomas1ebe98d2014-06-05 09:15:18 -050030 ---help---
31 Currently supports the AMD 10GbE PHY
32
Andy Fleming00db8182005-07-30 19:31:23 -040033config MARVELL_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040034 tristate "Drivers for Marvell PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040035 ---help---
36 Currently has a driver for the 88E1011S
37
38config DAVICOM_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040039 tristate "Drivers for Davicom PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040040 ---help---
41 Currently supports dm9161e and dm9131
42
43config QSEMI_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040044 tristate "Drivers for Quality Semiconductor PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040045 ---help---
46 Currently supports the qs6612
47
48config LXT_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040049 tristate "Drivers for the Intel LXT PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040050 ---help---
51 Currently supports the lxt970, lxt971
52
53config CICADA_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040054 tristate "Drivers for the Cicada PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040055 ---help---
56 Currently supports the cis8204
Jan Engelhardt53f99942007-05-10 22:52:55 -070057
Jon Loeligeref82a302006-06-17 17:52:55 -050058config VITESSE_PHY
59 tristate "Drivers for the Vitesse PHYs"
Jon Loeligeref82a302006-06-17 17:52:55 -050060 ---help---
61 Currently supports the vsc8244
Andy Fleming00db8182005-07-30 19:31:23 -040062
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020063config SMSC_PHY
64 tristate "Drivers for SMSC PHYs"
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020065 ---help---
Steve Glendinning4d9b1a02008-04-28 18:37:29 +010066 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020067
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010068config BROADCOM_PHY
69 tristate "Drivers for Broadcom PHYs"
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010070 ---help---
Maciej W. Rozycki1b0771a2008-05-17 06:46:19 +010071 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
72 and BCM5482 PHYs.
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010073
Maxime Bizon09bb9aa2009-07-01 01:29:36 +000074config BCM63XX_PHY
75 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
Ralf Baechlef1dc0452011-06-14 22:07:58 +000076 depends on BCM63XX
Maxime Bizon09bb9aa2009-07-01 01:29:36 +000077 ---help---
78 Currently supports the 6348 and 6358 PHYs.
79
Florian Fainellib560a582014-02-13 16:08:45 -080080config BCM7XXX_PHY
81 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
82 ---help---
83 Currently supports the BCM7366, BCM7439, BCM7445, and
84 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
85
David Daneye9976d72012-06-27 07:33:38 +000086config BCM87XX_PHY
87 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
88 help
89 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
90
Michael Barkowski0cefeeb2007-05-11 18:24:51 -050091config ICPLUS_PHY
92 tristate "Drivers for ICPlus PHYs"
93 ---help---
Giuseppe CAVALLARO377ecca2010-12-08 23:05:13 +000094 Currently supports the IP175C and IP1001 PHYs.
Michael Barkowski0cefeeb2007-05-11 18:24:51 -050095
Johnson Leung097c2aa2008-02-03 03:50:54 -080096config REALTEK_PHY
97 tristate "Drivers for Realtek PHYs"
98 ---help---
99 Supports the Realtek 821x PHY.
100
Giuseppe Cavallaro914804b2008-11-28 16:14:12 -0800101config NATIONAL_PHY
102 tristate "Drivers for National Semiconductor PHYs"
103 ---help---
104 Currently supports the DP83865 PHY.
105
Giuseppe Cavallarof95be1802008-11-28 16:42:41 -0800106config STE10XP
Giuseppe Cavallarof95be1802008-11-28 16:42:41 -0800107 tristate "Driver for STMicroelectronics STe10Xp PHYs"
108 ---help---
109 This is the driver for the STe100p and STe101p PHYs.
110
Chaithrika U Sdbb7a952008-12-09 22:21:25 -0800111config LSI_ET1011C_PHY
112 tristate "Driver for LSI ET1011C PHY"
113 ---help---
114 Supports the LSI ET1011C PHY.
115
David J. Choid0507002010-04-29 06:12:41 +0000116config MICREL_PHY
117 tristate "Driver for Micrel PHYs"
118 ---help---
119 Supports the KSZ9021, VSC8201, KS8001 PHYs.
120
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700121config FIXED_PHY
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300122 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
Adrian Bunkf9e7d102008-02-27 17:07:54 +0200123 depends on PHYLIB=y
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700124 ---help---
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300125 Adds the platform "fixed" MDIO Bus to cover the boards that use
126 PHYs that are not connected to the real MDIO bus.
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700127
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300128 Currently tested with mpc866ads and mpc8349e-mitx.
Vitaly Bordug7c32f472007-08-10 14:05:16 -0700129
Scott Woode2ec4582007-10-01 14:20:56 -0500130config MDIO_BITBANG
131 tristate "Support for bitbanged MDIO buses"
132 help
133 This module implements the MDIO bus protocol in software,
134 for use by low level drivers that export the ability to
135 drive the relevant pins.
136
137 If in doubt, say N.
138
Paulius Zaleckas72af1872008-11-14 00:24:28 +0000139config MDIO_GPIO
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200140 tristate "Support for GPIO lib-based bitbanged MDIO buses"
Alexandre Courbot76ec9d12013-03-28 04:34:56 -0700141 depends on MDIO_BITBANG && GPIOLIB
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200142 ---help---
143 Supports GPIO lib-based MDIO busses.
144
Paulius Zaleckasf004f3e2008-11-14 00:24:34 +0000145 To compile this driver as a module, choose M here: the module
146 will be called mdio-gpio.
147
David Daney25d967b2009-10-14 12:04:38 -0700148config MDIO_OCTEON
149 tristate "Support for MDIO buses on Octeon SOCs"
David Daney9ddebc42013-05-22 15:10:46 +0000150 depends on CAVIUM_OCTEON_SOC
David Daney25d967b2009-10-14 12:04:38 -0700151 default y
152 help
153
154 This module provides a driver for the Octeon MDIO busses.
155 It is required by the Octeon Ethernet device drivers.
156
157 If in doubt, say Y.
158
Maxime Ripard4bdcb1d2013-05-30 03:49:21 +0000159config MDIO_SUN4I
160 tristate "Allwinner sun4i MDIO interface support"
161 depends on ARCH_SUNXI
Maxime Ripard4bdcb1d2013-05-30 03:49:21 +0000162 help
163 This driver supports the MDIO interface found in the network
164 interface units of the Allwinner SoC that have an EMAC (A10,
165 A12, A10s, etc.)
166
Jonas Jensenb0db7b02013-11-05 16:55:01 +0100167config MDIO_MOXART
168 tristate "MOXA ART MDIO interface support"
169 depends on ARCH_MOXART
170 help
171 This driver supports the MDIO interface found in the network
172 interface units of the MOXA ART SoC
173
David Daney0ca29972012-05-02 15:16:38 +0000174config MDIO_BUS_MUX
175 tristate
176 depends on OF_MDIO
177 help
178 This module provides a driver framework for MDIO bus
179 multiplexers which connect one of several child MDIO busses
180 to a parent bus. Switching between child busses is done by
181 device specific drivers.
182
David Daney416912a2012-05-02 15:16:39 +0000183config MDIO_BUS_MUX_GPIO
184 tristate "Support for GPIO controlled MDIO bus multiplexers"
185 depends on OF_GPIO && OF_MDIO
186 select MDIO_BUS_MUX
187 help
188 This module provides a driver for MDIO bus multiplexers that
189 are controlled via GPIO lines. The multiplexer connects one of
190 several child MDIO busses to a parent bus. Child bus
191 selection is under the control of GPIO lines.
192
Timur Tabi6cc2ff82012-08-24 09:10:53 +0000193config MDIO_BUS_MUX_MMIOREG
194 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
195 depends on OF_MDIO
196 select MDIO_BUS_MUX
197 help
198 This module provides a driver for MDIO bus multiplexers that
199 are controlled via a simple memory-mapped device, like an FPGA.
200 The multiplexer connects one of several child MDIO busses to a
201 parent bus. Child bus selection is under the control of one of
202 the FPGA's registers.
203
204 Currently, only 8-bit registers are supported.
205
Florian Fainelli2ba1b162014-08-27 17:04:47 -0700206config MDIO_BCM_UNIMAC
207 tristate "Broadcom UniMAC MDIO bus controller"
Chen Gangb3a00c92014-10-04 17:54:33 +0800208 depends on HAS_IOMEM
Florian Fainelli2ba1b162014-08-27 17:04:47 -0700209 help
210 This module provides a driver for the Broadcom UniMAC MDIO busses.
211 This hardware can be found in the Broadcom GENET Ethernet MAC
212 controllers as well as some Broadcom Ethernet switches such as the
213 Starfighter 2 switches.
214
Jan Engelhardt53f99942007-05-10 22:52:55 -0700215endif # PHYLIB
Frederic LAMBERTa8e510f2011-12-18 07:33:41 +0000216
217config MICREL_KS8995MA
218 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
219 depends on SPI