diff mbox series

[v3,1/3] configs: ls1046afwry: Enable usb network cards support

Message ID 20191216070734.24826-1-yinbo.zhu@nxp.com
State Accepted
Commit 43202be27d77b9e9b2f3706af61a6b35bc8a1fc1
Delegated to: Priyanka Jain
Headers show
Series [v3,1/3] configs: ls1046afwry: Enable usb network cards support | expand

Commit Message

Yinbo Zhu Dec. 16, 2019, 7:07 a.m. UTC
Enable RTL8152, AX88179 and AX8817X USB network cards support
for ls1046afrwy

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
Change in v3:
		Update the commit information

 configs/ls1046afrwy_tfa_defconfig | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/configs/ls1046afrwy_tfa_defconfig b/configs/ls1046afrwy_tfa_defconfig
index 4137eda995..49240b051d 100644
--- a/configs/ls1046afrwy_tfa_defconfig
+++ b/configs/ls1046afrwy_tfa_defconfig
@@ -56,5 +56,9 @@  CONFIG_DM_SPI=y
 CONFIG_FSL_QSPI=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
+CONFIG_USB_ETHER_ASIX=y
+CONFIG_USB_ETHER_ASIX88179=y
+CONFIG_USB_HOST_ETHER=y
+CONFIG_USB_ETHER_RTL8152=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y