blob: e6803ac8cb2bba4717cc2012d66ed6301a63cc41 [file] [log] [blame]
Masahiro Yamadaed363232014-09-16 16:32:58 +09001#
2# File system configuration
3#
4
5menu "File systems"
6
Simon Glassdeb959992017-04-26 22:27:59 -06007source "fs/cbfs/Kconfig"
8
Masahiro Yamadaed363232014-09-16 16:32:58 +09009source "fs/ext4/Kconfig"
10
11source "fs/reiserfs/Kconfig"
12
13source "fs/fat/Kconfig"
14
15source "fs/jffs2/Kconfig"
16
17source "fs/ubifs/Kconfig"
18
19source "fs/cramfs/Kconfig"
20
Simon Glass7a764312017-08-04 16:34:58 -060021source "fs/yaffs2/Kconfig"
22
Masahiro Yamadaed363232014-09-16 16:32:58 +090023endmenu