2 bool "Enable Driver Model for Ethernet drivers"
5 Enable driver model for Ethernet.
7 The eth_*() interface will be implemented by the UC_ETH class
8 This is currently implemented in net/eth.c
9 Look in include/net.h for details.
12 bool "Ethernet PHY (physical media interface) support"
14 Enable Ethernet PHY (physical media interface) support.
16 config RTL8211X_PHY_FORCE_MASTER
17 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"
20 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
21 This can work around link stability and data corruption issues on gigabit
22 links which can occur in slave mode on certain PHYs, e.g. on the
25 Please note that two directly connected devices (i.e. via crossover cable)
26 will not be able to establish a link between each other if they both force
27 master mode. Multiple devices forcing master mode when connected by a
28 network switch do not pose a problem as the switch configures its affected
29 ports into slave mode.
31 This option only affects gigabit links. If you must establish a direct
32 connection between two devices which both force master mode, try forcing
33 the link speed to 100MBit/s.
38 bool "Network device support"
42 You must select Y to enable any network device support
43 Generally if you have any networking support this is a given
50 bool "Atheros AG7xxx Ethernet MAC support"
51 depends on DM_ETH && ARCH_ATH79
54 This driver supports the Atheros AG7xxx Ethernet MAC. This MAC is
55 present in the Atheros AR7xxx, AR9xxx and QCA9xxx MIPS chips.
59 bool "Altera Triple-Speed Ethernet MAC support"
63 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
64 Please find details on the "Triple-Speed Ethernet MegaCore Function
65 Resource Center" of Altera.
68 bool "Synopsys DWC Ethernet QOS device support"
72 This driver supports the Synopsys Designware Ethernet QOS (Quality
73 Of Service) IP block. The IP supports many options for bus type,
74 clocking/reset structure, and feature list. This driver currently
75 supports the specific configuration used in NVIDIA's Tegra186 chip,
76 but should be extensible to other combinations quite easily.
79 bool "Intel PRO/1000 Gigabit Ethernet support"
81 This driver supports Intel(R) PRO/1000 gigabit ethernet family of
82 adapters. For more information on how to identify your adapter, go
83 to the Adapter & Driver ID Guide at:
85 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
87 config E1000_SPI_GENERIC
88 bool "Allow access to the Intel 8257x SPI bus"
91 Allow generic access to the SPI bus on the Intel 8257x, for
92 example with the "sspi" command.
95 bool "Enable SPI bus utility code"
98 Utility code for direct access to the SPI bus on Intel 8257x.
99 This does not do anything useful unless you set at least one
100 of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC.
103 bool "Enable the e1000 command"
106 This enables the 'e1000' management command for E1000 devices. When
107 used on devices with SPI support you can reprogram the EEPROM from
111 depends on DM_ETH && SANDBOX
113 bool "Sandbox: Mocked Ethernet driver"
115 This driver simply responds with fake ARP replies and ping
116 replies that are used to verify network stack functionality
118 This driver is particularly useful in the test/dm/eth.c tests
120 config ETH_SANDBOX_RAW
121 depends on DM_ETH && SANDBOX
123 bool "Sandbox: Bridge to Linux Raw Sockets"
125 This driver is a bridge from the bottom of the network stack
126 in U-Boot to the RAW AF_PACKET API in Linux. This allows real
127 network traffic to be tested from within sandbox. See
128 board/sandbox/README.sandbox for more details.
130 config ETH_DESIGNWARE
131 bool "Synopsys Designware Ethernet MAC"
134 This MAC is present in SoCs from various vendors. It supports
135 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
136 provide the PHY (physical media interface).
139 bool "OpenCores 10/100 Mbps Ethernet MAC"
141 This MAC is present in OpenRISC and Xtensa XTFPGA boards.
144 bool "FEC Ethernet controller"
145 depends on MX5 || MX6
147 This driver supports the 10/100 Fast Ethernet controller for
151 bool "Marvell Armada 375 network interface support"
152 depends on ARMADA_375
155 This driver supports the network interface units in the
156 Marvell ARMADA 375 SoC.
159 bool "Intel Platform Controller Hub EG20T GMAC driver"
160 depends on DM_ETH && DM_PCI
163 This MAC is present in Intel Platform Controller Hub EG20T. It
164 supports 10/100/1000 Mbps operation.
167 bool "Realtek 8139 series Ethernet controller driver"
169 This driver supports Realtek 8139 series fast ethernet family of
170 PCI chipsets/adapters.
173 bool "Realtek 8169 series Ethernet controller driver"
175 This driver supports Realtek 8169 series gigabit ethernet family of
176 PCI/PCIe chipsets/adapters.
179 bool "Allwinner Sun8i Ethernet MAC support"
183 This driver supports the Allwinner based SUN8I/SUN50I Ethernet MAC.
184 It can be found in H3/A64/A83T based SoCs and compatible with both
185 External and Internal PHY's.
187 config XILINX_AXIEMAC
188 depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
191 bool "Xilinx AXI Ethernet"
193 This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
195 config XILINX_EMACLITE
196 depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || MIPS)
199 bool "Xilinx Ethernetlite"
201 This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
204 depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP)
206 bool "Xilinx Ethernet GEM"
208 This MAC is present in Xilinx Zynq and ZynqMP SoCs.
211 bool "Microchip PIC32 Ethernet Support"
212 depends on DM_ETH && MACH_PIC32
215 This driver implements 10/100 Mbps Ethernet and MAC layer for
216 Microchip PIC32 microcontrollers.