diff options
author | Sanchayan Maity | 2016-08-09 23:45:02 +0530 |
---|---|---|
committer | Marek Vasut | 2016-09-27 23:30:25 +0200 |
commit | 86e5a04bb8e06eb64619839eeda488e47ca6826a (patch) | |
tree | 33ed8569a9c8eeaf40d1c1649ba952459f726214 /configs | |
parent | 727f7908292c9cd3b356fde229cfeecad7df248a (diff) |
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>
Diffstat (limited to 'configs')
-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 c7fc7991f74..fc2164c34ac 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 |