]> git.ipfire.org Git - people/ms/u-boot.git/blame - fs/Kconfig
Convert CONFIG_BOOTCOUNT_ENV to Kconfig
[people/ms/u-boot.git] / fs / Kconfig
CommitLineData
ed36323f
MY
1#
2# File system configuration
3#
4
5menu "File systems"
6
0c936ee3
MB
7source "fs/btrfs/Kconfig"
8
deb95999
SG
9source "fs/cbfs/Kconfig"
10
ed36323f
MY
11source "fs/ext4/Kconfig"
12
13source "fs/reiserfs/Kconfig"
14
15source "fs/fat/Kconfig"
16
17source "fs/jffs2/Kconfig"
18
19source "fs/ubifs/Kconfig"
20
21source "fs/cramfs/Kconfig"
22
7a764318
SG
23source "fs/yaffs2/Kconfig"
24
ed36323f 25endmenu