From patchwork Wed Jan 30 12:13:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,09/10] mx23_olinuxino: Enable USB support Date: Wed, 30 Jan 2013 02:13:20 -0000 From: Otavio Salvador X-Patchwork-Id: 216882 Message-Id: <1359548001-14278-10-git-send-email-otavio@ossystems.com.br> To: U-Boot Mailing List Cc: Fabio Estevam , Marek Vasut , Otavio Salvador This enabled USB support for the mx23_olinuxino board. Signed-off-by: Otavio Salvador --- include/configs/mx23_olinuxino.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h index 968aec8..7e17809 100644 --- a/include/configs/mx23_olinuxino.h +++ b/include/configs/mx23_olinuxino.h @@ -58,6 +58,7 @@ #define CONFIG_CMD_GPIO #define CONFIG_CMD_LED #define CONFIG_CMD_MMC +#define CONFIG_CMD_USB /* * Memory configurations @@ -138,6 +139,15 @@ */ #define CONFIG_APBH_DMA +/* USB */ +#ifdef CONFIG_CMD_USB +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_MXS +#define CONFIG_EHCI_MXS_PORT 0 +#define CONFIG_EHCI_IS_TDI +#define CONFIG_USB_STORAGE +#endif + /* * Boot Linux */