diff options
author | Simon Glass <sjg@chromium.org> | 2022-08-11 19:34:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-16 11:05:16 -0400 |
commit | ca28baf17c54bd723e704923f2d71828f34d1f1f (patch) | |
tree | 9f03ee158927aafd58be706805757db394eb28f9 /common | |
parent | 7f8967c2b82f9917987b69fbf43f8f591f3a8516 (diff) | |
download | u-boot-ca28baf17c54bd723e704923f2d71828f34d1f1f.tar.gz |
blk: Select SPL_LEGACY_BLOCK automatically
Selecting this option can be handled in the Kconfig option itself, as it
is with BLK. Update this an drop the various 'select' clauses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 222472a6fb..e1b2a421cd 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -792,7 +792,6 @@ config SPL_DM_MAILBOX config SPL_MMC bool "Support MMC" depends on MMC - select SPL_LEGACY_BLOCK help Enable support for MMC (Multimedia Card) within SPL. This enables the MMC protocol implementation and allows any enabled drivers to @@ -1318,7 +1317,6 @@ config SPL_THERMAL config SPL_USB_HOST bool "Support USB host drivers" - select SPL_LEGACY_BLOCK 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 |