From 79d2ce4bb1adf75b471824a13d2443748cb48db3 Mon Sep 17 00:00:00 2001 From: Arthur Othieno Date: Fri, 19 Oct 2007 02:04:58 +0200 Subject: [PATCH] hugetlbfs: add Kconfig help text In kernel bugzilla #6248 (http://bugzilla.kernel.org/show_bug.cgi?id=6248), Adrian Bunk notes that CONFIG_HUGETLBFS is missing Kconfig help text. Signed-off-by: Arthur Othieno Signed-off-by: Adrian Bunk --- fs/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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 + for details. + + If unsure, say N. config HUGETLB_PAGE def_bool HUGETLBFS -- 2.39.2