]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/
authorMarek Vasut <marex@denx.de>
Sat, 6 May 2023 14:42:39 +0000 (16:42 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 16 May 2023 23:51:39 +0000 (01:51 +0200)
commit0007fb2ff7a330911647d4cf8856e8cb8047337e
treeeee7d7cc6e1b703f09ec40d372755435fc752a0a
parent6308731648de53e2bc9463e4510649dee8b8d03c
usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/

To avoid piling up all the various Kconfig symbols in one place, i.e.
common/spl/Kconfig, move the USB Kconfig symbols into drivers/usb/ .
This commit moves SPL_USB_GADGET and related symbols. Fix typo and
rename SPL_USB_GADGET to "USB Gadget Support in SPL" .

Update the gadget Makefile to match the symbol changes.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile