mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
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:
parent
66bd11ba4d
commit
9c9e667965
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user