usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/
authorMarek Vasut <marex@denx.de>
Sat, 6 May 2023 14:42:37 +0000 (16:42 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 16 May 2023 23:51:39 +0000 (01:51 +0200)
commitdf104411d1a9e695cec2ca992c5798b2df38c92b
tree9a29bb1fd75d478283eb9d625c96e6ddcb50ba65
parent5d0b3dde115b0d26d414199678983d01b738ad1b
usb: Move SPL_USB_HOST Kconfig symbol 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_HOST and updates help text of both USB_HOST
and SPL_USB_HOST .

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