summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 461b5a9fc83..adf338ab00c 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -106,8 +106,9 @@ config EFI_MEDIA
For sandbox there is a test driver.
config SPL_BLK_FS
- bool "Load images from filesystems on block devices"
- depends on SPL_BLK && SPL_FS_LOADER
+ bool
+ depends on SPL_BLK
+ select SPL_FS_LOADER
help
Use generic support to load images from fat/ext filesystems on
different types of block devices such as NVMe.