:orphan: .. title:: CONFIG_STACK_GROWS_UP .. kconfig:: CONFIG_STACK_GROWS_UP CONFIG_STACK_GROWS_UP ##################### *Stack grows towards higher memory addresses* Type: ``bool`` Help ==== .. code-block:: none 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 ``/Kconfig:327`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) → General Architecture Options .. code-block:: kconfig config STACK_GROWS_UP bool "Stack grows towards higher memory addresses" help Select this option if the architecture has upward growing thread stacks. This is not common. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*