The latest development version of this page may be more current than this released 1.14.0 version.
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:10Kconfig.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.)