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>
This commit is contained in:
Simon Glass
2022-08-11 19:34:49 -06:00
committed by Tom Rini
parent 7f8967c2b8
commit ca28baf17c
8 changed files with 7 additions and 12 deletions

View File

@@ -4,7 +4,6 @@
config NVME
bool "NVM Express device support"
select SPL_LEGACY_BLOCK
help
This option enables support for NVM Express devices.
It supports basic functions of NVMe (read/write).