[U-Boot] [PATCH V3 2/2] tegra: seaboard: add support for USB networking

Stephen Warren swarren at wwwdotorg.org
Wed May 16 18:36:12 CEST 2012


From: Stephen Warren <swarren at nvidia.com>

Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
v3: Fix duplicate #defines
---
 include/configs/seaboard.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 5e91675..6671ed3 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -99,6 +99,15 @@
 #define CONFIG_USB_STORAGE
 #define CONFIG_CMD_USB
 
+/* USB networking support */
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_SMSC95XX
+#define CONFIG_USB_ETHER_ASIX
+
+/* General networking support */
+#define CONFIG_CMD_NET
+#define CONFIG_CMD_DHCP
+
 /* Enable keyboard */
 #define CONFIG_TEGRA2_KEYBOARD
 #define CONFIG_KEYBOARD
-- 
1.7.0.4



More information about the U-Boot mailing list