[U-Boot] [PATCH] mx28evk: Add USB Ethernet support

Fabio Estevam festevam at gmail.com
Wed Aug 29 18:20:03 CEST 2012


From: Fabio Estevam <fabio.estevam at freescale.com>

Add USB Ethernet support.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 include/configs/mx28evk.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 8d83495..edf873e 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -185,6 +185,9 @@
 #define	CONFIG_EHCI_MXS_PORT 1
 #define	CONFIG_EHCI_IS_TDI
 #define	CONFIG_USB_STORAGE
+#define	CONFIG_USB_HOST_ETHER
+#define	CONFIG_USB_ETHER_ASIX
+#define	CONFIG_USB_ETHER_SMSC95XX
 #endif
 
 /* I2C */
-- 
1.7.9.5



More information about the U-Boot mailing list