summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-02-06 10:18:18 -0600
committerTom Rini <trini@konsulko.com>2018-02-08 12:48:22 -0500
commita5a37567c4f7bd6faf85ef4b720f6efce3e8bbbf (patch)
tree0f02a585c7f0438cf9088aff857baa8b7d887679 /net
parent99bec1aead5927c54f4364bfe10823a86fe0dad2 (diff)
Convert CONFIG LIB_HW_RAND to Kconfig
config_fallbacks.h had some logic to automatically select LIB_RAND if RANDOM_UUID or CMD_UUID were set if LIB_HW_RAND wasn't already selected. By migrating LIB_HW_RAND to Kconfig, we can remove this check from config_fallbacks.h and put it into Kconfig Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Lukasz Majewski <lukma@denx.de> [trini: Turn into a choice, add NET_RANDOM_ETHADDR] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 414c5497c7..4e2bf38ad5 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -9,7 +9,6 @@ if NET
config NET_RANDOM_ETHADDR
bool "Random ethaddr if unset"
- select LIB_RAND
help
Selecting this will allow the Ethernet interface to function
even when the ethaddr variable for that interface is unset.