]> git.sur5r.net Git - u-boot/blobdiff - net/Kconfig
net: designware: Add reset ctrl to driver
[u-boot] / net / Kconfig
index 77a2f7e07e012b75bd72f1b48cf1e37a0117f320..f2363e525678aded4e28e23e58e6e77bde4e7c93 100644 (file)
@@ -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.