]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - fs/Kconfig
fs: remove explicit efi configuration dependency
[thirdparty/u-boot.git] / fs / Kconfig
index e6803ac8cb2bba4717cc2012d66ed6301a63cc41..aa13d4faa7717bc32daf15a18db7c3d1e4b18a49 100644 (file)
@@ -4,6 +4,8 @@
 
 menu "File systems"
 
+source "fs/btrfs/Kconfig"
+
 source "fs/cbfs/Kconfig"
 
 source "fs/ext4/Kconfig"
@@ -14,10 +16,16 @@ source "fs/fat/Kconfig"
 
 source "fs/jffs2/Kconfig"
 
+source "fs/sandbox/Kconfig"
+
 source "fs/ubifs/Kconfig"
 
 source "fs/cramfs/Kconfig"
 
 source "fs/yaffs2/Kconfig"
 
+source "fs/squashfs/Kconfig"
+
+source "fs/erofs/Kconfig"
+
 endmenu