Skip to content

Commit 31f8b6f

Browse files
committed
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 <[email protected]>
1 parent 861fc23 commit 31f8b6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CONFIG_ZTEST=y
2-
CONFIG_USERSPACE=y
2+
CONFIG_TEST_USERSPACE=y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CONFIG_ZTEST=y
2-
CONFIG_USERSPACE=y
2+
CONFIG_TEST_USERSPACE=y
33
CONFIG_DYNAMIC_OBJECTS=y
44
CONFIG_HEAP_MEM_POOL_SIZE=8192
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CONFIG_ZTEST=y
2-
CONFIG_USERSPACE=y
2+
CONFIG_TEST_USERSPACE=y
33
CONFIG_APPLICATION_DEFINED_SYSCALL=y

0 commit comments

Comments
 (0)