From: apgo@patchbomb.org (Arthur Othieno) 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: Andrew Morton --- fs/Kconfig | 6 ++++++ 1 files changed, 6 insertions(+) diff -puN fs/Kconfig~hugetlbfs-add-kconfig-help-text fs/Kconfig --- devel/fs/Kconfig~hugetlbfs-add-kconfig-help-text 2006-04-16 18:19:19.000000000 -0700 +++ devel-akpm/fs/Kconfig 2006-04-16 18:19:19.000000000 -0700 @@ -842,6 +842,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 _