x86: baytrail: pci region 3 is not always mapped to end of ram
[platform/kernel/u-boot.git] / net / Kconfig
index a2bd4fe..9a9846e 100644 (file)
@@ -4,11 +4,13 @@
 
 menuconfig NET
        bool "Networking support"
+       select REGEX
 
 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.