:orphan: .. title:: STACK_GROWS_UP .. option:: 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 ================== .. highlight:: kconfig At ``arch/Kconfig:278`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) → General Architecture Options .. parsed-literal:: 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.)*