forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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