diff options
author | Breno Lima <breno.lima@nxp.com> | 2016-07-22 15:29:30 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-07-28 13:27:20 +0200 |
commit | 71813dcb56737707d12b697d5158ee96b48d7091 (patch) | |
tree | 6c90547004397ad26a1c65aad44d769884fc9f7c /configs/warp7_defconfig | |
parent | ae440ab02d31179a5a4b23e7411fe1baf052e816 (diff) | |
download | u-boot-71813dcb56737707d12b697d5158ee96b48d7091.tar.gz |
warp7: Move some USB configuration options to defconfig
Currently it's recommended to move some configuration options to the
defconfig file.
Move some USB related options to the defconfig file.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
Diffstat (limited to 'configs/warp7_defconfig')
-rw-r--r-- | configs/warp7_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 5a68998eb0..617e0a060a 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -24,6 +24,12 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_USB=y +CONFIG_USB_GADGET=y +CONFIG_CI_UDC=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_G_DNL_MANUFACTURER="FSL" +CONFIG_G_DNL_VENDOR_NUM=0x0525 +CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 CONFIG_USB_EHCI_HCD=y CONFIG_MXC_USB_OTG_HACTIVE=y CONFIG_OF_LIBFDT=y |