summaryrefslogtreecommitdiffstats
path: root/include/configs/sama5d4_xplained.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2014-12-03 18:02:23 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-01-19 15:02:48 +0100
commit52305a829cd927aca2eb4a15985c567e98f562b9 (patch)
treef404a6cd0b83c95fd35536ccd01615f9fcecddab /include/configs/sama5d4_xplained.h
parent4f26c8cac15162cea17c130bf964300fb5659f48 (diff)
downloadtalos-obmc-uboot-52305a829cd927aca2eb4a15985c567e98f562b9.tar.gz
talos-obmc-uboot-52305a829cd927aca2eb4a15985c567e98f562b9.zip
ARM: atmel: sama5d4_xplained: enable usb ethernet gadget
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'include/configs/sama5d4_xplained.h')
-rw-r--r--include/configs/sama5d4_xplained.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/sama5d4_xplained.h b/include/configs/sama5d4_xplained.h
index 104edef102..996973d99b 100644
--- a/include/configs/sama5d4_xplained.h
+++ b/include/configs/sama5d4_xplained.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