:orphan: .. title:: CONFIG_TEST_USERSPACE_WITHOUT_HW_STACK_PROTECTION .. kconfig:: CONFIG_TEST_USERSPACE_WITHOUT_HW_STACK_PROTECTION CONFIG_TEST_USERSPACE_WITHOUT_HW_STACK_PROTECTION ################################################# *Run User Mode tests without additionally enabling stack protection* Type: ``bool`` Help ==== .. code-block:: none A HW platform might not have sufficient MPU/MMU capabilities to support running all test cases with User Mode and HW Stack Protection features simultaneously enabled. For this platforms we execute the User Mode- related tests without enabling HW stack protection. Direct dependencies =================== \ :kconfig:`TEST_ENABLE_USERSPACE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` Kconfig definition ================== At ``/testsuite/Kconfig:103`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig config TEST_USERSPACE_WITHOUT_HW_STACK_PROTECTION bool "Run User Mode tests without additionally enabling stack protection" default y if SOC_SERIES_KINETIS_KE1XF depends on TEST_ENABLE_USERSPACE help A HW platform might not have sufficient MPU/MMU capabilities to support running all test cases with User Mode and HW Stack Protection features simultaneously enabled. For this platforms we execute the User Mode- related tests without enabling HW stack protection. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*