diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2016-04-13 14:20:24 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-20 11:43:27 +0200 |
commit | a59a77f86318550168d5ceec36a7ca0add42d778 (patch) | |
tree | e41d5cc6e69d644c6ca38028916d70e87ddc9659 /include/configs/omap3_beagle.h | |
parent | a2e3a1d86c17b457056a4b65d8c045d98a75ba0f (diff) | |
download | u-boot-a59a77f86318550168d5ceec36a7ca0add42d778.tar.gz |
usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to Kconfig
The description was borrowed from kernel. Definitions were added to
defconfig files in a way that "make savedefconfig" generates exactly
the same file as used defconfig.
Boards using 0 mA as CONFIG_USB_GADGET_VBUS_DRAW value were moved to use
2 mA (as minimal allowed by Kconfig).
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 2112d9fe94..17d8a86b4f 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -66,7 +66,6 @@ #define CONFIG_TWL4030_USB 1 #define CONFIG_USB_ETHER #define CONFIG_USB_ETHER_RNDIS -#define CONFIG_USB_GADGET_VBUS_DRAW 0 #define CONFIG_USB_GADGET_DOWNLOAD #define CONFIG_G_DNL_VENDOR_NUM 0x0451 #define CONFIG_G_DNL_PRODUCT_NUM 0xd022 |