-
CONFIG_TEST_ENABLE_USERSPACE
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This hidden option will help test the userspace mode. This will be enabled only when CONFIG_ARCH_HAS_USERSPACE is set, and that the test case itself indicates that it exercises user mode via CONFIG_TEST_USERSPACE.
Direct dependencies¶
TEST_USERSPACE
&& ARCH_HAS_USERSPACE
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
TEST_USERSPACE
&&ARCH_HAS_USERSPACE
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/testsuite/Kconfig:76
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:38
Menu path: (top menu) → Testing
config TEST_ENABLE_USERSPACE bool default "y" ifTEST_USERSPACE
&&ARCH_HAS_USERSPACE
selectUSERSPACE
ifTEST_USERSPACE
&&ARCH_HAS_USERSPACE
selectDYNAMIC_OBJECTS
ifTEST_USERSPACE
&&ARCH_HAS_USERSPACE
depends onTEST_USERSPACE
&&ARCH_HAS_USERSPACE
help This hidden option will help test the userspace mode. This will be enabled only when CONFIG_ARCH_HAS_USERSPACE is set, and that the test case itself indicates that it exercises user mode via CONFIG_TEST_USERSPACE.
(Definitions include propagated dependencies, including from if’s and menus.)