
From: Adrian Bunk <bunk@stusta.de>

There's no help text for CONFIG_DEBUG_STACKOVERFLOW - add one.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 arch/i386/Kconfig.debug |    3 +++
 1 files changed, 3 insertions(+)

diff -puN arch/i386/Kconfig.debug~i386-add-missing-kconfig-help-text arch/i386/Kconfig.debug
--- devel/arch/i386/Kconfig.debug~i386-add-missing-kconfig-help-text	2005-07-25 19:53:43.000000000 -0700
+++ devel-akpm/arch/i386/Kconfig.debug	2005-07-25 19:53:43.000000000 -0700
@@ -18,6 +18,9 @@ config EARLY_PRINTK
 config DEBUG_STACKOVERFLOW
 	bool "Check for stack overflows"
 	depends on DEBUG_KERNEL
+	help
+	  This option will cause messages to be printed if free stack space
+	  drops below a certain limit.
 
 config KPROBES
 	bool "Kprobes"
_
