Commit 9df4757718812b86f6ccb5d8331a08cdfd1527c4
Committed by
Stefano Babic
1 parent
3f97af5302
Exists in
v2017.01-smarct4x
and in
40 other branches
board: wandboard: add usb storage
Cc: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff
include/configs/wandboard.h
| ... | ... | @@ -78,6 +78,15 @@ |
| 78 | 78 | #define CONFIG_CMD_FAT |
| 79 | 79 | #define CONFIG_DOS_PARTITION |
| 80 | 80 | |
| 81 | +/* USB Configs */ | |
| 82 | +#define CONFIG_CMD_USB | |
| 83 | +#define CONFIG_USB_EHCI | |
| 84 | +#define CONFIG_USB_EHCI_MX6 | |
| 85 | +#define CONFIG_USB_STORAGE | |
| 86 | +#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 | |
| 87 | +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) | |
| 88 | +#define CONFIG_MXC_USB_FLAGS 0 | |
| 89 | + | |
| 81 | 90 | /* Ethernet Configuration */ |
| 82 | 91 | #define CONFIG_CMD_PING |
| 83 | 92 | #define CONFIG_CMD_DHCP |