]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - fs/Kconfig
fs: remove explicit efi configuration dependency
[thirdparty/u-boot.git] / fs / Kconfig
index 41bb0b9f3a47619eb66ffd5a7ea744d403acf40d..aa13d4faa7717bc32daf15a18db7c3d1e4b18a49 100644 (file)
@@ -4,6 +4,10 @@
 
 menu "File systems"
 
+source "fs/btrfs/Kconfig"
+
+source "fs/cbfs/Kconfig"
+
 source "fs/ext4/Kconfig"
 
 source "fs/reiserfs/Kconfig"
@@ -12,8 +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