-
CONFIG_TEST_USERSPACE
¶
Enable userspace if available
Type: bool
Help¶
This option will help test the userspace mode. This can be enabled only when CONFIG_ARCH_HAS_USERSPACE is set.
Defaults¶
- “y” if
ARCH_HAS_USERSPACE
&&TEST
Symbols selected by this symbol¶
Kconfig definition¶
At tests/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:39
Menu path: (top menu) → Testing
config TEST_USERSPACE bool prompt "Enable userspace if available" ifARCH_HAS_USERSPACE
&&TEST
default "y" ifARCH_HAS_USERSPACE
&&TEST
selectUSERSPACE
ifARCH_HAS_USERSPACE
&&TEST
selectAPPLICATION_MEMORY
ifARCH_HAS_USERSPACE
&&TEST
selectDYNAMIC_OBJECTS
ifARCH_HAS_USERSPACE
&&TEST
depends onARCH_HAS_USERSPACE
&&TEST
help This option will help test the userspace mode. This can be enabled only when CONFIG_ARCH_HAS_USERSPACE is set.
(Definitions include propagated dependencies, including from if’s and menus.)