From: Yinbo Zhu Date: Mon, 16 Dec 2019 07:07:34 +0000 (+0800) Subject: configs: ls1012afwry: Enable usb network cards support X-Git-Tag: v2025.01-rc5-pxa1908~2592^2~26 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=d2f11d7a074ebc36f6e93994c9f05eb3cc0521e0;p=u-boot.git configs: ls1012afwry: Enable usb network cards support Enable RTL8152, AX88179 and AX8817X USB network cards support for ls1012afwry Signed-off-by: Yinbo Zhu Reviewed-by: Priyanka Jain --- diff --git a/configs/ls1012afrwy_tfa_defconfig b/configs/ls1012afrwy_tfa_defconfig index 5ac35a4b15..ca732c4b48 100644 --- a/configs/ls1012afrwy_tfa_defconfig +++ b/configs/ls1012afrwy_tfa_defconfig @@ -55,4 +55,8 @@ CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y +CONFIG_USB_ETHER_ASIX=y +CONFIG_USB_ETHER_ASIX88179=y +CONFIG_USB_HOST_ETHER=y +CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_XHCI_DWC3=y