Joe Hershberger | 05c3e68 | 2015-03-22 17:09:10 -0500 | [diff] [blame] | 1 | config DM_ETH |
| 2 | bool "Enable Driver Model for Ethernet drivers" |
| 3 | depends on DM |
| 4 | help |
| 5 | Enable driver model for Ethernet. |
| 6 | |
| 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. |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 10 | |
Bin Meng | b68fe15 | 2015-08-27 22:25:58 -0700 | [diff] [blame] | 11 | config PHYLIB |
| 12 | bool "Ethernet PHY (physical media interface) support" |
| 13 | help |
| 14 | Enable Ethernet PHY (physical media interface) support. |
| 15 | |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 16 | menuconfig NETDEVICES |
| 17 | bool "Network device support" |
| 18 | depends on NET |
Joe Hershberger | ef0f2f5 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 19 | default y if DM_ETH |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 20 | help |
| 21 | You must select Y to enable any network device support |
| 22 | Generally if you have any networking support this is a given |
| 23 | |
| 24 | If unsure, say Y |
| 25 | |
| 26 | if NETDEVICES |
| 27 | |
Thomas Chou | 96fa1e4 | 2015-10-22 15:29:11 +0800 | [diff] [blame] | 28 | config ALTERA_TSE |
| 29 | bool "Altera Triple-Speed Ethernet MAC support" |
| 30 | depends on DM_ETH |
| 31 | select PHYLIB |
| 32 | help |
| 33 | This driver supports the Altera Triple-Speed (TSE) Ethernet MAC. |
| 34 | Please find details on the "Triple-Speed Ethernet MegaCore Function |
| 35 | Resource Center" of Altera. |
| 36 | |
Simon Glass | c294ac5 | 2015-08-19 09:33:41 -0600 | [diff] [blame] | 37 | config E1000 |
| 38 | bool "Intel PRO/1000 Gigabit Ethernet support" |
| 39 | help |
| 40 | This driver supports Intel(R) PRO/1000 gigabit ethernet family of |
| 41 | adapters. For more information on how to identify your adapter, go |
| 42 | to the Adapter & Driver ID Guide at: |
| 43 | |
| 44 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |
| 45 | |
| 46 | config E1000_SPI_GENERIC |
| 47 | bool "Allow access to the Intel 8257x SPI bus" |
| 48 | depends on E1000 |
| 49 | help |
| 50 | Allow generic access to the SPI bus on the Intel 8257x, for |
| 51 | example with the "sspi" command. |
| 52 | |
| 53 | config E1000_SPI |
| 54 | bool "Enable SPI bus utility code" |
| 55 | depends on E1000 |
| 56 | help |
| 57 | Utility code for direct access to the SPI bus on Intel 8257x. |
| 58 | This does not do anything useful unless you set at least one |
| 59 | of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC. |
| 60 | |
| 61 | config CMD_E1000 |
| 62 | bool "Enable the e1000 command" |
| 63 | depends on E1000 |
| 64 | help |
| 65 | This enables the 'e1000' management command for E1000 devices. When |
| 66 | used on devices with SPI support you can reprogram the EEPROM from |
| 67 | U-Boot. |
| 68 | |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 69 | config ETH_SANDBOX |
| 70 | depends on DM_ETH && SANDBOX |
| 71 | default y |
| 72 | bool "Sandbox: Mocked Ethernet driver" |
| 73 | help |
| 74 | This driver simply responds with fake ARP replies and ping |
| 75 | replies that are used to verify network stack functionality |
| 76 | |
| 77 | This driver is particularly useful in the test/dm/eth.c tests |
| 78 | |
Joe Hershberger | a346ca7 | 2015-03-22 17:09:21 -0500 | [diff] [blame] | 79 | config ETH_SANDBOX_RAW |
| 80 | depends on DM_ETH && SANDBOX |
| 81 | default y |
| 82 | bool "Sandbox: Bridge to Linux Raw Sockets" |
| 83 | help |
| 84 | This driver is a bridge from the bottom of the network stack |
| 85 | in U-Boot to the RAW AF_PACKET API in Linux. This allows real |
| 86 | network traffic to be tested from within sandbox. See |
| 87 | board/sandbox/README.sandbox for more details. |
| 88 | |
Simon Glass | ef48f6d | 2015-04-05 16:07:34 -0600 | [diff] [blame] | 89 | config ETH_DESIGNWARE |
| 90 | bool "Synopsys Designware Ethernet MAC" |
Thomas Chou | 25af71c | 2015-12-07 20:53:29 +0800 | [diff] [blame] | 91 | select PHYLIB |
Simon Glass | ef48f6d | 2015-04-05 16:07:34 -0600 | [diff] [blame] | 92 | help |
| 93 | This MAC is present in SoCs from various vendors. It supports |
| 94 | 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to |
| 95 | provide the PHY (physical media interface). |
| 96 | |
Bin Meng | b68fe15 | 2015-08-27 22:25:58 -0700 | [diff] [blame] | 97 | config PCH_GBE |
| 98 | bool "Intel Platform Controller Hub EG20T GMAC driver" |
| 99 | depends on DM_ETH && DM_PCI |
| 100 | select PHYLIB |
| 101 | help |
| 102 | This MAC is present in Intel Platform Controller Hub EG20T. It |
| 103 | supports 10/100/1000 Mbps operation. |
| 104 | |
Michal Simek | 338a5f2 | 2015-12-09 16:54:42 +0100 | [diff] [blame] | 105 | config XILINX_AXIEMAC |
| 106 | depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) |
| 107 | select PHYLIB |
| 108 | select MII |
| 109 | bool "Xilinx AXI Ethernet" |
| 110 | help |
| 111 | This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs. |
| 112 | |
Michal Simek | 3229c86 | 2015-12-11 09:41:49 +0100 | [diff] [blame] | 113 | config XILINX_EMACLITE |
| 114 | depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) |
| 115 | select PHYLIB |
| 116 | select MII |
| 117 | bool "Xilinx Ethernetlite" |
| 118 | help |
| 119 | This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs. |
| 120 | |
Michal Simek | 596e578 | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 121 | config ZYNQ_GEM |
| 122 | depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP) |
Michal Simek | 7bccc75 | 2015-12-11 09:14:31 +0100 | [diff] [blame] | 123 | select PHYLIB |
Michal Simek | 596e578 | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 124 | bool "Xilinx Ethernet GEM" |
| 125 | help |
Michal Simek | c942810 | 2015-12-09 16:53:52 +0100 | [diff] [blame] | 126 | This MAC is present in Xilinx Zynq and ZynqMP SoCs. |
Michal Simek | 596e578 | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 127 | |
Joe Hershberger | 3ea143a | 2015-03-22 17:09:13 -0500 | [diff] [blame] | 128 | endif # NETDEVICES |