diff options
author | 2021-03-17 02:22:45 +0000 | |
---|---|---|
committer | 2021-04-02 13:57:42 -0600 | |
commit | b67a7665a917e7305eaa573a474c859fe4c5949e (patch) | |
tree | 3360f503e87dcfe7551b26d3db0e646c5de3a632 | |
parent | selftests/resctrl: Fix a printed message (diff) | |
download | wireguard-linux-b67a7665a917e7305eaa573a474c859fe4c5949e.tar.xz wireguard-linux-b67a7665a917e7305eaa573a474c859fe4c5949e.zip |
selftests/resctrl: Add config dependencies
Add the config file for test dependencies.
Suggested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Babu Moger <babu.moger@amd.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-rw-r--r-- | tools/testing/selftests/resctrl/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/resctrl/config b/tools/testing/selftests/resctrl/config new file mode 100644 index 000000000000..8d9f2deb56ed --- /dev/null +++ b/tools/testing/selftests/resctrl/config @@ -0,0 +1,2 @@ +CONFIG_X86_CPU_RESCTRL=y +CONFIG_PROC_CPU_RESCTRL=y |