aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-06-01 01:19:22 -0400
committerPaul Mundt <lethal@hera.kernel.org>2007-06-07 22:43:43 -0400
commit91e656aacf52bcd3fbd199462032efec915fb654 (patch)
tree4ea5b60095367fd421f2e653641e3d8d893732bd /arch/sh
parentdfbb9042801eaeb4df9015bb86224291a39a0f52 (diff)
sh: Allow for bootmem debug support.
Handy for debugging bootmem troubles. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig.debug4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug
index b56307294b67..d849d47d6af9 100644
--- a/arch/sh/Kconfig.debug
+++ b/arch/sh/Kconfig.debug
@@ -52,6 +52,10 @@ config EARLY_PRINTK
52 select both the EARLY_SCIF_CONSOLE and SH_STANDARD_BIOS, using 52 select both the EARLY_SCIF_CONSOLE and SH_STANDARD_BIOS, using
53 the kernel command line option to toggle back and forth. 53 the kernel command line option to toggle back and forth.
54 54
55config DEBUG_BOOTMEM
56 depends on DEBUG_KERNEL
57 bool "Debug BOOTMEM initialization"
58
55config DEBUG_STACKOVERFLOW 59config DEBUG_STACKOVERFLOW
56 bool "Check for stack overflows" 60 bool "Check for stack overflows"
57 depends on DEBUG_KERNEL 61 depends on DEBUG_KERNEL