aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 62ee097776f0..563a59e5e694 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -800,6 +800,7 @@ config PROC_KCORE
800config PROC_VMCORE 800config PROC_VMCORE
801 bool "/proc/vmcore support (EXPERIMENTAL)" 801 bool "/proc/vmcore support (EXPERIMENTAL)"
802 depends on PROC_FS && EXPERIMENTAL && CRASH_DUMP 802 depends on PROC_FS && EXPERIMENTAL && CRASH_DUMP
803 default y
803 help 804 help
804 Exports the dump image of crashed kernel in ELF format. 805 Exports the dump image of crashed kernel in ELF format.
805 806
@@ -842,6 +843,12 @@ config TMPFS
842config HUGETLBFS 843config HUGETLBFS
843 bool "HugeTLB file system support" 844 bool "HugeTLB file system support"
844 depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN 845 depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN
846 help
847 hugetlbfs is a filesystem backing for HugeTLB pages, based on
848 ramfs. For architectures that support it, say Y here and read
849 <file:Documentation/vm/hugetlbpage.txt> for details.
850
851 If unsure, say N.
845 852
846config HUGETLB_PAGE 853config HUGETLB_PAGE
847 def_bool HUGETLBFS 854 def_bool HUGETLBFS
@@ -862,7 +869,7 @@ config RAMFS
862 869
863config CONFIGFS_FS 870config CONFIGFS_FS
864 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" 871 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)"
865 depends on EXPERIMENTAL 872 depends on SYSFS && EXPERIMENTAL
866 help 873 help
867 configfs is a ram-based filesystem that provides the converse 874 configfs is a ram-based filesystem that provides the converse
868 of sysfs's functionality. Where sysfs is a filesystem-based 875 of sysfs's functionality. Where sysfs is a filesystem-based