From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yinbo Zhu Date: Fri, 13 Dec 2019 14:23:58 +0800 Subject: [PATCH v1 2/3] enable ls1088ardb usb network card In-Reply-To: <20191213062359.24075-1-yinbo.zhu@nxp.com> References: <20191213062359.24075-1-yinbo.zhu@nxp.com> Message-ID: <20191213062359.24075-2-yinbo.zhu@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de enable ls1088ardb usb network card r8152_eth AX88179 and AX8817X driver Signed-off-by: Yinbo Zhu --- configs/ls1088ardb_tfa_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/ls1088ardb_tfa_defconfig b/configs/ls1088ardb_tfa_defconfig index 4532d85..27d7ff7 100644 --- a/configs/ls1088ardb_tfa_defconfig +++ b/configs/ls1088ardb_tfa_defconfig @@ -69,4 +69,8 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_DWC3=y CONFIG_USB_GADGET=y +CONFIG_USB_ETHER_ASIX=y +CONFIG_USB_ETHER_ASIX88179=y +CONFIG_USB_HOST_ETHER=y +CONFIG_USB_ETHER_RTL8152=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y -- 2.7.4