-
CONFIG_STACK_GROWS_UP
¶
Stack grows towards higher memory addresses
Type: bool
Help¶
Select this option if the architecture has upward growing thread stacks. This is not common.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/Kconfig:206
Included via Kconfig:10
→ Kconfig.zephyr:29
Menu path: (top menu) → General Architecture Options
config STACK_GROWS_UP
bool
prompt "Stack grows towards higher memory addresses"
help
Select this option if the architecture has upward growing thread
stacks. This is not common.
(Definitions include propagated dependencies, including from if’s and menus.)