The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definition

At subsys/testsuite/Kconfig:76

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:38

Menu path: (top menu) → Testing

config TEST_ENABLE_USERSPACE
    bool
    default "y" if TEST_USERSPACE && ARCH_HAS_USERSPACE
    select USERSPACE if TEST_USERSPACE && ARCH_HAS_USERSPACE
    select DYNAMIC_OBJECTS if TEST_USERSPACE && ARCH_HAS_USERSPACE
    depends on TEST_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.)