]> git.sur5r.net Git - u-boot/blobdiff - net/Kconfig
ubifs: remove useless code
[u-boot] / net / Kconfig
index 524b7e4da23b838033521cdee470864c117f572d..f2363e525678aded4e28e23e58e6e77bde4e7c93 100644 (file)
@@ -4,7 +4,7 @@
 
 menuconfig NET
        bool "Networking support"
-       select REGEX
+       default y
 
 if NET
 
@@ -16,4 +16,10 @@ config NET_RANDOM_ETHADDR
          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