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 "Network device support"
15 You must select Y to enable any network device support
16 Generally if you have any networking support this is a given
23 depends on DM_ETH && SANDBOX
25 bool "Sandbox: Mocked Ethernet driver"
27 This driver simply responds with fake ARP replies and ping
28 replies that are used to verify network stack functionality
30 This driver is particularly useful in the test/dm/eth.c tests
32 config ETH_SANDBOX_RAW
33 depends on DM_ETH && SANDBOX
35 bool "Sandbox: Bridge to Linux Raw Sockets"
37 This driver is a bridge from the bottom of the network stack
38 in U-Boot to the RAW AF_PACKET API in Linux. This allows real
39 network traffic to be tested from within sandbox. See
40 board/sandbox/README.sandbox for more details.
43 bool "Synopsys Designware Ethernet MAC"
45 This MAC is present in SoCs from various vendors. It supports
46 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
47 provide the PHY (physical media interface).