git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66bd11b
)
spl: nvme: Make this depend on SPL_BLK
author
Tom Rini
<trini@konsulko.com>
Wed, 5 Jun 2024 01:37:41 +0000
(19:37 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/common/spl/Kconfig
b/common/spl/Kconfig
index
6405374
..
80c80d9
100644
(file)
--- a/
common/spl/Kconfig
+++ b/
common/spl/Kconfig
@@
-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