summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2014-12-03 18:02:21 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-01-19 15:02:46 +0100
commitcd5ca303c4861932ed2540cc21b0aec55ca56a6d (patch)
treeeb4c5b15931bcd433892c1386fb9fad220e81f21 /include
parentda08d791d9e65f9fb82a6b48ee52baacaa68115f (diff)
downloadblackbird-obmc-uboot-cd5ca303c4861932ed2540cc21b0aec55ca56a6d.tar.gz
blackbird-obmc-uboot-cd5ca303c4861932ed2540cc21b0aec55ca56a6d.zip
ARM: atmel: sama5d4ek: enable usb ethernet gadget
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sama5d4ek.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/sama5d4ek.h b/include/configs/sama5d4ek.h
index cbdb3a2943..09ab4d7f25 100644
--- a/include/configs/sama5d4ek.h
+++ b/include/configs/sama5d4ek.h
@@ -121,6 +121,14 @@
#define CONFIG_USB_STORAGE
#endif
+/* USB device */
+#define CONFIG_USB_GADGET
+#define CONFIG_USB_GADGET_DUALSPEED
+#define CONFIG_USB_GADGET_ATMEL_USBA
+#define CONFIG_USB_ETHER
+#define CONFIG_USB_ETH_RNDIS
+#define CONFIG_USBNET_MANUFACTURER "Atmel SAMA5D4EK"
+
#if defined(CONFIG_CMD_USB) || defined(CONFIG_CMD_MMC)
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
OpenPOWER on IntegriCloud