GNU Linux-libre 4.14.266-gnu1
[releases.git] / drivers / net / phy / Kconfig
1 #
2 # PHY Layer Configuration
3 #
4
5 menuconfig MDIO_DEVICE
6         tristate "MDIO bus device drivers"
7         help
8           MDIO devices and driver infrastructure code.
9
10 config MDIO_BUS
11         tristate
12         default m if PHYLIB=m
13         default MDIO_DEVICE
14         help
15           This internal symbol is used for link time dependencies and it
16           reflects whether the mdio_bus/mdio_device code is built as a
17           loadable module or built-in.
18
19 if MDIO_BUS
20
21 config MDIO_BCM_IPROC
22         tristate "Broadcom iProc MDIO bus controller"
23         depends on ARCH_BCM_IPROC || COMPILE_TEST
24         depends on HAS_IOMEM && OF_MDIO
25         help
26           This module provides a driver for the MDIO busses found in the
27           Broadcom iProc SoC's.
28
29 config MDIO_BCM_UNIMAC
30         tristate "Broadcom UniMAC MDIO bus controller"
31         depends on HAS_IOMEM && OF_MDIO
32         help
33           This module provides a driver for the Broadcom UniMAC MDIO busses.
34           This hardware can be found in the Broadcom GENET Ethernet MAC
35           controllers as well as some Broadcom Ethernet switches such as the
36           Starfighter 2 switches.
37
38 config MDIO_BITBANG
39         tristate "Bitbanged MDIO buses"
40         help
41           This module implements the MDIO bus protocol in software,
42           for use by low level drivers that export the ability to
43           drive the relevant pins.
44
45           If in doubt, say N.
46
47 config MDIO_BUS_MUX
48         tristate
49         depends on OF_MDIO
50         help
51           This module provides a driver framework for MDIO bus
52           multiplexers which connect one of several child MDIO busses
53           to a parent bus.  Switching between child busses is done by
54           device specific drivers.
55
56 config MDIO_BUS_MUX_BCM_IPROC
57         tristate "Broadcom iProc based MDIO bus multiplexers"
58         depends on OF && OF_MDIO && (ARCH_BCM_IPROC || COMPILE_TEST)
59         select MDIO_BUS_MUX
60         default ARCH_BCM_IPROC
61         help
62           This module provides a driver for MDIO bus multiplexers found in
63           iProc based Broadcom SoCs. This multiplexer connects one of several
64           child MDIO bus to a parent bus. Buses could be internal as well as
65           external and selection logic lies inside the same multiplexer.
66
67 config MDIO_BUS_MUX_GPIO
68         tristate "GPIO controlled MDIO bus multiplexers"
69         depends on OF_GPIO && OF_MDIO
70         select MDIO_BUS_MUX
71         help
72           This module provides a driver for MDIO bus multiplexers that
73           are controlled via GPIO lines.  The multiplexer connects one of
74           several child MDIO busses to a parent bus.  Child bus
75           selection is under the control of GPIO lines.
76
77 config MDIO_BUS_MUX_MMIOREG
78         tristate "MMIO device-controlled MDIO bus multiplexers"
79         depends on OF_MDIO && HAS_IOMEM
80         select MDIO_BUS_MUX
81         help
82           This module provides a driver for MDIO bus multiplexers that
83           are controlled via a simple memory-mapped device, like an FPGA.
84           The multiplexer connects one of several child MDIO busses to a
85           parent bus.  Child bus selection is under the control of one of
86           the FPGA's registers.
87
88           Currently, only 8/16/32 bits registers are supported.
89
90 config MDIO_CAVIUM
91         tristate
92
93 config MDIO_GPIO
94         tristate "GPIO lib-based bitbanged MDIO buses"
95         depends on MDIO_BITBANG && GPIOLIB
96         ---help---
97           Supports GPIO lib-based MDIO busses.
98
99           To compile this driver as a module, choose M here: the module
100           will be called mdio-gpio.
101
102 config MDIO_HISI_FEMAC
103         tristate "Hisilicon FEMAC MDIO bus controller"
104         depends on HAS_IOMEM && OF_MDIO
105         help
106           This module provides a driver for the MDIO busses found in the
107           Hisilicon SoC that have an Fast Ethernet MAC.
108
109 config MDIO_I2C
110         tristate
111         depends on I2C
112         help
113           Support I2C based PHYs.  This provides a MDIO bus bridged
114           to I2C to allow PHYs connected in I2C mode to be accessed
115           using the existing infrastructure.
116
117           This is library mode.
118
119 config MDIO_MOXART
120         tristate "MOXA ART MDIO interface support"
121         depends on ARCH_MOXART
122         help
123           This driver supports the MDIO interface found in the network
124           interface units of the MOXA ART SoC
125
126 config MDIO_OCTEON
127         tristate "Octeon and some ThunderX SOCs MDIO buses"
128         depends on 64BIT
129         depends on HAS_IOMEM && OF_MDIO
130         select MDIO_CAVIUM
131         help
132           This module provides a driver for the Octeon and ThunderX MDIO
133           buses. It is required by the Octeon and ThunderX ethernet device
134           drivers on some systems.
135
136 config MDIO_SUN4I
137         tristate "Allwinner sun4i MDIO interface support"
138         depends on ARCH_SUNXI
139         help
140           This driver supports the MDIO interface found in the network
141           interface units of the Allwinner SoC that have an EMAC (A10,
142           A12, A10s, etc.)
143
144 config MDIO_THUNDER
145         tristate "ThunderX SOCs MDIO buses"
146         depends on 64BIT
147         depends on PCI
148         select MDIO_CAVIUM
149         select MDIO_DEVRES
150         help
151           This driver supports the MDIO interfaces found on Cavium
152           ThunderX SoCs when the MDIO bus device appears as a PCI
153           device.
154
155 config MDIO_XGENE
156         tristate "APM X-Gene SoC MDIO bus controller"
157         depends on ARCH_XGENE || COMPILE_TEST
158         help
159           This module provides a driver for the MDIO busses found in the
160           APM X-Gene SoC's.
161
162 endif
163
164 config PHYLINK
165         tristate
166         depends on NETDEVICES
167         select PHYLIB
168         select SWPHY
169         help
170           PHYlink models the link between the PHY and MAC, allowing fixed
171           configuration links, PHYs, and Serdes links with MAC level
172           autonegotiation modes.
173
174 menuconfig PHYLIB
175         tristate "PHY Device support and infrastructure"
176         depends on NETDEVICES
177         select MDIO_DEVICE
178         help
179           Ethernet controllers are usually attached to PHY
180           devices.  This option provides infrastructure for
181           managing PHY devices.
182
183 if PHYLIB
184
185 config SWPHY
186         bool
187
188 config LED_TRIGGER_PHY
189         bool "Support LED triggers for tracking link state"
190         depends on LEDS_TRIGGERS
191         ---help---
192           Adds support for a set of LED trigger events per-PHY.  Link
193           state change will trigger the events, for consumption by an
194           LED class driver.  There are triggers for each link speed currently
195           supported by the phy, and are of the form:
196               <mii bus id>:<phy>:<speed>
197
198           Where speed is in the form:
199                 <Speed in megabits>Mbps or <Speed in gigabits>Gbps
200
201
202 comment "MII PHY device drivers"
203
204 config SFP
205         tristate "SFP cage support"
206         depends on I2C && PHYLINK
207         select MDIO_I2C
208
209 config AMD_PHY
210         tristate "AMD PHYs"
211         ---help---
212           Currently supports the am79c874
213
214 config AQUANTIA_PHY
215         tristate "Aquantia PHYs"
216         ---help---
217           Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
218
219 config AT803X_PHY
220         tristate "AT803X PHYs"
221         ---help---
222           Currently supports the AT8030 and AT8035 model
223
224 config BCM63XX_PHY
225         tristate "Broadcom 63xx SOCs internal PHY"
226         depends on BCM63XX
227         select BCM_NET_PHYLIB
228         ---help---
229           Currently supports the 6348 and 6358 PHYs.
230
231 config BCM7XXX_PHY
232         tristate "Broadcom 7xxx SOCs internal PHYs"
233         select BCM_NET_PHYLIB
234         ---help---
235           Currently supports the BCM7366, BCM7439, BCM7445, and
236           40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
237
238 config BCM87XX_PHY
239         tristate "Broadcom BCM8706 and BCM8727 PHYs"
240         help
241           Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
242
243 config BCM_CYGNUS_PHY
244         tristate "Broadcom Cygnus SoC internal PHY"
245         depends on ARCH_BCM_CYGNUS || COMPILE_TEST
246         depends on MDIO_BCM_IPROC
247         select BCM_NET_PHYLIB
248         ---help---
249           This PHY driver is for the 1G internal PHYs of the Broadcom
250           Cygnus Family SoC.
251
252           Currently supports internal PHY's used in the BCM11300,
253           BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
254           BCM58303 & BCM58305 Broadcom Cygnus SoCs.
255
256 config BCM_NET_PHYLIB
257         tristate
258
259 config BROADCOM_PHY
260         tristate "Broadcom PHYs"
261         select BCM_NET_PHYLIB
262         ---help---
263           Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
264           BCM5481, BCM54810 and BCM5482 PHYs.
265
266 config CICADA_PHY
267         tristate "Cicada PHYs"
268         ---help---
269           Currently supports the cis8204
270
271 config CORTINA_PHY
272         tristate "Cortina EDC CDR 10G Ethernet PHY"
273         ---help---
274           Currently supports the CS4340 phy.
275
276 config DAVICOM_PHY
277         tristate "Davicom PHYs"
278         ---help---
279           Currently supports dm9161e and dm9131
280
281 config DP83848_PHY
282         tristate "Texas Instruments DP83848 PHY"
283         ---help---
284           Supports the DP83848 PHY.
285
286 config DP83867_PHY
287         tristate "Texas Instruments DP83867 Gigabit PHY"
288         ---help---
289           Currently supports the DP83867 PHY.
290
291 config FIXED_PHY
292         tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
293         depends on PHYLIB
294         select SWPHY
295         ---help---
296           Adds the platform "fixed" MDIO Bus to cover the boards that use
297           PHYs that are not connected to the real MDIO bus.
298
299           Currently tested with mpc866ads and mpc8349e-mitx.
300
301 config ICPLUS_PHY
302         tristate "ICPlus PHYs"
303         ---help---
304           Currently supports the IP175C and IP1001 PHYs.
305
306 config INTEL_XWAY_PHY
307         tristate "Intel XWAY PHYs"
308         ---help---
309           Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
310           These PHYs are marked as standalone chips under the names
311           PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
312           SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
313
314 config LSI_ET1011C_PHY
315         tristate "LSI ET1011C PHY"
316         ---help---
317           Supports the LSI ET1011C PHY.
318
319 config LXT_PHY
320         tristate "Intel LXT PHYs"
321         ---help---
322           Currently supports the lxt970, lxt971
323
324 config MARVELL_PHY
325         tristate "Marvell PHYs"
326         ---help---
327           Currently has a driver for the 88E1011S
328
329 config MARVELL_10G_PHY
330         tristate "Marvell Alaska 10Gbit PHYs"
331         ---help---
332           Support for the Marvell Alaska MV88X3310 and compatible PHYs.
333
334 config MESON_GXL_PHY
335         tristate "Amlogic Meson GXL Internal PHY"
336         depends on ARCH_MESON || COMPILE_TEST
337         ---help---
338           Currently has a driver for the Amlogic Meson GXL Internal PHY
339
340 config MICREL_PHY
341         tristate "Micrel PHYs"
342         ---help---
343           Supports the KSZ9021, VSC8201, KS8001 PHYs.
344
345 config MICROCHIP_PHY
346         tristate "Microchip PHYs"
347         help
348           Supports the LAN88XX PHYs.
349
350 config MICROSEMI_PHY
351         tristate "Microsemi PHYs"
352         ---help---
353           Currently supports VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
354
355 config NATIONAL_PHY
356         tristate "National Semiconductor PHYs"
357         ---help---
358           Currently supports the DP83865 PHY.
359
360 config QSEMI_PHY
361         tristate "Quality Semiconductor PHYs"
362         ---help---
363           Currently supports the qs6612
364
365 config REALTEK_PHY
366         tristate "Realtek PHYs"
367         ---help---
368           Supports the Realtek 821x PHY.
369
370 config ROCKCHIP_PHY
371         tristate "Driver for Rockchip Ethernet PHYs"
372         ---help---
373           Currently supports the integrated Ethernet PHY.
374
375 config SMSC_PHY
376         tristate "SMSC PHYs"
377         ---help---
378           Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
379
380 config STE10XP
381         tristate "STMicroelectronics STe10Xp PHYs"
382         ---help---
383           This is the driver for the STe100p and STe101p PHYs.
384
385 config TERANETICS_PHY
386         tristate "Teranetics PHYs"
387         ---help---
388           Currently supports the Teranetics TN2020
389
390 config VITESSE_PHY
391         tristate "Vitesse PHYs"
392         ---help---
393           Currently supports the vsc8244
394
395 config XILINX_GMII2RGMII
396         tristate "Xilinx GMII2RGMII converter driver"
397         ---help---
398           This driver support xilinx GMII to RGMII IP core it provides
399           the Reduced Gigabit Media Independent Interface(RGMII) between
400           Ethernet physical media devices and the Gigabit Ethernet controller.
401
402 endif # PHYLIB
403
404 config MICREL_KS8995MA
405         tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
406         depends on SPI