projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
VCMA9: convert to generic board
[platform/kernel/u-boot.git]
/
fs
/
Kconfig
1
#
2
# File system configuration
3
#
4
5
menu "File systems"
6
7
source "fs/ext4/Kconfig"
8
9
source "fs/reiserfs/Kconfig"
10
11
source "fs/fat/Kconfig"
12
13
source "fs/jffs2/Kconfig"
14
15
source "fs/ubifs/Kconfig"
16
17
source "fs/cramfs/Kconfig"
18
19
endmenu