xref: /linux/arch/arc/Kconfig.debug (revision 40970f7a43d6bddb5e47baf16449d6f5fd329531)
1# SPDX-License-Identifier: GPL-2.0
2
3config 16KSTACKS
4	bool "Use 16Kb for kernel stacks instead of 8Kb"
5	help
6	  If you say Y here the kernel will use a  16Kb stacksize for the
7	  kernel stack attached to each process/thread. The default is 8K.
8	  This increases the resident kernel footprint and will cause less
9	  threads to run on the system and also increase the pressure
10	  on the VM subsystem for higher order allocations.
11