]> Git Repo - J-u-boot.git/blame - fs/Kconfig
fs: fat: structure for name and extension
[J-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
c5100613
JMC
25source "fs/squashfs/Kconfig"
26
ed36323f 27endmenu
This page took 0.28382 seconds and 4 git commands to generate.