diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2016-04-13 14:20:26 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-20 11:43:27 +0200 |
commit | aaa4a9e313ee6e5d30c1476ad754e0b907e34217 (patch) | |
tree | 62b36c8a99861a9d4d89b7735e26bcca3b8f6bb2 /configs/Cubietruck_defconfig | |
parent | 3457bbaf22a8fb6884d52fc3af997c187e930f06 (diff) | |
download | u-boot-imx-aaa4a9e313ee6e5d30c1476ad754e0b907e34217.zip u-boot-imx-aaa4a9e313ee6e5d30c1476ad754e0b907e34217.tar.gz u-boot-imx-aaa4a9e313ee6e5d30c1476ad754e0b907e34217.tar.bz2 |
usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig
While at it, remove obsolete CONFIG_USBDOWNLOAD_GADGET option from some
config headers. This is also probably fixes am335x_baltos board.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'configs/Cubietruck_defconfig')
-rw-r--r-- | configs/Cubietruck_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Cubietruck_defconfig b/configs/Cubietruck_defconfig index 8c4fcf3..2ec2928 100644 --- a/configs/Cubietruck_defconfig +++ b/configs/Cubietruck_defconfig @@ -19,3 +19,4 @@ CONFIG_ETH_DESIGNWARE=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_GADGET=y CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_DOWNLOAD=y |