1 source "drivers/net/phy/Kconfig"
2 source "drivers/net/pfe_eth/Kconfig"
5 bool "Enable Driver Model for Ethernet drivers"
8 Enable driver model for Ethernet.
10 The eth_*() interface will be implemented by the UCLASS_ETH class
11 This is currently implemented in net/eth-uclass.c
12 Look in include/net.h for details.
15 bool "Enable Driver Model for MDIO devices"
16 depends on DM_ETH && PHYLIB
18 Enable driver model for MDIO devices
20 Adds UCLASS_MDIO DM class supporting MDIO buses that are probed as
21 stand-alone devices. Useful in particular for systems that support
22 DM_ETH and have a stand-alone MDIO hardware block shared by multiple
24 This is currently implemented in net/mdio-uclass.c
25 Look in include/miiphy.h for details.
28 bool "Enable Driver Model for MDIO MUX devices"
31 Enable driver model for MDIO MUX devices
33 Adds UCLASS_MDIO_MUX DM class supporting MDIO MUXes. Useful for
34 systems that support DM_MDIO and integrate one or multiple muxes on
36 This is currently implemented in net/mdio-mux-uclass.c
37 Look in include/miiphy.h for details.
40 depends on DM_MDIO && SANDBOX
42 bool "Sandbox: Mocked MDIO driver"
44 This driver implements dummy read/write/reset MDIO functions mimicking
45 a bus with a single PHY.
47 This driver is used in for testing in test/dm/mdio.c
49 config MDIO_MUX_SANDBOX
50 depends on DM_MDIO_MUX && MDIO_SANDBOX
52 bool "Sandbox: Mocked MDIO-MUX driver"
54 This driver implements dummy select/deselect ops mimicking a MUX on
55 the MDIO bux. It uses mdio_sandbox driver as parent MDIO.
57 This driver is used for testing in test/dm/mdio.c
60 bool "Network device support"
64 You must select Y to enable any network device support
65 Generally if you have any networking support this is a given
72 bool "Enable GbE PHY status parsing and configuration"
74 Enables support for parsing the status output and for
75 configuring GbE PHYs (affects the inner workings of some
76 commands and miiphyutil.c).
79 bool "Atheros AG7xxx Ethernet MAC support"
80 depends on DM_ETH && ARCH_ATH79
83 This driver supports the Atheros AG7xxx Ethernet MAC. This MAC is
84 present in the Atheros AR7xxx, AR9xxx and QCA9xxx MIPS chips.
88 bool "Altera Triple-Speed Ethernet MAC support"
92 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
93 Please find details on the "Triple-Speed Ethernet MegaCore Function
94 Resource Center" of Altera.
97 bool "Broadcom SF2 (Starfighter2) Ethernet support"
100 This is an abstract framework which provides a generic interface
101 to MAC and DMA management for multiple Broadcom SoCs such as
102 Cygnus, NSP and bcm28155_ap platforms.
104 config BCM_SF2_ETH_DEFAULT_PORT
105 int "Broadcom SF2 (Starfighter2) Ethernet default port number"
106 depends on BCM_SF2_ETH
109 Default port number for the Starfighter2 ethernet driver.
111 config BCM_SF2_ETH_GMAC
112 bool "Broadcom SF2 (Starfighter2) GMAC Ethernet support"
113 depends on BCM_SF2_ETH
115 This flag enables the ethernet support for Broadcom platforms with
116 GMAC such as Cygnus. This driver is based on the framework provided
117 by the BCM_SF2_ETH driver.
118 Say Y to any bcmcygnus based platforms.
121 bool "BCM6348 EMAC support"
122 depends on DM_ETH && ARCH_BMIPS
128 This driver supports the BCM6348 Ethernet MAC.
131 bool "BCM6368 EMAC support"
132 depends on DM_ETH && ARCH_BMIPS
136 This driver supports the BCM6368 Ethernet MAC.
139 bool "Synopsys DWC Ethernet QOS device support"
143 This driver supports the Synopsys Designware Ethernet QOS (Quality
144 Of Service) IP block. The IP supports many options for bus type,
145 clocking/reset structure, and feature list. This driver currently
146 supports the specific configuration used in NVIDIA's Tegra186 chip,
147 but should be extensible to other combinations quite easily.
150 bool "Intel PRO/1000 Gigabit Ethernet support"
152 This driver supports Intel(R) PRO/1000 gigabit ethernet family of
153 adapters. For more information on how to identify your adapter, go
154 to the Adapter & Driver ID Guide at:
156 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
158 config E1000_SPI_GENERIC
159 bool "Allow access to the Intel 8257x SPI bus"
162 Allow generic access to the SPI bus on the Intel 8257x, for
163 example with the "sspi" command.
166 bool "Enable SPI bus utility code"
169 Utility code for direct access to the SPI bus on Intel 8257x.
170 This does not do anything useful unless you set at least one
171 of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC.
174 bool "Enable the e1000 command"
177 This enables the 'e1000' management command for E1000 devices. When
178 used on devices with SPI support you can reprogram the EEPROM from
182 depends on DM_ETH && SANDBOX
184 bool "Sandbox: Mocked Ethernet driver"
186 This driver simply responds with fake ARP replies and ping
187 replies that are used to verify network stack functionality
189 This driver is particularly useful in the test/dm/eth.c tests
191 config ETH_SANDBOX_RAW
192 depends on DM_ETH && SANDBOX
194 bool "Sandbox: Bridge to Linux Raw Sockets"
196 This driver is a bridge from the bottom of the network stack
197 in U-Boot to the RAW AF_PACKET API in Linux. This allows real
198 network traffic to be tested from within sandbox. See
199 board/sandbox/README.sandbox for more details.
201 config ETH_DESIGNWARE
202 bool "Synopsys Designware Ethernet MAC"
204 imply ETH_DESIGNWARE_SOCFPGA if ARCH_SOCFPGA
206 This MAC is present in SoCs from various vendors. It supports
207 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
208 provide the PHY (physical media interface).
210 config ETH_DESIGNWARE_SOCFPGA
213 bool "Altera SoCFPGA extras for Synopsys Designware Ethernet MAC"
214 depends on DM_ETH && ETH_DESIGNWARE
216 The Altera SoCFPGA requires additional configuration of the
217 Altera system manager to correctly interface with the PHY.
218 This code handles those SoC specifics.
221 bool "OpenCores 10/100 Mbps Ethernet MAC"
223 This MAC is present in OpenRISC and Xtensa XTFPGA boards.
225 config FEC_MXC_SHARE_MDIO
226 bool "Share the MDIO bus for FEC controller"
229 config FEC_MXC_MDIO_BASE
230 hex "MDIO base address for the FEC controller"
231 depends on FEC_MXC_SHARE_MDIO
233 This specifies the MDIO registers base address. It is used when
234 two FEC controllers share MDIO bus.
237 bool "FEC Ethernet controller"
238 depends on MX5 || MX6 || MX7 || IMX8 || VF610
240 This driver supports the 10/100 Fast Ethernet controller for
244 bool "Freescale FMan ethernet support"
245 depends on ARM || PPC
247 This driver support the Freescale FMan Ethernet controller
250 bool "Ftmac100 Ethernet Support"
252 This MAC is present in Andestech SoCs.
255 bool "Ftgmac100 Ethernet Support"
259 This driver supports the Faraday's FTGMAC100 Gigabit SoC
260 Ethernet controller that can be found on Aspeed SoCs (which
263 It is fully compliant with IEEE 802.3 specification for
264 10/100 Mbps Ethernet and IEEE 802.3z specification for 1000
265 Mbps Ethernet and includes Reduced Media Independent
266 Interface (RMII) and Reduced Gigabit Media Independent
267 Interface (RGMII) interfaces. It adopts an AHB bus interface
268 and integrates a link list DMA engine with direct M-Bus
269 accesses for transmitting and receiving packets. It has
270 independent TX/RX fifos, supports half and full duplex (1000
271 Mbps mode only supports full duplex), flow control for full
272 duplex and backpressure for half duplex.
274 The FTGMAC100 also implements IP, TCP, UDP checksum offloads
275 and supports IEEE 802.1Q VLAN tag insertion and removal. It
276 offers high-priority transmit queue for QoS and CoS
281 bool "Marvell Orion5x/Kirkwood network interface support"
282 depends on KIRKWOOD || ORION5X
283 select PHYLIB if DM_ETH
285 This driver supports the network interface units in the
286 Marvell Orion5x and Kirkwood SoCs
289 bool "Marvell Armada XP/385/3700 network interface support"
290 depends on ARMADA_XP || ARMADA_38X || ARMADA_3700
293 This driver supports the network interface units in the
294 Marvell ARMADA XP, ARMADA 38X and ARMADA 3700 SoCs
297 bool "Marvell Armada 375/7K/8K network interface support"
298 depends on ARMADA_375 || ARMADA_8K
301 This driver supports the network interface units in the
302 Marvell ARMADA 375, 7K and 8K SoCs.
305 bool "Cadence MACB/GEM Ethernet Interface"
309 The Cadence MACB ethernet interface is found on many Atmel
310 AT91 and SAMA5 parts. This driver also supports the Cadence
311 GEM (Gigabit Ethernet MAC) found in some ARM SoC devices.
312 Say Y to include support for the MACB/GEM chip.
315 bool "Cadence MACB/GEM Ethernet Interface for Xilinx Zynq"
318 The Cadence MACB ethernet interface was used on Zynq platform.
319 Say Y to enable support for the MACB/GEM in Zynq chip.
322 bool "MediaTek MT7628 Ethernet Interface"
323 depends on SOC_MT7628
325 The MediaTek MT7628 ethernet interface is used on MT7628 and
329 bool "Intel Platform Controller Hub EG20T GMAC driver"
330 depends on DM_ETH && DM_PCI
333 This MAC is present in Intel Platform Controller Hub EG20T. It
334 supports 10/100/1000 Mbps operation.
339 Enable the support of the Reduced Gigabit Media-Independent
345 Enable support of the Media-Independent Interface (MII)
348 bool "Realtek 8139 series Ethernet controller driver"
350 This driver supports Realtek 8139 series fast ethernet family of
351 PCI chipsets/adapters.
354 bool "Realtek 8169 series Ethernet controller driver"
356 This driver supports Realtek 8169 series gigabit ethernet family of
357 PCI/PCIe chipsets/adapters.
360 bool "SMSC LAN911x and LAN921x controller driver"
365 hex "SMC911X Base Address"
367 Define this to hold the physical address
368 of the device (I/O space)
371 prompt "SMC911X bus width"
372 default SMC911X_16_BIT
374 config SMC911X_32_BIT
375 bool "Enable 32-bit interface"
377 config SMC911X_16_BIT
378 bool "Enable 16-bit interface"
380 Define this if data bus is 16 bits. If your processor
381 automatically converts one 32 bit word to two 16 bit
382 words you may also try CONFIG_SMC911X_32_BIT.
388 bool "Enable Allwinner GMAC Ethernet support"
390 Enable the support for Sun7i GMAC Ethernet controller
392 config SUN7I_GMAC_FORCE_TXERR
393 bool "Force PA17 as gmac function"
394 depends on SUN7I_GMAC
396 Some ethernet phys needs TXERR control. Since the GMAC
397 doesn't have such signal, setting PA17 as GMAC function
398 makes the pin output low, which enables data transmission.
401 bool "Allwinner Sun4i Ethernet MAC support"
405 This driver supports the Allwinner based SUN4I Ethernet MAC.
408 bool "Allwinner Sun8i Ethernet MAC support"
413 This driver supports the Allwinner based SUN8I/SUN50I Ethernet MAC.
414 It can be found in H3/A64/A83T based SoCs and compatible with both
415 External and Internal PHYs.
418 bool "Renesas SH Ethernet MAC"
421 This driver supports the Ethernet for Renesas SH and ARM SoCs.
423 source "drivers/net/ti/Kconfig"
425 config XILINX_AXIEMAC
426 depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
429 bool "Xilinx AXI Ethernet"
431 This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
433 config XILINX_EMACLITE
434 depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || MIPS)
437 bool "Xilinx Ethernetlite"
439 This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
442 depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL)
444 bool "Xilinx Ethernet GEM"
446 This MAC is present in Xilinx Zynq and ZynqMP SoCs.
449 bool "Microchip PIC32 Ethernet Support"
450 depends on DM_ETH && MACH_PIC32
453 This driver implements 10/100 Mbps Ethernet and MAC layer for
454 Microchip PIC32 microcontrollers.
457 bool "Rockchip Synopsys Designware Ethernet MAC"
458 depends on DM_ETH && ETH_DESIGNWARE
460 This driver provides Rockchip SoCs network support based on the
461 Synopsys Designware driver.
464 bool "Renesas Ethernet AVB MAC"
465 depends on DM_ETH && RCAR_GEN3
468 This driver implements support for the Ethernet AVB block in
469 Renesas M3 and H3 SoCs.
472 bool "Fast Ethernet Controller on MPC8XX"
476 This driver implements support for the Fast Ethernet Controller
480 bool "Socionext AVE Ethernet support"
481 depends on DM_ETH && ARCH_UNIPHIER
486 This driver implements support for the Socionext AVE Ethernet
487 controller, as found on the Socionext UniPhier family.
489 source "drivers/net/mscc_eswitch/Kconfig"
493 depends on MPC8XX_FEC
498 depends on ETHER_ON_FEC1
501 Define to the hardcoded PHY address which corresponds
502 to the given FEC; i. e.
503 #define CONFIG_FEC1_PHY 4
504 means that the PHY with address 4 is connected to FEC1
506 When set to -1, means to probe for first available.
510 depends on ETHER_ON_FEC1
513 The PHY does not have a RXERR line (RMII only).
514 (so program the FEC to ignore it).
518 depends on MPC8XX_FEC && MPC885
523 depends on ETHER_ON_FEC2
526 Define to the hardcoded PHY address which corresponds
527 to the given FEC; i. e.
528 #define CONFIG_FEC1_PHY 4
529 means that the PHY with address 4 is connected to FEC1
531 When set to -1, means to probe for first available.
533 config FEC2_PHY_NORXERR
535 depends on ETHER_ON_FEC2
538 The PHY does not have a RXERR line (RMII only).
539 (so program the FEC to ignore it).
541 config SYS_DPAA_QBMAN
542 bool "Device tree fixup for QBMan on freescale SOCs"
543 depends on (ARM || PPC) && !SPL_BUILD
544 default y if ARCH_B4860 || \
563 QBman fixups to allow deep sleep in DPAA 1 SOCs
567 bool "Enable Three-Speed Ethernet Controller"
569 This driver implements support for the (Enhanced) Three-Speed
570 Ethernet Controller found on Freescale SoCs.
573 bool "MediaTek Ethernet GMAC Driver"
579 This Driver support MediaTek Ethernet GMAC
580 Say Y to enable support for the MediaTek Ethernet GMAC.
582 config HIGMACV300_ETH
583 bool "HiSilicon Gigabit Ethernet Controller"
588 This driver supports HIGMACV300 Ethernet controller found on