From a48d687c575f92589e2101661f02fb04e16c24a0 Mon Sep 17 00:00:00 2001 From: Semen Protsenko Date: Mon, 24 Oct 2016 18:41:12 +0300 Subject: configs: am57xx: Enable download gadget Enable USB download gadget (needed for fastboot support) and all dependencies. Signed-off-by: Sam Protsenko Reviewed-by: Tom Rini --- configs/am57xx_evm_nodt_defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configs/am57xx_evm_nodt_defconfig') diff --git a/configs/am57xx_evm_nodt_defconfig b/configs/am57xx_evm_nodt_defconfig index c3cdb20..7d257f7 100644 --- a/configs/am57xx_evm_nodt_defconfig +++ b/configs/am57xx_evm_nodt_defconfig @@ -37,5 +37,14 @@ CONFIG_TI_QSPI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_DWC3=y +CONFIG_USB_DWC3_GADGET=y +CONFIG_USB_DWC3_OMAP=y +CONFIG_USB_DWC3_PHY_OMAP=y CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_G_DNL_MANUFACTURER="Texas Instruments" +CONFIG_G_DNL_VENDOR_NUM=0x0451 +CONFIG_G_DNL_PRODUCT_NUM=0xd022 CONFIG_OF_LIBFDT=y -- cgit v1.1