2 # Network configuration
6 bool "Networking support"
10 config NET_RANDOM_ETHADDR
11 bool "Random ethaddr if unset"
14 Selecting this will allow the Ethernet interface to function
15 even when the ethaddr variable for that interface is unset.
16 A new MAC address will be generated on every boot and it will
17 not be added to the environment.
20 bool "NetConsole support"
22 Support the 'nc' input/output device for networked console.
23 See README.NetConsole for details.
26 bool "Control TFTP timeout and count through environment"
29 If set, allows controlling the TFTP timeout through the
30 environment variable tftptimeout, and the TFTP maximum
31 timeout count through the variable tftptimeoutcountmax.
32 If unset, timeout and maximum are hard-defined as 1 second
33 and 10 timouts per TFTP transfer.
35 config BOOTP_PXE_CLIENTARCH
41 config BOOTP_VCI_STRING
43 default "U-Boot.armv7" if CPU_V7 || CPU_V7M
44 default "U-Boot.armv8" if ARM64
45 default "U-Boot.arm" if ARM