:orphan: .. title:: ARCH_HAS_STACK_PROTECTION .. option:: CONFIG_ARCH_HAS_STACK_PROTECTION *(No prompt -- not directly user assignable.)* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CPU_ARCV2 ` - \ :option:`CPU_CORTEX_M ` - \ :option:`CORE_E31 ` - \ :option:`CPU_ATOM ` - \ :option:`CPU_MINUTEIA ` - \ :option:`CPU_APOLLO_LAKE ` Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:433`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) .. parsed-literal:: config ARCH_HAS_STACK_PROTECTION bool *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*