kernel/arch/sh/Kconfig.debug
.. .. @@ -18,7 +18,7 @@ 18 18 19 19 config STACK_DEBUG 20 20 bool "Check for stack overflows" 21 - depends on DEBUG_KERNEL21 + depends on DEBUG_KERNEL && PRINTK22 22 help 23 23 This option will cause messages to be printed if free stack space 24 24 drops below a certain limit. Saying Y here will add overhead to