aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index d621f02a3f9..f95ae3a027f 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -4,6 +4,10 @@
4 4
5menu "File systems" 5menu "File systems"
6 6
7# Use unaligned word dcache accesses
8config DCACHE_WORD_ACCESS
9 bool
10
7if BLOCK 11if BLOCK
8 12
9source "fs/ext2/Kconfig" 13source "fs/ext2/Kconfig"
@@ -210,6 +214,7 @@ source "fs/minix/Kconfig"
210source "fs/omfs/Kconfig" 214source "fs/omfs/Kconfig"
211source "fs/hpfs/Kconfig" 215source "fs/hpfs/Kconfig"
212source "fs/qnx4/Kconfig" 216source "fs/qnx4/Kconfig"
217source "fs/qnx6/Kconfig"
213source "fs/romfs/Kconfig" 218source "fs/romfs/Kconfig"
214source "fs/pstore/Kconfig" 219source "fs/pstore/Kconfig"
215source "fs/sysv/Kconfig" 220source "fs/sysv/Kconfig"