]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spl: nvme: Make this depend on SPL_BLK
authorTom Rini <trini@konsulko.com>
Wed, 5 Jun 2024 01:37:41 +0000 (19:37 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jun 2024 16:39:35 +0000 (10:39 -0600)
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>
common/spl/Kconfig

index 6405374bcc12a0fecd453a4a5a48c299a5584f49..80c80d9904fd5d7d95af810ed60be4a759462a1e 100644 (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