fs/squashfs: new filesystem
[pandora-u-boot.git] / fs / Kconfig
index 41bb0b9..620af7f 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"
@@ -16,4 +20,8 @@ source "fs/ubifs/Kconfig"
 
 source "fs/cramfs/Kconfig"
 
+source "fs/yaffs2/Kconfig"
+
+source "fs/squashfs/Kconfig"
+
 endmenu