From: Andre Heider Date: Tue, 8 Sep 2020 06:35:00 +0000 (+0200) Subject: arm: mvebu: defconfig: espressobin: enable NET_RANDOM_ETHADDR X-Git-Tag: v2020.10~11^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=073ccfab5ffd522a35bef7b424a1ac824315b3c1;p=platform%2Fkernel%2Fu-boot.git arm: mvebu: defconfig: espressobin: enable NET_RANDOM_ETHADDR The hardware does not provide a MAC address. Enable this so that network access works with just the default environment. Signed-off-by: Andre Heider Acked-by: Konstantin Porotchkin --- diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index 7aabbba59f..5e9fcd1f26 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -84,3 +84,4 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SHA1=y CONFIG_SHA256=y +CONFIG_NET_RANDOM_ETHADDR=y