net: Fix NET_RANDOM_ETHADDR dependencies
[platform/kernel/u-boot.git] / net / Kconfig
index 524b7e4..9a9846e 100644 (file)
@@ -10,6 +10,7 @@ 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.