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:
parent
a225402cf7
commit
6126937122
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue