net: Kconfig: imply LIB_RAND for NET_RANDOM_ETHADDR

Allow disabled in defconfig.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ic7794bb9c1619e30f07b008aca60addcc8ef22fd
This commit is contained in:
Joseph Chen 2021-01-29 19:14:12 +08:00 committed by Jianhong Chen
parent a225402cf7
commit 6126937122
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if NET
config NET_RANDOM_ETHADDR config NET_RANDOM_ETHADDR
bool "Random ethaddr if unset" bool "Random ethaddr if unset"
select LIB_RAND imply LIB_RAND
help help
Selecting this will allow the Ethernet interface to function Selecting this will allow the Ethernet interface to function
even when the ethaddr variable for that interface is unset. even when the ethaddr variable for that interface is unset.