commit | 98b91938a86dd233630c7e9597d5906c3f655df2 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat May 06 16:42:39 2023 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed May 17 01:51:39 2023 +0200 |
tree | eee7d7cc6e1b703f09ec40d372755435fc752a0a | |
parent | 0e6ba4f8111779b5239963b5c2f2f2c0e58a430e [diff] |
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>