X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2FKconfig;h=f2363e525678aded4e28e23e58e6e77bde4e7c93;hb=c267952c41484dc1d8c73a7362bcabf33c8934e4;hp=9a9846e187449c5dcda44e7c84de6b12add05640;hpb=9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a;p=u-boot diff --git a/net/Kconfig b/net/Kconfig index 9a9846e187..f2363e5256 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -4,17 +4,22 @@ menuconfig NET bool "Networking support" - select REGEX + 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. A new MAC address will be generated on every boot and it will not be added to the environment. +config NETCONSOLE + bool "NetConsole support" + help + Support the 'nc' input/output device for networked console. + See README.NetConsole for details. + endif # if NET