From 9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 25 May 2015 11:37:22 +0200 Subject: net: Fix NET_RANDOM_ETHADDR dependencies NET_RANDOM_ETHADDR depends on lib/rand.c. This patch adds dependency to Kconfig to ensure that library is also compiled. Remove the definitions from Blackfin boards' include/configs. Signed-off-by: Michal Simek Acked-by: Joe Hershberger --- net/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'net') diff --git a/net/Kconfig b/net/Kconfig index 524b7e4da2..9a9846e187 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -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. -- cgit v1.2.3