All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/3] enable ls1046afwry usb network card
@ 2019-12-13  6:23 Yinbo Zhu
  2019-12-13  6:23 ` [PATCH v1 2/3] enable ls1088ardb " Yinbo Zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yinbo Zhu @ 2019-12-13  6:23 UTC (permalink / raw)
  To: u-boot

enable ls1046afwry usb network card r8152_eth AX88179 and AX8817X driver

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 configs/ls1046afrwy_tfa_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/ls1046afrwy_tfa_defconfig b/configs/ls1046afrwy_tfa_defconfig
index 1d27408..550e521 100644
--- a/configs/ls1046afrwy_tfa_defconfig
+++ b/configs/ls1046afrwy_tfa_defconfig
@@ -52,5 +52,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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-16  5:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13  6:23 [PATCH v1 1/3] enable ls1046afwry usb network card Yinbo Zhu
2019-12-13  6:23 ` [PATCH v1 2/3] enable ls1088ardb " Yinbo Zhu
2019-12-13  6:23 ` [PATCH v1 3/3] enable ls1046afwry " Yinbo Zhu
2019-12-16  5:05   ` Priyanka Jain
2019-12-16  5:04 ` [PATCH v1 1/3] " Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.