|
@@ -81,7 +81,7 @@ config DEBUG_STACK_USAGE
|
|
|
|
|
|
config 4KSTACKS
|
|
config 4KSTACKS
|
|
bool "Use 4Kb for kernel stacks instead of 8Kb"
|
|
bool "Use 4Kb for kernel stacks instead of 8Kb"
|
|
- depends on DEBUG_KERNEL
|
|
|
|
|
|
+ depends on DEBUG_KERNEL && (MMU || BROKEN)
|
|
help
|
|
help
|
|
If you say Y here the kernel will use a 4Kb stacksize for the
|
|
If you say Y here the kernel will use a 4Kb stacksize for the
|
|
kernel stack attached to each process/thread. This facilitates
|
|
kernel stack attached to each process/thread. This facilitates
|