summaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2023-05-06 17:42:37 +0300
committerMarek Vasut <marex@denx.de>2023-05-17 02:51:39 +0300
commitdf104411d1a9e695cec2ca992c5798b2df38c92b (patch)
tree9a29bb1fd75d478283eb9d625c96e6ddcb50ba65 /common/spl
parent5d0b3dde115b0d26d414199678983d01b738ad1b (diff)
downloadu-boot-df104411d1a9e695cec2ca992c5798b2df38c92b.tar.xz
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>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 2c042ad306..03d0fd90e0 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1345,16 +1345,6 @@ config SPL_THERMAL
automatic power-off when the temperature gets too high or low. Other
devices may be discrete but connected on a suitable bus.
-config SPL_USB_HOST
- bool "Support USB host drivers"
- help
- Enable access to USB (Universal Serial Bus) host devices so that
- SPL can load U-Boot from a connected USB peripheral, such as a USB
- flash stick. While USB takes a little longer to start up than most
- buses, it is very flexible since many different types of storage
- device can be attached. This option enables the drivers in
- drivers/usb/host as part of an SPL build.
-
config SPL_USB_STORAGE
bool "Support loading from USB"
depends on SPL_USB_HOST