spl: nvme: Make this depend on SPL_BLK

As this is an SPL related driver, and in SPL enabling SPL_BLK is
optional, make this depend on the correct symbol.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-06-04 19:37:41 -06:00
parent 66bd11ba4d
commit 9c9e667965

View File

@ -1293,7 +1293,7 @@ config SPL_SATA_RAW_U_BOOT_SECTOR
config SPL_NVME
bool "NVM Express device support"
depends on BLK
depends on SPL_BLK
select FS_LOADER
select SPL_BLK_FS
help