X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2FKconfig;h=1cb9831be8aefeeb19745fb16e6fc6f506a83528;hb=9bc9664d5ee16155b42baf92282ba7198ef4e873;hp=41bb0b9f3a47619eb66ffd5a7ea744d403acf40d;hpb=3cc83f9d08a80fddf4c1e8e766eff8273f30814c;p=u-boot diff --git a/fs/Kconfig b/fs/Kconfig index 41bb0b9f3a..1cb9831be8 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -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,6 @@ source "fs/ubifs/Kconfig" source "fs/cramfs/Kconfig" +source "fs/yaffs2/Kconfig" + endmenu