diff options
author | Sam Protsenko | 2016-04-13 14:20:26 +0300 |
---|---|---|
committer | Marek Vasut | 2016-04-20 11:43:27 +0200 |
commit | aaa4a9e313ee6e5d30c1476ad754e0b907e34217 (patch) | |
tree | 62b36c8a99861a9d4d89b7735e26bcca3b8f6bb2 /include/configs/mx7dsabresd.h | |
parent | 3457bbaf22a8fb6884d52fc3af997c187e930f06 (diff) |
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 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index fb47a6c203c..f62e1d4024a 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -261,7 +261,6 @@ #define CONFIG_CMD_USB_MASS_STORAGE #define CONFIG_USB_FUNCTION_MASS_STORAGE -#define CONFIG_USB_GADGET_DOWNLOAD #define CONFIG_G_DNL_VENDOR_NUM 0x0525 #define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5 |