From: Naresh Kamboju <naresh.kamboju@linaro.org>
Date: Thu, 29 Jun 2017 08:55:53 +0000 (+0530)
Subject: selftests/nsfs: create kconfig fragments
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9f5eb964c5ab59489d54daed83071f52181da64d;p=linux.git

selftests/nsfs: create kconfig fragments

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>
---

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