Masahiro Yamada | ed36323 | 2014-09-16 16:32:58 +0900 | [diff] [blame] | 1 | # |
2 | # File system configuration | ||||
3 | # | ||||
4 | |||||
5 | menu "File systems" | ||||
6 | |||||
Marek BehĂșn | 0c936ee | 2017-09-03 17:00:29 +0200 | [diff] [blame] | 7 | source "fs/btrfs/Kconfig" |
8 | |||||
Simon Glass | deb95999 | 2017-04-26 22:27:59 -0600 | [diff] [blame] | 9 | source "fs/cbfs/Kconfig" |
10 | |||||
Masahiro Yamada | ed36323 | 2014-09-16 16:32:58 +0900 | [diff] [blame] | 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 | |||||
Simon Glass | 7a76431 | 2017-08-04 16:34:58 -0600 | [diff] [blame] | 23 | source "fs/yaffs2/Kconfig" |
24 | |||||
Masahiro Yamada | ed36323 | 2014-09-16 16:32:58 +0900 | [diff] [blame] | 25 | endmenu |