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:
parent
861fc23d70
commit
31f8b6f17d
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_USERSPACE=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_USERSPACE=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_DYNAMIC_OBJECTS=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=8192
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_USERSPACE=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue