summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-05-25 11:37:22 +0200
committerJoe Hershberger <joe.hershberger@ni.com>2015-06-01 13:15:11 -0500
commit9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a (patch)
treed94908133d33c620ff9753d7601e3dc7ca3ed79e /lib
parent6eed3786c68c8a49d2986ac4f9f6e3071b769d41 (diff)
downloadblackbird-obmc-uboot-9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a.tar.gz
blackbird-obmc-uboot-9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a.zip
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 <michal.simek@xilinx.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 5b6cf3d68d..3c8de869b1 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"
OpenPOWER on IntegriCloud