]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
selftests/nsfs: create kconfig fragments
authorNaresh Kamboju <naresh.kamboju@linaro.org>
Thu, 29 Jun 2017 08:55:53 +0000 (14:25 +0530)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 24 Jul 2017 18:35:14 +0000 (12:35 -0600)
Create a config fragment for nsfs to enable additional config options.
The config fragments can be used with the help of
scripts/kconfig/merge_config.sh.

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/nsfs/config [new file with mode: 0644]

diff --git a/tools/testing/selftests/nsfs/config b/tools/testing/selftests/nsfs/config
new file mode 100644 (file)
index 0000000..598d0a2
--- /dev/null
@@ -0,0 +1,3 @@
+CONFIG_USER_NS=y
+CONFIG_UTS_NS=y
+CONFIG_PID_NS=y