diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-01 14:19:22 +0900 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-08 02:43:43 +0000 |
commit | 91e656aacf52bcd3fbd199462032efec915fb654 (patch) | |
tree | 4ea5b60095367fd421f2e653641e3d8d893732bd | |
parent | dfbb9042801eaeb4df9015bb86224291a39a0f52 (diff) |
sh: Allow for bootmem debug support.
Handy for debugging bootmem troubles.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/Kconfig.debug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index b56307294b6..d849d47d6af 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug @@ -52,6 +52,10 @@ config EARLY_PRINTK select both the EARLY_SCIF_CONSOLE and SH_STANDARD_BIOS, using the kernel command line option to toggle back and forth. +config DEBUG_BOOTMEM + depends on DEBUG_KERNEL + bool "Debug BOOTMEM initialization" + config DEBUG_STACKOVERFLOW bool "Check for stack overflows" depends on DEBUG_KERNEL |