hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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