tests: kernel: replace CONFIG_USERSPACE with CONFIG_TEST_USERSPACE

This commit replaces several CONFIG_USERSPACE=y
settings with CONFIG_TEST_USERSPACE=y. This allows
the test sub-system Kconfig structure to control
the settings of USERSPACE and HW_STACK_PROTECTION
in the various tests suites.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-08-27 10:26:54 +02:00
commit 31f8b6f17d
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
CONFIG_ZTEST=y
CONFIG_USERSPACE=y
CONFIG_TEST_USERSPACE=y

View file

@ -1,4 +1,4 @@
CONFIG_ZTEST=y
CONFIG_USERSPACE=y
CONFIG_TEST_USERSPACE=y
CONFIG_DYNAMIC_OBJECTS=y
CONFIG_HEAP_MEM_POOL_SIZE=8192

View file

@ -1,3 +1,3 @@
CONFIG_ZTEST=y
CONFIG_USERSPACE=y
CONFIG_TEST_USERSPACE=y
CONFIG_APPLICATION_DEFINED_SYSCALL=y