Skip to content
Snippets Groups Projects
Commit f9d0fd8a authored by Sam Protsenko's avatar Sam Protsenko Committed by Tom Rini
Browse files

usb: gadget: Move CONFIG_USB_GADGET to Kconfig


The description was borrowed from kernel. "tristate" type was changed
to "bool" (I believe we don't support modules for u-boot yet, right?).
CONFIG_USB_GADGET requires CONFIG_USB to be defined too, so add it along
as well.

Definitions were added to defconfig files in a way that
"make savedefconfig" generates exactly the same file as used defconfig.

Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
[trini: Add zynq_zc702 conversion]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent a6164205
No related branches found
No related tags found
No related merge requests found
Showing
with 35 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment