blob: 9d097ae54fb2aaa7cab5040dcb1008920079f49f [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
Shaohui Xiebee82592015-07-31 16:58:42 +080017config AQUANTIA_PHY
18 tristate "Drivers for the Aquantia PHYs"
19 ---help---
20 Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
21
Matus Ujhelyi0ca71112012-10-14 19:07:16 +000022config AT803X_PHY
23 tristate "Drivers for Atheros AT803X PHYs"
24 ---help---
25 Currently supports the AT8030 and AT8035 model
26
Heiko Schocher49099122012-03-18 11:03:05 +000027config AMD_PHY
28 tristate "Drivers for the AMD PHYs"
29 ---help---
30 Currently supports the am79c874
31
Andy Fleming00db8182005-07-30 19:31:23 -040032config MARVELL_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040033 tristate "Drivers for Marvell PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040034 ---help---
35 Currently has a driver for the 88E1011S
36
37config DAVICOM_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040038 tristate "Drivers for Davicom PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040039 ---help---
40 Currently supports dm9161e and dm9131
41
42config QSEMI_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040043 tristate "Drivers for Quality Semiconductor PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040044 ---help---
45 Currently supports the qs6612
46
47config LXT_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040048 tristate "Drivers for the Intel LXT PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040049 ---help---
50 Currently supports the lxt970, lxt971
51
52config CICADA_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040053 tristate "Drivers for the Cicada PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040054 ---help---
55 Currently supports the cis8204
Jan Engelhardt53f99942007-05-10 22:52:55 -070056
Jon Loeligeref82a302006-06-17 17:52:55 -050057config VITESSE_PHY
58 tristate "Drivers for the Vitesse PHYs"
Jon Loeligeref82a302006-06-17 17:52:55 -050059 ---help---
60 Currently supports the vsc8244
Andy Fleming00db8182005-07-30 19:31:23 -040061
Shaohui Xief61687c2015-07-17 11:19:46 +080062config TERANETICS_PHY
63 tristate "Drivers for the Teranetics PHYs"
64 ---help---
65 Currently supports the Teranetics TN2020
66
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020067config SMSC_PHY
68 tristate "Drivers for SMSC PHYs"
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020069 ---help---
Steve Glendinning4d9b1a02008-04-28 18:37:29 +010070 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020071
Arun Parameswarana1cba562015-10-06 12:25:48 -070072config BCM_NET_PHYLIB
73 tristate
74
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010075config BROADCOM_PHY
76 tristate "Drivers for Broadcom PHYs"
Arun Parameswarana1cba562015-10-06 12:25:48 -070077 select BCM_NET_PHYLIB
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010078 ---help---
Alessio Igor Bogani3bca4cf62015-04-08 12:15:18 +020079 Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
80 BCM5481 and BCM5482 PHYs.
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010081
Arun Parameswaran8e185d62015-10-06 12:25:49 -070082config BCM_CYGNUS_PHY
83 tristate "Drivers for Broadcom Cygnus SoC internal PHY"
84 depends on ARCH_BCM_CYGNUS || COMPILE_TEST
85 depends on MDIO_BCM_IPROC
86 select BCM_NET_PHYLIB
87 ---help---
88 This PHY driver is for the 1G internal PHYs of the Broadcom
89 Cygnus Family SoC.
90
91 Currently supports internal PHY's used in the BCM11300,
92 BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
93 BCM58303 & BCM58305 Broadcom Cygnus SoCs.
94
Maxime Bizon09bb9aa2009-07-01 01:29:36 +000095config BCM63XX_PHY
96 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
Ralf Baechlef1dc0452011-06-14 22:07:58 +000097 depends on BCM63XX
Arun Parameswarana1cba562015-10-06 12:25:48 -070098 select BCM_NET_PHYLIB
Maxime Bizon09bb9aa2009-07-01 01:29:36 +000099 ---help---
100 Currently supports the 6348 and 6358 PHYs.
101
Florian Fainellib560a582014-02-13 16:08:45 -0800102config BCM7XXX_PHY
103 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
Arun Parameswarana1cba562015-10-06 12:25:48 -0700104 select BCM_NET_PHYLIB
Florian Fainellib560a582014-02-13 16:08:45 -0800105 ---help---
106 Currently supports the BCM7366, BCM7439, BCM7445, and
107 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
108
David Daneye9976d72012-06-27 07:33:38 +0000109config BCM87XX_PHY
110 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
111 help
112 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
113
Michael Barkowski0cefeeb2007-05-11 18:24:51 -0500114config ICPLUS_PHY
115 tristate "Drivers for ICPlus PHYs"
116 ---help---
Giuseppe CAVALLARO377ecca2010-12-08 23:05:13 +0000117 Currently supports the IP175C and IP1001 PHYs.
Michael Barkowski0cefeeb2007-05-11 18:24:51 -0500118
Johnson Leung097c2aa2008-02-03 03:50:54 -0800119config REALTEK_PHY
120 tristate "Drivers for Realtek PHYs"
121 ---help---
122 Supports the Realtek 821x PHY.
123
Giuseppe Cavallaro914804b2008-11-28 16:14:12 -0800124config NATIONAL_PHY
125 tristate "Drivers for National Semiconductor PHYs"
126 ---help---
127 Currently supports the DP83865 PHY.
128
Giuseppe Cavallarof95be1802008-11-28 16:42:41 -0800129config STE10XP
Giuseppe Cavallarof95be1802008-11-28 16:42:41 -0800130 tristate "Driver for STMicroelectronics STe10Xp PHYs"
131 ---help---
132 This is the driver for the STe100p and STe101p PHYs.
133
Chaithrika U Sdbb7a952008-12-09 22:21:25 -0800134config LSI_ET1011C_PHY
135 tristate "Driver for LSI ET1011C PHY"
136 ---help---
137 Supports the LSI ET1011C PHY.
138
David J. Choid0507002010-04-29 06:12:41 +0000139config MICREL_PHY
140 tristate "Driver for Micrel PHYs"
141 ---help---
142 Supports the KSZ9021, VSC8201, KS8001 PHYs.
143
Dan Murphy2a101542015-06-02 09:34:37 -0500144config DP83867_PHY
145 tristate "Drivers for Texas Instruments DP83867 Gigabit PHY"
146 ---help---
147 Currently supports the DP83867 PHY.
148
Woojung.Huh@microchip.com792aec42015-09-09 20:49:53 +0000149config MICROCHIP_PHY
150 tristate "Drivers for Microchip PHYs"
151 help
152 Supports the LAN88XX PHYs.
153
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700154config FIXED_PHY
David S. Miller6539c442014-12-16 14:30:09 -0500155 tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
156 depends on PHYLIB
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700157 ---help---
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300158 Adds the platform "fixed" MDIO Bus to cover the boards that use
159 PHYs that are not connected to the real MDIO bus.
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700160
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300161 Currently tested with mpc866ads and mpc8349e-mitx.
Vitaly Bordug7c32f472007-08-10 14:05:16 -0700162
Scott Woode2ec4582007-10-01 14:20:56 -0500163config MDIO_BITBANG
164 tristate "Support for bitbanged MDIO buses"
165 help
166 This module implements the MDIO bus protocol in software,
167 for use by low level drivers that export the ability to
168 drive the relevant pins.
169
170 If in doubt, say N.
171
Paulius Zaleckas72af1872008-11-14 00:24:28 +0000172config MDIO_GPIO
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200173 tristate "Support for GPIO lib-based bitbanged MDIO buses"
Alexandre Courbot76ec9d12013-03-28 04:34:56 -0700174 depends on MDIO_BITBANG && GPIOLIB
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200175 ---help---
176 Supports GPIO lib-based MDIO busses.
177
Paulius Zaleckasf004f3e2008-11-14 00:24:34 +0000178 To compile this driver as a module, choose M here: the module
179 will be called mdio-gpio.
180
David Daney25d967b2009-10-14 12:04:38 -0700181config MDIO_OCTEON
Radha Mohan Chintakuntlaa6d67862015-07-28 15:12:11 -0700182 tristate "Support for MDIO buses on Octeon and ThunderX SOCs"
183 depends on 64BIT
David Daney25d967b2009-10-14 12:04:38 -0700184 help
185
Radha Mohan Chintakuntlaa6d67862015-07-28 15:12:11 -0700186 This module provides a driver for the Octeon and ThunderX MDIO
187 busses. It is required by the Octeon and ThunderX ethernet device
188 drivers.
David Daney25d967b2009-10-14 12:04:38 -0700189
190 If in doubt, say Y.
191
Maxime Ripard4bdcb1d2013-05-30 03:49:21 +0000192config MDIO_SUN4I
193 tristate "Allwinner sun4i MDIO interface support"
194 depends on ARCH_SUNXI
Maxime Ripard4bdcb1d2013-05-30 03:49:21 +0000195 help
196 This driver supports the MDIO interface found in the network
197 interface units of the Allwinner SoC that have an EMAC (A10,
198 A12, A10s, etc.)
199
Jonas Jensenb0db7b02013-11-05 16:55:01 +0100200config MDIO_MOXART
201 tristate "MOXA ART MDIO interface support"
202 depends on ARCH_MOXART
203 help
204 This driver supports the MDIO interface found in the network
205 interface units of the MOXA ART SoC
206
David Daney0ca29972012-05-02 15:16:38 +0000207config MDIO_BUS_MUX
208 tristate
209 depends on OF_MDIO
210 help
211 This module provides a driver framework for MDIO bus
212 multiplexers which connect one of several child MDIO busses
213 to a parent bus. Switching between child busses is done by
214 device specific drivers.
215
David Daney416912a2012-05-02 15:16:39 +0000216config MDIO_BUS_MUX_GPIO
217 tristate "Support for GPIO controlled MDIO bus multiplexers"
218 depends on OF_GPIO && OF_MDIO
219 select MDIO_BUS_MUX
220 help
221 This module provides a driver for MDIO bus multiplexers that
222 are controlled via GPIO lines. The multiplexer connects one of
223 several child MDIO busses to a parent bus. Child bus
224 selection is under the control of GPIO lines.
225
Timur Tabi6cc2ff82012-08-24 09:10:53 +0000226config MDIO_BUS_MUX_MMIOREG
227 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
Rob Herringcfa52002015-07-05 12:16:27 -0500228 depends on OF_MDIO && HAS_IOMEM
Timur Tabi6cc2ff82012-08-24 09:10:53 +0000229 select MDIO_BUS_MUX
230 help
231 This module provides a driver for MDIO bus multiplexers that
232 are controlled via a simple memory-mapped device, like an FPGA.
233 The multiplexer connects one of several child MDIO busses to a
234 parent bus. Child bus selection is under the control of one of
235 the FPGA's registers.
236
237 Currently, only 8-bit registers are supported.
238
Florian Fainelli2ba1b162014-08-27 17:04:47 -0700239config MDIO_BCM_UNIMAC
240 tristate "Broadcom UniMAC MDIO bus controller"
Chen Gangb3a00c92014-10-04 17:54:33 +0800241 depends on HAS_IOMEM
Florian Fainelli2ba1b162014-08-27 17:04:47 -0700242 help
243 This module provides a driver for the Broadcom UniMAC MDIO busses.
244 This hardware can be found in the Broadcom GENET Ethernet MAC
245 controllers as well as some Broadcom Ethernet switches such as the
246 Starfighter 2 switches.
Arun Parameswaranddc24ae2015-10-06 12:25:47 -0700247
248config MDIO_BCM_IPROC
249 tristate "Broadcom iProc MDIO bus controller"
250 depends on ARCH_BCM_IPROC || COMPILE_TEST
251 depends on HAS_IOMEM && OF_MDIO
252 help
253 This module provides a driver for the MDIO busses found in the
254 Broadcom iProc SoC's.
255
Jan Engelhardt53f99942007-05-10 22:52:55 -0700256endif # PHYLIB
Frederic LAMBERTa8e510f2011-12-18 07:33:41 +0000257
258config MICREL_KS8995MA
259 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
260 depends on SPI