Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91e656aa authored by Paul Mundt's avatar Paul Mundt Committed by Paul Mundt
Browse files

sh: Allow for bootmem debug support.



Handy for debugging bootmem troubles.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent dfbb9042
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -52,6 +52,10 @@ config EARLY_PRINTK
	  select both the EARLY_SCIF_CONSOLE and SH_STANDARD_BIOS, using
	  select both the EARLY_SCIF_CONSOLE and SH_STANDARD_BIOS, using
	  the kernel command line option to toggle back and forth.
	  the kernel command line option to toggle back and forth.


config DEBUG_BOOTMEM
	depends on DEBUG_KERNEL
	bool "Debug BOOTMEM initialization"

config DEBUG_STACKOVERFLOW
config DEBUG_STACKOVERFLOW
	bool "Check for stack overflows"
	bool "Check for stack overflows"
	depends on DEBUG_KERNEL
	depends on DEBUG_KERNEL