commit | d15a79c7d644f4b10dbd9bc28997a552c783036d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jun 04 19:37:41 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 14 10:39:35 2024 -0600 |
tree | 81be0c105763d656912dedeaf942eb5184126411 | |
parent | cec1548f1eb9d4eb84aee38cd7268261e93d8671 [diff] |
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>
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 6405374..80c80d9 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig
@@ -1293,7 +1293,7 @@ config SPL_NVME bool "NVM Express device support" - depends on BLK + depends on SPL_BLK select FS_LOADER select SPL_BLK_FS help