From: Naresh Kamboju Date: Thu, 29 Jun 2017 08:55:53 +0000 (+0530) Subject: selftests/nsfs: create kconfig fragments X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9f5eb964c5ab59489d54daed83071f52181da64d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 Acked-by: Andrei Vagin Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/nsfs/config b/tools/testing/selftests/nsfs/config new file mode 100644 index 000000000000..598d0a225fc9 --- /dev/null +++ b/tools/testing/selftests/nsfs/config @@ -0,0 +1,3 @@ +CONFIG_USER_NS=y +CONFIG_UTS_NS=y +CONFIG_PID_NS=y