diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ca687092a334..5f85b5947613 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -135,8 +135,8 @@ config TMPFS_POSIX_ACL | |||
135 | 135 | ||
136 | config HUGETLBFS | 136 | config HUGETLBFS |
137 | bool "HugeTLB file system support" | 137 | bool "HugeTLB file system support" |
138 | depends on X86 || IA64 || PPC64 || SPARC64 || (SUPERH && MMU) || \ | 138 | depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \ |
139 | (S390 && 64BIT) || SYS_SUPPORTS_HUGETLBFS || BROKEN | 139 | SYS_SUPPORTS_HUGETLBFS || BROKEN |
140 | help | 140 | help |
141 | hugetlbfs is a filesystem backing for HugeTLB pages, based on | 141 | hugetlbfs is a filesystem backing for HugeTLB pages, based on |
142 | ramfs. For architectures that support it, say Y here and read | 142 | ramfs. For architectures that support it, say Y here and read |
@@ -177,6 +177,7 @@ source "fs/efs/Kconfig" | |||
177 | source "fs/jffs2/Kconfig" | 177 | source "fs/jffs2/Kconfig" |
178 | # UBIFS File system configuration | 178 | # UBIFS File system configuration |
179 | source "fs/ubifs/Kconfig" | 179 | source "fs/ubifs/Kconfig" |
180 | source "fs/logfs/Kconfig" | ||
180 | source "fs/cramfs/Kconfig" | 181 | source "fs/cramfs/Kconfig" |
181 | source "fs/squashfs/Kconfig" | 182 | source "fs/squashfs/Kconfig" |
182 | source "fs/freevxfs/Kconfig" | 183 | source "fs/freevxfs/Kconfig" |