From 868a3a6bad4709586ec3f9bef229862773560a7a Mon Sep 17 00:00:00 2001 From: Mugunthan V N Date: Tue, 2 Aug 2016 12:01:14 +0530 Subject: configs: k2e_evm: add random eth address support There is only one ethernet mac address in e-fuse, but there are multiple slaves in keystone net, so enable random mac address support. Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- configs/k2e_evm_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/k2e_evm_defconfig') diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig index 65561b1393..04c52f094d 100644 --- a/configs/k2e_evm_defconfig +++ b/configs/k2e_evm_defconfig @@ -37,3 +37,5 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_LIB_RAND=y +CONFIG_NET_RANDOM_ETHADDR=y -- cgit v1.2.3