From 3668ce3c8008705f271bb55ee863638de3bf8067 Mon Sep 17 00:00:00 2001 From: Bo Shen Date: Wed, 11 Sep 2013 18:24:51 +0800 Subject: ARM: atmel: add RNDIS gadget support Add RNDIS gadget support to test atmel usba udc driver Signed-off-by: Bo Shen --- include/configs/sama5d3xek.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/configs/sama5d3xek.h') diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 76fa500..79c0068 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -162,6 +162,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 SAMA5D3xEK" + #if defined(CONFIG_CMD_USB) || defined(CONFIG_CMD_MMC) #define CONFIG_CMD_FAT #endif -- cgit v1.1