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.

Direct dependencies

ARCH_HAS_USERSPACE && TEST

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At tests/Kconfig:33

Included via Kconfig:10Kconfig.zephyr:39

Menu path: (top menu) → Testing

config TEST_USERSPACE
    bool
    prompt "Enable userspace if available" if ARCH_HAS_USERSPACE && TEST
    default "y" if ARCH_HAS_USERSPACE && TEST
    select USERSPACE if ARCH_HAS_USERSPACE && TEST
    select APPLICATION_MEMORY if ARCH_HAS_USERSPACE && TEST
    select DYNAMIC_OBJECTS if ARCH_HAS_USERSPACE && TEST
    depends on ARCH_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.)