]> git.sur5r.net Git - u-boot/blobdiff - net/Kconfig
ddr: altera: stratix10: Add DDR support for Stratix10 SoC
[u-boot] / net / Kconfig
index a2bd4fe580b0063914ee37ebedad55a74663f4d1..f2363e525678aded4e28e23e58e6e77bde4e7c93 100644 (file)
@@ -4,6 +4,7 @@
 
 menuconfig NET
        bool "Networking support"
+       default y
 
 if NET
 
@@ -15,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