-
CONFIG_TEST_HW_STACK_PROTECTION
¶
Enable hardware-based stack overflow detection if available
Type: bool
Help¶
This option will enable hardware-based stack protection by default for all test cases if the hardware supports it.
Direct dependencies¶
ARCH_HAS_STACK_PROTECTION
&& TEST
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
ARCH_HAS_STACK_PROTECTION
&&TEST
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/testsuite/Kconfig:89
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:38
Menu path: (top menu) → Testing
config TEST_HW_STACK_PROTECTION bool prompt "Enable hardware-based stack overflow detection if available" ifARCH_HAS_STACK_PROTECTION
&&TEST
default "y" ifARCH_HAS_STACK_PROTECTION
&&TEST
selectHW_STACK_PROTECTION
ifARCH_HAS_STACK_PROTECTION
&&TEST
depends onARCH_HAS_STACK_PROTECTION
&&TEST
help This option will enable hardware-based stack protection by default for all test cases if the hardware supports it.
(Definitions include propagated dependencies, including from if’s and menus.)