summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Othieno <apgo@patchbomb.org>2007-10-19 02:04:58 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-19 02:04:58 +0200
commit79d2ce4bb1adf75b471824a13d2443748cb48db3 (patch)
tree307c76e42e5b48ee395ac6ced283f476ed634647
parentd9e8843e2ddab65876c08874c4f3f7dd938e2ba5 (diff)
hugetlbfs: add Kconfig help text
In kernel bugzilla #6248 (http://bugzilla.kernel.org/show_bug.cgi?id=6248), Adrian Bunk <bunk@stusta.de> notes that CONFIG_HUGETLBFS is missing Kconfig help text. Signed-off-by: Arthur Othieno <apgo@patchbomb.org> Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r--fs/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index e9749b0eecd8..cfbfbd813c1f 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -841,6 +841,12 @@ config TMPFS
config HUGETLBFS
bool "HugeTLB file system support"
depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN
+ help
+ hugetlbfs is a filesystem backing for HugeTLB pages, based on
+ ramfs. For architectures that support it, say Y here and read
+ <file:Documentation/vm/hugetlbpage.txt> for details.
+
+ If unsure, say N.
config HUGETLB_PAGE
def_bool HUGETLBFS