diff options
author | Sam Protsenko | 2016-04-13 14:20:27 +0300 |
---|---|---|
committer | Marek Vasut | 2016-04-20 11:43:27 +0200 |
commit | 65403f3010ff71968197821ff693d960269785b1 (patch) | |
tree | 67e213cd408d7f8c7140106d73367730f0c10ae6 /include/configs/dra7xx_evm.h | |
parent | aaa4a9e313ee6e5d30c1476ad754e0b907e34217 (diff) |
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 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 70c25bf0e04..3fb97e88439 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -229,7 +229,6 @@ /* USB GADGET */ #define CONFIG_USB_DWC3_PHY_OMAP #define CONFIG_USB_DWC3_OMAP -#define CONFIG_USB_DWC3_GADGET #define CONFIG_G_DNL_MANUFACTURER "Texas Instruments" #define CONFIG_G_DNL_VENDOR_NUM 0x0451 |