[PATCH] kcore: add Kconfig help text

From: Randy Dunlap
Date: Thu Nov 07 2013 - 00:51:59 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Under Pseudo filesystems, /proc/kcore support has no help,
so add some.

Fixes a portion of kernel bugzilla #52671:
https://bugzilla.kernel.org/show_bug.cgi?id=52671

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Reported-by: lailavrazda1979@xxxxxxxxx
---
Would anyone like to expand on this help text?
Thanks.

fs/proc/Kconfig | 2 ++
1 file changed, 2 insertions(+)

--- lnx-312.orig/fs/proc/Kconfig
+++ lnx-312/fs/proc/Kconfig
@@ -31,6 +31,8 @@ config PROC_FS
config PROC_KCORE
bool "/proc/kcore support" if !ARM
depends on PROC_FS && MMU
+ help
+ Exports kernel core in ELF format.

config PROC_VMCORE
bool "/proc/vmcore support"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/