Blame view

fs/Kconfig 306 Bytes
ed36323f6   Masahiro Yamada   kconfig: add blan...
1
2
3
4
5
  #
  # File system configuration
  #
  
  menu "File systems"
0c936ee31   Marek BehĂșn   fs: btrfs: Add U-...
6
  source "fs/btrfs/Kconfig"
deb959991   Simon Glass   fs: Kconfig: Add ...
7
  source "fs/cbfs/Kconfig"
ed36323f6   Masahiro Yamada   kconfig: add blan...
8
9
10
11
12
13
14
15
16
17
18
  source "fs/ext4/Kconfig"
  
  source "fs/reiserfs/Kconfig"
  
  source "fs/fat/Kconfig"
  
  source "fs/jffs2/Kconfig"
  
  source "fs/ubifs/Kconfig"
  
  source "fs/cramfs/Kconfig"
7a7643184   Simon Glass   Convert CONFIG_CM...
19
  source "fs/yaffs2/Kconfig"
ed36323f6   Masahiro Yamada   kconfig: add blan...
20
  endmenu