diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2016-04-13 14:20:27 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-20 11:43:27 +0200 |
commit | 65403f3010ff71968197821ff693d960269785b1 (patch) | |
tree | 67e213cd408d7f8c7140106d73367730f0c10ae6 /configs/am43xx_evm_ethboot_defconfig | |
parent | aaa4a9e313ee6e5d30c1476ad754e0b907e34217 (diff) | |
download | u-boot-imx-65403f3010ff71968197821ff693d960269785b1.zip u-boot-imx-65403f3010ff71968197821ff693d960269785b1.tar.gz u-boot-imx-65403f3010ff71968197821ff693d960269785b1.tar.bz2 |
usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig
Description was borrowed from kernel dwc3 Kconfig.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'configs/am43xx_evm_ethboot_defconfig')
-rw-r--r-- | configs/am43xx_evm_ethboot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_ethboot_defconfig b/configs/am43xx_evm_ethboot_defconfig index 114d10f..fa01c75 100644 --- a/configs/am43xx_evm_ethboot_defconfig +++ b/configs/am43xx_evm_ethboot_defconfig @@ -12,6 +12,7 @@ CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y CONFIG_USB=y CONFIG_USB_DWC3=y +CONFIG_USB_DWC3_GADGET=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_OF_LIBFDT=y |