Browse Source

selftests: vm: add CONFIG_SYSVIPC=y to the config fragment

vm tests rely on shared memory settings. Enable system V IPC to run these
tests.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Fathi Boudra 8 years ago
parent
commit
7ba3134092
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/testing/selftests/vm/config

+ 1 - 0
tools/testing/selftests/vm/config

@@ -1 +1,2 @@
+CONFIG_SYSVIPC=y
 CONFIG_USERFAULTFD=y