hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/sh/Kconfig.debug
....@@ -18,7 +18,7 @@
1818
1919 config STACK_DEBUG
2020 bool "Check for stack overflows"
21
- depends on DEBUG_KERNEL
21
+ depends on DEBUG_KERNEL && PRINTK
2222 help
2323 This option will cause messages to be printed if free stack space
2424 drops below a certain limit. Saying Y here will add overhead to