Home | History | Annotate | Download | only in fs
      1 #
      2 # File system configuration
      3 #
      4 
      5 menu "File systems"
      6 
      7 source "fs/btrfs/Kconfig"
      8 
      9 source "fs/cbfs/Kconfig"
     10 
     11 source "fs/ext4/Kconfig"
     12 
     13 source "fs/reiserfs/Kconfig"
     14 
     15 source "fs/fat/Kconfig"
     16 
     17 source "fs/jffs2/Kconfig"
     18 
     19 source "fs/ubifs/Kconfig"
     20 
     21 source "fs/cramfs/Kconfig"
     22 
     23 source "fs/yaffs2/Kconfig"
     24 
     25 endmenu
     26