Masahiro Yamada | ed36323 | 2014-09-16 16:32:58 +0900 | [diff] [blame] | 1 | # |
2 | # File system configuration | ||||
3 | # | ||||
4 | |||||
5 | menu "File systems" | ||||
6 | |||||
Simon Glass | deb95999 | 2017-04-26 22:27:59 -0600 | [diff] [blame] | 7 | source "fs/cbfs/Kconfig" |
8 | |||||
Masahiro Yamada | ed36323 | 2014-09-16 16:32:58 +0900 | [diff] [blame] | 9 | source "fs/ext4/Kconfig" |
10 | |||||
11 | source "fs/reiserfs/Kconfig" | ||||
12 | |||||
13 | source "fs/fat/Kconfig" | ||||
14 | |||||
15 | source "fs/jffs2/Kconfig" | ||||
16 | |||||
17 | source "fs/ubifs/Kconfig" | ||||
18 | |||||
19 | source "fs/cramfs/Kconfig" | ||||
20 | |||||
21 | endmenu |