diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 7 |
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" | |||
43 | source "fs/gfs2/Kconfig" | 43 | source "fs/gfs2/Kconfig" |
44 | source "fs/ocfs2/Kconfig" | 44 | source "fs/ocfs2/Kconfig" |
45 | source "fs/btrfs/Kconfig" | 45 | source "fs/btrfs/Kconfig" |
46 | source "fs/nilfs2/Kconfig" | ||
46 | 47 | ||
47 | endif # BLOCK | 48 | endif # BLOCK |
48 | 49 | ||
@@ -108,6 +109,7 @@ source "fs/sysfs/Kconfig" | |||
108 | 109 | ||
109 | config TMPFS | 110 | config 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 | ||
134 | config HUGETLBFS | 136 | config 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" | |||
186 | source "fs/sysv/Kconfig" | 188 | source "fs/sysv/Kconfig" |
187 | source "fs/ufs/Kconfig" | 189 | source "fs/ufs/Kconfig" |
188 | source "fs/exofs/Kconfig" | 190 | source "fs/exofs/Kconfig" |
189 | source "fs/nilfs2/Kconfig" | ||
190 | 191 | ||
191 | endif # MISC_FILESYSTEMS | 192 | endif # MISC_FILESYSTEMS |
192 | 193 | ||