aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 0e7da7bb5d93..64d44efad7a5 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -43,6 +43,7 @@ source "fs/xfs/Kconfig"
43source "fs/gfs2/Kconfig" 43source "fs/gfs2/Kconfig"
44source "fs/ocfs2/Kconfig" 44source "fs/ocfs2/Kconfig"
45source "fs/btrfs/Kconfig" 45source "fs/btrfs/Kconfig"
46source "fs/nilfs2/Kconfig"
46 47
47endif # BLOCK 48endif # BLOCK
48 49
@@ -108,6 +109,7 @@ source "fs/sysfs/Kconfig"
108 109
109config TMPFS 110config TMPFS
110 bool "Virtual memory file system support (former shm fs)" 111 bool "Virtual memory file system support (former shm fs)"
112 depends on SHMEM
111 help 113 help
112 Tmpfs is a file system which keeps all files in virtual memory. 114 Tmpfs is a file system which keeps all files in virtual memory.
113 115
@@ -133,8 +135,8 @@ config TMPFS_POSIX_ACL
133 135
134config HUGETLBFS 136config HUGETLBFS
135 bool "HugeTLB file system support" 137 bool "HugeTLB file system support"
136 depends on X86 || IA64 || PPC64 || SPARC64 || (SUPERH && MMU) || \ 138 depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \
137 (S390 && 64BIT) || SYS_SUPPORTS_HUGETLBFS || BROKEN 139 SYS_SUPPORTS_HUGETLBFS || BROKEN
138 help 140 help
139 hugetlbfs is a filesystem backing for HugeTLB pages, based on 141 hugetlbfs is a filesystem backing for HugeTLB pages, based on
140 ramfs. For architectures that support it, say Y here and read 142 ramfs. For architectures that support it, say Y here and read
@@ -186,7 +188,6 @@ source "fs/romfs/Kconfig"
186source "fs/sysv/Kconfig" 188source "fs/sysv/Kconfig"
187source "fs/ufs/Kconfig" 189source "fs/ufs/Kconfig"
188source "fs/exofs/Kconfig" 190source "fs/exofs/Kconfig"
189source "fs/nilfs2/Kconfig"
190 191
191endif # MISC_FILESYSTEMS 192endif # MISC_FILESYSTEMS
192 193