From 61269371229b5981bc6e192da2bb53bab7324ba5 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Fri, 29 Jan 2021 19:14:12 +0800 Subject: [PATCH] net: Kconfig: imply LIB_RAND for NET_RANDOM_ETHADDR Allow disabled in defconfig. Signed-off-by: Joseph Chen Change-Id: Ic7794bb9c1619e30f07b008aca60addcc8ef22fd --- net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/Kconfig b/net/Kconfig index 414c5497c7..90d5a2fb99 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -9,7 +9,7 @@ if NET config NET_RANDOM_ETHADDR bool "Random ethaddr if unset" - select LIB_RAND + imply LIB_RAND help Selecting this will allow the Ethernet interface to function even when the ethaddr variable for that interface is unset.