summaryrefslogtreecommitdiff
path: root/common/spl/Kconfig
diff options
context:
space:
mode:
authorMayuresh Chitale <[email protected]>2023-06-03 19:32:54 +0530
committerTom Rini <[email protected]>2023-06-19 17:19:44 -0400
commit8ce6a2e1757718bb9e4e97f1fd7da94ba298fe73 (patch)
tree7445eb6a53e9a8439a1440b1f18b7456e7b33769 /common/spl/Kconfig
parentf3228a7232663c5690eed1a15f1299c25c910179 (diff)
spl: blk: Support loading images from fs
Add a generic API to support loading of SPL payload from any supported filesystem on a given partition of a block device. Signed-off-by: Mayuresh Chitale <[email protected]>
Diffstat (limited to 'common/spl/Kconfig')
-rw-r--r--common/spl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index ae0d50744e6..865571d4579 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1268,6 +1268,7 @@ config SPL_NVME
depends on BLK
select HAVE_BLOCK_DEVICE
select FS_LOADER
+ select SPL_BLK_FS
help
This option enables support for NVM Express devices.
It supports basic functions of NVMe (read/write).