Skip to content

Commit d3695c3

Browse files
dcpleungnashif
authored andcommitted
tests: CONFIG_TEST_USERSPACE selects CONFIG_USERSPACE
CONFIG_TEST_USERSPACE should select CONFIG_USERSPACE as they should be enabled together. It is no use to enable userspace tests without enabling userspace. Signed-off-by: Daniel Leung <[email protected]>
1 parent 2bb0a50 commit d3695c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/testsuite/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ config TEST_ENABLE_USERSPACE
132132
bool
133133
depends on TEST_USERSPACE
134134
depends on ARCH_HAS_USERSPACE
135-
imply USERSPACE
135+
select USERSPACE
136136
imply DYNAMIC_OBJECTS
137137
default y
138138
help

0 commit comments

Comments
 (0)