diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2013-09-25 18:41:18 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-10-20 23:42:40 +0200 |
commit | f3d7cff55951e0b47bad150bf5c329bd577e2ce5 (patch) | |
tree | 1d8b4aae50a640bea5463ae988aaafb347498eab /include | |
parent | 08ce074e56a1499e7b3c6a1134904b90d1c6c2e9 (diff) | |
download | u-boot-imx-f3d7cff55951e0b47bad150bf5c329bd577e2ce5.zip u-boot-imx-f3d7cff55951e0b47bad150bf5c329bd577e2ce5.tar.gz u-boot-imx-f3d7cff55951e0b47bad150bf5c329bd577e2ce5.tar.bz2 |
nitrogen6x: add CONFIG_MV_UDC
Also, add other USB related config items.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/nitrogen6x.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 3454b86..065dc97 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -30,6 +30,12 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_MXC_GPIO +#define CONFIG_MV_UDC +#define CONFIG_USBD_HS +#define CONFIG_USB_GADGET_DUALSPEED +#define CONFIG_USB_ETHER +#define CONFIG_USB_ETH_CDC +#define CONFIG_NETCONSOLE #define CONFIG_CMD_FUSE #ifdef CONFIG_CMD_FUSE |