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>
This commit is contained in:
Naresh Kamboju 2017-06-29 14:25:53 +05:30 committed by Shuah Khan
parent 5771a8c088
commit 9f5eb964c5
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CONFIG_USER_NS=y
CONFIG_UTS_NS=y
CONFIG_PID_NS=y