Alex | af2cbfd | 2017-02-06 19:17:34 -0800 | [diff] [blame] | 1 | source "drivers/net/phy/Kconfig" |
| 2 | |
Joe Hershberger | 05c3e68 | 2015-03-22 17:09:10 -0500 | [diff] [blame] | 3 | config DM_ETH |
| 4 | bool "Enable Driver Model for Ethernet drivers" |
| 5 | depends on DM |
| 6 | help |
| 7 | Enable driver model for Ethernet. |
| 8 | |
| 9 | The eth_*() interface will be implemented by the UC_ETH class |
| 10 | This is currently implemented in net/eth.c |
| 11 | Look in include/net.h for details. |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 12 | |
| 13 | menuconfig NETDEVICES |
| 14 | bool "Network device support" |
| 15 | depends on NET |
Joe Hershberger | ef0f2f5 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 16 | default y if DM_ETH |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 17 | help |
| 18 | You must select Y to enable any network device support |
| 19 | Generally if you have any networking support this is a given |
| 20 | |
| 21 | If unsure, say Y |
| 22 | |
| 23 | if NETDEVICES |
| 24 | |
Marek Vasut | e40095f | 2016-05-24 23:29:09 +0200 | [diff] [blame] | 25 | config AG7XXX |
| 26 | bool "Atheros AG7xxx Ethernet MAC support" |
| 27 | depends on DM_ETH && ARCH_ATH79 |
| 28 | select PHYLIB |
| 29 | help |
| 30 | This driver supports the Atheros AG7xxx Ethernet MAC. This MAC is |
| 31 | present in the Atheros AR7xxx, AR9xxx and QCA9xxx MIPS chips. |
| 32 | |
| 33 | |
Thomas Chou | 96fa1e4 | 2015-10-22 15:29:11 +0800 | [diff] [blame] | 34 | config ALTERA_TSE |
| 35 | bool "Altera Triple-Speed Ethernet MAC support" |
| 36 | depends on DM_ETH |
| 37 | select PHYLIB |
| 38 | help |
| 39 | This driver supports the Altera Triple-Speed (TSE) Ethernet MAC. |
| 40 | Please find details on the "Triple-Speed Ethernet MegaCore Function |
| 41 | Resource Center" of Altera. |
| 42 | |
Stephen Warren | ba4dfef | 2016-10-21 14:46:47 -0600 | [diff] [blame] | 43 | config DWC_ETH_QOS |
| 44 | bool "Synopsys DWC Ethernet QOS device support" |
| 45 | depends on DM_ETH |
| 46 | select PHYLIB |
| 47 | help |
| 48 | This driver supports the Synopsys Designware Ethernet QOS (Quality |
| 49 | Of Service) IP block. The IP supports many options for bus type, |
| 50 | clocking/reset structure, and feature list. This driver currently |
| 51 | supports the specific configuration used in NVIDIA's Tegra186 chip, |
| 52 | but should be extensible to other combinations quite easily. |
| 53 | |
Simon Glass | c294ac5 | 2015-08-19 09:33:41 -0600 | [diff] [blame] | 54 | config E1000 |
| 55 | bool "Intel PRO/1000 Gigabit Ethernet support" |
| 56 | help |
| 57 | This driver supports Intel(R) PRO/1000 gigabit ethernet family of |
| 58 | adapters. For more information on how to identify your adapter, go |
| 59 | to the Adapter & Driver ID Guide at: |
| 60 | |
| 61 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 62 | |
| 63 | config E1000_SPI_GENERIC |
| 64 | bool "Allow access to the Intel 8257x SPI bus" |
| 65 | depends on E1000 |
| 66 | help |
| 67 | Allow generic access to the SPI bus on the Intel 8257x, for |
| 68 | example with the "sspi" command. |
| 69 | |
| 70 | config E1000_SPI |
| 71 | bool "Enable SPI bus utility code" |
| 72 | depends on E1000 |
| 73 | help |
| 74 | Utility code for direct access to the SPI bus on Intel 8257x. |
| 75 | This does not do anything useful unless you set at least one |
| 76 | of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC. |
| 77 | |
| 78 | config CMD_E1000 |
| 79 | bool "Enable the e1000 command" |
| 80 | depends on E1000 |
| 81 | help |
| 82 | This enables the 'e1000' management command for E1000 devices. When |
| 83 | used on devices with SPI support you can reprogram the EEPROM from |
| 84 | U-Boot. |
| 85 | |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 86 | config ETH_SANDBOX |
| 87 | depends on DM_ETH && SANDBOX |
| 88 | default y |
| 89 | bool "Sandbox: Mocked Ethernet driver" |
| 90 | help |
| 91 | This driver simply responds with fake ARP replies and ping |
| 92 | replies that are used to verify network stack functionality |
| 93 | |
| 94 | This driver is particularly useful in the test/dm/eth.c tests |
| 95 | |
Joe Hershberger | a346ca7 | 2015-03-22 17:09:21 -0500 | [diff] [blame] | 96 | config ETH_SANDBOX_RAW |
| 97 | depends on DM_ETH && SANDBOX |
| 98 | default y |
| 99 | bool "Sandbox: Bridge to Linux Raw Sockets" |
| 100 | help |
| 101 | This driver is a bridge from the bottom of the network stack |
| 102 | in U-Boot to the RAW AF_PACKET API in Linux. This allows real |
| 103 | network traffic to be tested from within sandbox. See |
| 104 | board/sandbox/README.sandbox for more details. |
| 105 | |
Simon Glass | ef48f6d | 2015-04-05 16:07:34 -0600 | [diff] [blame] | 106 | config ETH_DESIGNWARE |
| 107 | bool "Synopsys Designware Ethernet MAC" |
Thomas Chou | 25af71c | 2015-12-07 20:53:29 +0800 | [diff] [blame] | 108 | select PHYLIB |
Simon Glass | ef48f6d | 2015-04-05 16:07:34 -0600 | [diff] [blame] | 109 | help |
| 110 | This MAC is present in SoCs from various vendors. It supports |
| 111 | 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to |
| 112 | provide the PHY (physical media interface). |
| 113 | |
Max Filippov | f072712 | 2016-08-05 18:26:15 +0300 | [diff] [blame] | 114 | config ETHOC |
| 115 | bool "OpenCores 10/100 Mbps Ethernet MAC" |
| 116 | help |
| 117 | This MAC is present in OpenRISC and Xtensa XTFPGA boards. |
| 118 | |
Jagan Teki | 97d29ca | 2016-10-08 18:00:12 +0530 | [diff] [blame] | 119 | config FEC_MXC |
| 120 | bool "FEC Ethernet controller" |
Patrick Bruenn | 98d62e6 | 2016-11-04 11:57:02 +0100 | [diff] [blame] | 121 | depends on MX5 || MX6 |
Jagan Teki | 97d29ca | 2016-10-08 18:00:12 +0530 | [diff] [blame] | 122 | help |
| 123 | This driver supports the 10/100 Fast Ethernet controller for |
| 124 | NXP i.MX processors. |
| 125 | |
Stefan Roese | 99d4c6d | 2016-02-10 07:22:10 +0100 | [diff] [blame] | 126 | config MVPP2 |
Stefan Roese | e7935c4 | 2017-02-15 11:42:59 +0100 | [diff] [blame] | 127 | bool "Marvell Armada 375/7K/8K network interface support" |
| 128 | depends on ARMADA_375 || ARMADA_8K |
Stefan Roese | 99d4c6d | 2016-02-10 07:22:10 +0100 | [diff] [blame] | 129 | select PHYLIB |
| 130 | help |
| 131 | This driver supports the network interface units in the |
Stefan Roese | e7935c4 | 2017-02-15 11:42:59 +0100 | [diff] [blame] | 132 | Marvell ARMADA 375, 7K and 8K SoCs. |
Stefan Roese | 99d4c6d | 2016-02-10 07:22:10 +0100 | [diff] [blame] | 133 | |
Wenyou Yang | ebcb40a | 2016-11-02 10:06:55 +0800 | [diff] [blame] | 134 | config MACB |
| 135 | bool "Cadence MACB/GEM Ethernet Interface" |
| 136 | depends on DM_ETH |
| 137 | select PHYLIB |
| 138 | help |
| 139 | The Cadence MACB ethernet interface is found on many Atmel |
| 140 | AT91 and SAMA5 parts. This driver also supports the Cadence |
| 141 | GEM (Gigabit Ethernet MAC) found in some ARM SoC devices. |
| 142 | Say Y to include support for the MACB/GEM chip. |
| 143 | |
Bin Meng | b68fe15 | 2015-08-27 22:25:58 -0700 | [diff] [blame] | 144 | config PCH_GBE |
| 145 | bool "Intel Platform Controller Hub EG20T GMAC driver" |
| 146 | depends on DM_ETH && DM_PCI |
| 147 | select PHYLIB |
| 148 | help |
| 149 | This MAC is present in Intel Platform Controller Hub EG20T. It |
| 150 | supports 10/100/1000 Mbps operation. |
| 151 | |
Mylène Josserand | 751b0be | 2017-04-02 12:59:08 +0200 | [diff] [blame^] | 152 | config RGMII |
| 153 | bool "Enable RGMII" |
| 154 | help |
| 155 | Enable the support of the Reduced Gigabit Media-Independent |
| 156 | Interface (RGMII). |
| 157 | |
Bin Meng | 86e9dc8 | 2016-03-21 06:47:41 -0700 | [diff] [blame] | 158 | config RTL8139 |
| 159 | bool "Realtek 8139 series Ethernet controller driver" |
| 160 | help |
| 161 | This driver supports Realtek 8139 series fast ethernet family of |
| 162 | PCI chipsets/adapters. |
| 163 | |
Bin Meng | 0764f24 | 2016-03-21 06:47:42 -0700 | [diff] [blame] | 164 | config RTL8169 |
| 165 | bool "Realtek 8169 series Ethernet controller driver" |
| 166 | help |
| 167 | This driver supports Realtek 8169 series gigabit ethernet family of |
| 168 | PCI/PCIe chipsets/adapters. |
| 169 | |
Mylène Josserand | 4d43d06 | 2017-04-02 12:59:03 +0200 | [diff] [blame] | 170 | config SUN7I_GMAC |
| 171 | bool "Enable Allwinner GMAC Ethernet support" |
| 172 | help |
| 173 | Enable the support for Sun7i GMAC Ethernet controller |
| 174 | |
Mylène Josserand | abc3e4d | 2017-04-02 12:59:07 +0200 | [diff] [blame] | 175 | config SUN4I_EMAC |
| 176 | bool "Allwinner Sun4i Ethernet MAC support" |
| 177 | depends on DM_ETH |
| 178 | help |
| 179 | This driver supports the Allwinner based SUN4I Ethernet MAC. |
| 180 | |
Amit Singh Tomar | a29710c | 2016-07-06 17:59:44 +0530 | [diff] [blame] | 181 | config SUN8I_EMAC |
| 182 | bool "Allwinner Sun8i Ethernet MAC support" |
| 183 | depends on DM_ETH |
| 184 | select PHYLIB |
| 185 | help |
| 186 | This driver supports the Allwinner based SUN8I/SUN50I Ethernet MAC. |
| 187 | It can be found in H3/A64/A83T based SoCs and compatible with both |
Tom Rini | 7131d2d | 2017-02-20 09:38:03 -0500 | [diff] [blame] | 188 | External and Internal PHYs. |
Amit Singh Tomar | a29710c | 2016-07-06 17:59:44 +0530 | [diff] [blame] | 189 | |
Michal Simek | 338a5f2 | 2015-12-09 16:54:42 +0100 | [diff] [blame] | 190 | config XILINX_AXIEMAC |
| 191 | depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) |
| 192 | select PHYLIB |
| 193 | select MII |
| 194 | bool "Xilinx AXI Ethernet" |
| 195 | help |
| 196 | This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs. |
| 197 | |
Michal Simek | 3229c86 | 2015-12-11 09:41:49 +0100 | [diff] [blame] | 198 | config XILINX_EMACLITE |
Zubair Lutfullah Kakakhel | 2f1f05f | 2016-07-27 12:25:09 +0100 | [diff] [blame] | 199 | depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || MIPS) |
Michal Simek | 3229c86 | 2015-12-11 09:41:49 +0100 | [diff] [blame] | 200 | select PHYLIB |
| 201 | select MII |
| 202 | bool "Xilinx Ethernetlite" |
| 203 | help |
| 204 | This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs. |
| 205 | |
Michal Simek | 596e578 | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 206 | config ZYNQ_GEM |
| 207 | depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP) |
Michal Simek | 7bccc75 | 2015-12-11 09:14:31 +0100 | [diff] [blame] | 208 | select PHYLIB |
Michal Simek | 596e578 | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 209 | bool "Xilinx Ethernet GEM" |
| 210 | help |
Michal Simek | c942810 | 2015-12-09 16:53:52 +0100 | [diff] [blame] | 211 | This MAC is present in Xilinx Zynq and ZynqMP SoCs. |
Michal Simek | 596e578 | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 212 | |
Purna Chandra Mandal | 23e7578 | 2016-01-28 15:30:21 +0530 | [diff] [blame] | 213 | config PIC32_ETH |
| 214 | bool "Microchip PIC32 Ethernet Support" |
| 215 | depends on DM_ETH && MACH_PIC32 |
| 216 | select PHYLIB |
| 217 | help |
| 218 | This driver implements 10/100 Mbps Ethernet and MAC layer for |
| 219 | Microchip PIC32 microcontrollers. |
| 220 | |
Sjoerd Simons | 0125bcf | 2017-01-11 11:46:11 +0100 | [diff] [blame] | 221 | config GMAC_ROCKCHIP |
| 222 | bool "Rockchip Synopsys Designware Ethernet MAC" |
| 223 | depends on DM_ETH && ETH_DESIGNWARE |
| 224 | help |
| 225 | This driver provides Rockchip SoCs network support based on the |
| 226 | Synopsys Designware driver. |
| 227 | |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 228 | endif # NETDEVICES |