X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2FKconfig;h=f2363e525678aded4e28e23e58e6e77bde4e7c93;hb=8512ea2e359cf5217183fc87326a015caab1994d;hp=77a2f7e07e012b75bd72f1b48cf1e37a0117f320;hpb=02c2c51cf75326d7e0347672a4715cc2597166bf;p=u-boot diff --git a/net/Kconfig b/net/Kconfig index 77a2f7e07e..f2363e5256 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -4,12 +4,12 @@ menuconfig NET bool "Networking support" + default y if NET config NET_RANDOM_ETHADDR bool "Random ethaddr if unset" - select LIB_RAND help Selecting this will allow the Ethernet interface to function even when the ethaddr variable for that interface is unset.