mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
[PATCH] 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: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
6aa3001b23
commit
dda27d1a55
@ -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
|
||||
<file:Documentation/vm/hugetlbpage.txt> for details.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config HUGETLB_PAGE
|
||||
def_bool HUGETLBFS
|
||||
|
Loading…
Reference in New Issue
Block a user