Kconfig 279 B

1234567891011121314151617181920212223
  1. #
  2. # File system configuration
  3. #
  4. menu "File systems"
  5. source "fs/cbfs/Kconfig"
  6. source "fs/ext4/Kconfig"
  7. source "fs/reiserfs/Kconfig"
  8. source "fs/fat/Kconfig"
  9. source "fs/jffs2/Kconfig"
  10. source "fs/ubifs/Kconfig"
  11. source "fs/cramfs/Kconfig"
  12. source "fs/yaffs2/Kconfig"
  13. endmenu