Masahiro Yamada | f3e12b7 | 2014-09-16 16:32:58 +0900 | [diff] [blame] | 1 | # |
2 | # File system configuration | ||||
3 | # | ||||
4 | |||||
5 | menu "File systems" | ||||
6 | |||||
Marek BehĂșn | 98ec1d1 | 2017-09-03 17:00:29 +0200 | [diff] [blame] | 7 | source "fs/btrfs/Kconfig" |
8 | |||||
Simon Glass | 579b51a | 2017-04-26 22:27:59 -0600 | [diff] [blame] | 9 | source "fs/cbfs/Kconfig" |
10 | |||||
Masahiro Yamada | f3e12b7 | 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 | 19c5caf | 2017-08-04 16:34:58 -0600 | [diff] [blame] | 23 | source "fs/yaffs2/Kconfig" |
24 | |||||
Joao Marcos Costa | 29da374 | 2020-07-30 15:33:47 +0200 | [diff] [blame] | 25 | source "fs/squashfs/Kconfig" |
26 | |||||
Masahiro Yamada | f3e12b7 | 2014-09-16 16:32:58 +0900 | [diff] [blame] | 27 | endmenu |