Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
963817b3d41bf4c1c25ca6f56c442851f2234b77
/
.
/
fs
/
Kconfig
blob: 41bb0b9f3a47619eb66ffd5a7ea744d403acf40d [
file
] [
log
] [
blame
]
Masahiro Yamada
f3e12b7
2014-09-16 16:32:58 +0900
[
diff
] [
blame
]
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