blob: 075a4cc175b102adbf5fa7fd5e34f3a89dcb0532 [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
Andrew F. Davis34e45ad2015-10-20 16:28:57 -0500144config DP83848_PHY
145 tristate "Driver for Texas Instruments DP83848 PHY"
146 ---help---
147 Supports the DP83848 PHY.
148
Dan Murphy2a101542015-06-02 09:34:37 -0500149config DP83867_PHY
150 tristate "Drivers for Texas Instruments DP83867 Gigabit PHY"
151 ---help---
152 Currently supports the DP83867 PHY.
153
Woojung.Huh@microchip.com792aec42015-09-09 20:49:53 +0000154config MICROCHIP_PHY
155 tristate "Drivers for Microchip PHYs"
156 help
157 Supports the LAN88XX PHYs.
158
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700159config FIXED_PHY
David S. Miller6539c442014-12-16 14:30:09 -0500160 tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
161 depends on PHYLIB
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700162 ---help---
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300163 Adds the platform "fixed" MDIO Bus to cover the boards that use
164 PHYs that are not connected to the real MDIO bus.
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700165
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300166 Currently tested with mpc866ads and mpc8349e-mitx.
Vitaly Bordug7c32f472007-08-10 14:05:16 -0700167
Scott Woode2ec4582007-10-01 14:20:56 -0500168config MDIO_BITBANG
169 tristate "Support for bitbanged MDIO buses"
170 help
171 This module implements the MDIO bus protocol in software,
172 for use by low level drivers that export the ability to
173 drive the relevant pins.
174
175 If in doubt, say N.
176
Paulius Zaleckas72af1872008-11-14 00:24:28 +0000177config MDIO_GPIO
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200178 tristate "Support for GPIO lib-based bitbanged MDIO buses"
Alexandre Courbot76ec9d12013-03-28 04:34:56 -0700179 depends on MDIO_BITBANG && GPIOLIB
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200180 ---help---
181 Supports GPIO lib-based MDIO busses.
182
Paulius Zaleckasf004f3e2008-11-14 00:24:34 +0000183 To compile this driver as a module, choose M here: the module
184 will be called mdio-gpio.
185
David Daney1eefee92016-03-11 09:53:10 -0800186config MDIO_CAVIUM
187 tristate
188
David Daney25d967b2009-10-14 12:04:38 -0700189config MDIO_OCTEON
David Daney1eefee92016-03-11 09:53:10 -0800190 tristate "Support for MDIO buses on Octeon and some ThunderX SOCs"
Radha Mohan Chintakuntlaa6d67862015-07-28 15:12:11 -0700191 depends on 64BIT
Richard Weinbergerc731f0e2016-01-25 23:24:12 +0100192 depends on HAS_IOMEM
David Daney1eefee92016-03-11 09:53:10 -0800193 select MDIO_CAVIUM
David Daney25d967b2009-10-14 12:04:38 -0700194 help
Radha Mohan Chintakuntlaa6d67862015-07-28 15:12:11 -0700195 This module provides a driver for the Octeon and ThunderX MDIO
David Daney1eefee92016-03-11 09:53:10 -0800196 buses. It is required by the Octeon and ThunderX ethernet device
197 drivers on some systems.
David Daney25d967b2009-10-14 12:04:38 -0700198
David Daney379d7ac2016-03-11 09:53:11 -0800199config MDIO_THUNDER
200 tristate "Support for MDIO buses on on ThunderX SOCs"
201 depends on 64BIT
202 depends on PCI
203 select MDIO_CAVIUM
204 help
205 This driver supports the MDIO interfaces found on Cavium
206 ThunderX SoCs when the MDIO bus device appears on as a PCI
207 device.
208
209
Maxime Ripard4bdcb1d2013-05-30 03:49:21 +0000210config MDIO_SUN4I
211 tristate "Allwinner sun4i MDIO interface support"
212 depends on ARCH_SUNXI
Maxime Ripard4bdcb1d2013-05-30 03:49:21 +0000213 help
214 This driver supports the MDIO interface found in the network
215 interface units of the Allwinner SoC that have an EMAC (A10,
216 A12, A10s, etc.)
217
Jonas Jensenb0db7b02013-11-05 16:55:01 +0100218config MDIO_MOXART
219 tristate "MOXA ART MDIO interface support"
220 depends on ARCH_MOXART
221 help
222 This driver supports the MDIO interface found in the network
223 interface units of the MOXA ART SoC
224
David Daney0ca29972012-05-02 15:16:38 +0000225config MDIO_BUS_MUX
226 tristate
227 depends on OF_MDIO
228 help
229 This module provides a driver framework for MDIO bus
230 multiplexers which connect one of several child MDIO busses
231 to a parent bus. Switching between child busses is done by
232 device specific drivers.
233
David Daney416912a2012-05-02 15:16:39 +0000234config MDIO_BUS_MUX_GPIO
235 tristate "Support for GPIO controlled MDIO bus multiplexers"
236 depends on OF_GPIO && OF_MDIO
237 select MDIO_BUS_MUX
238 help
239 This module provides a driver for MDIO bus multiplexers that
240 are controlled via GPIO lines. The multiplexer connects one of
241 several child MDIO busses to a parent bus. Child bus
242 selection is under the control of GPIO lines.
243
Timur Tabi6cc2ff82012-08-24 09:10:53 +0000244config MDIO_BUS_MUX_MMIOREG
245 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
Rob Herringcfa52002015-07-05 12:16:27 -0500246 depends on OF_MDIO && HAS_IOMEM
Timur Tabi6cc2ff82012-08-24 09:10:53 +0000247 select MDIO_BUS_MUX
248 help
249 This module provides a driver for MDIO bus multiplexers that
250 are controlled via a simple memory-mapped device, like an FPGA.
251 The multiplexer connects one of several child MDIO busses to a
252 parent bus. Child bus selection is under the control of one of
253 the FPGA's registers.
254
255 Currently, only 8-bit registers are supported.
256
Florian Fainelli2ba1b162014-08-27 17:04:47 -0700257config MDIO_BCM_UNIMAC
258 tristate "Broadcom UniMAC MDIO bus controller"
Chen Gangb3a00c92014-10-04 17:54:33 +0800259 depends on HAS_IOMEM
Florian Fainelli2ba1b162014-08-27 17:04:47 -0700260 help
261 This module provides a driver for the Broadcom UniMAC MDIO busses.
262 This hardware can be found in the Broadcom GENET Ethernet MAC
263 controllers as well as some Broadcom Ethernet switches such as the
264 Starfighter 2 switches.
Arun Parameswaranddc24ae2015-10-06 12:25:47 -0700265
266config MDIO_BCM_IPROC
267 tristate "Broadcom iProc MDIO bus controller"
268 depends on ARCH_BCM_IPROC || COMPILE_TEST
269 depends on HAS_IOMEM && OF_MDIO
270 help
271 This module provides a driver for the MDIO busses found in the
272 Broadcom iProc SoC's.
273
Jan Engelhardt53f99942007-05-10 22:52:55 -0700274endif # PHYLIB
Frederic LAMBERTa8e510f2011-12-18 07:33:41 +0000275
276config MICREL_KS8995MA
277 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
278 depends on SPI