diff options
author | Sanchayan Maity <maitysanchayan@gmail.com> | 2016-08-09 23:45:02 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-09-27 23:30:25 +0200 |
commit | 86e5a04bb8e06eb64619839eeda488e47ca6826a (patch) | |
tree | 33ed8569a9c8eeaf40d1c1649ba952459f726214 | |
parent | 727f7908292c9cd3b356fde229cfeecad7df248a (diff) | |
download | u-boot-imx-86e5a04bb8e06eb64619839eeda488e47ca6826a.zip u-boot-imx-86e5a04bb8e06eb64619839eeda488e47ca6826a.tar.gz u-boot-imx-86e5a04bb8e06eb64619839eeda488e47ca6826a.tar.bz2 |
configs: colibri_vf_defconfig: Enable USB driver model for Colibri Vybrid
Enable USB driver model for Toradex Colibri Vybrid modules.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
-rw-r--r-- | configs/colibri_vf_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index c7fc799..fc2164c 100644 --- a/configs/colibri_vf_defconfig +++ b/configs/colibri_vf_defconfig @@ -37,6 +37,7 @@ CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_USB=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y |