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 <daniel.leung@intel.com>
This commit is contained in:
parent
2bb0a504a7
commit
d3695c3284
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ config TEST_ENABLE_USERSPACE
|
|||
bool
|
||||
depends on TEST_USERSPACE
|
||||
depends on ARCH_HAS_USERSPACE
|
||||
imply USERSPACE
|
||||
select USERSPACE
|
||||
imply DYNAMIC_OBJECTS
|
||||
default y
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in a new issue