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