diff options
author | Lei Yang <Lei.Yang@windriver.com> | 2018-09-05 11:14:49 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-18 09:16:21 +0200 |
commit | e121efd796c9f798a5f6ba4991c628bd23719071 (patch) | |
tree | c008361b3a3e47f03fda3c352dca6e6dc36dcad0 /tools | |
parent | c5f7b0d2ce9e523ff334b9ffee2e1145ac3532b9 (diff) |
selftests/efivarfs: add required kernel configs
[ Upstream commit 53cf59d6c0ad3edc4f4449098706a8f8986258b6 ]
add config file
Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/efivarfs/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/efivarfs/config b/tools/testing/selftests/efivarfs/config new file mode 100644 index 000000000000..4e151f1005b2 --- /dev/null +++ b/tools/testing/selftests/efivarfs/config @@ -0,0 +1 @@ +CONFIG_EFIVAR_FS=y |