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 --- lib/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/Kconfig b/lib/Kconfig index 5b6cf3d..3c8de86 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -44,6 +44,9 @@ config REGEX regex support to some commands, for example "env grep" and "setexpr". +config LIB_RAND + bool + source lib/rsa/Kconfig menu "Hashing Support" -- cgit v1.1