diff options
author | Lei Yang <Lei.Yang@windriver.com> | 2018-09-05 11:14:49 +0800 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-09-05 10:58:07 -0600 |
commit | 53cf59d6c0ad3edc4f4449098706a8f8986258b6 (patch) | |
tree | f04832cbb6a9d4586144e7102f9c1ba34e6fd45a /tools/testing | |
parent | b2d35fa5fc80c27e868e393dcab4c94a0d71737f (diff) |
selftests/efivarfs: add required kernel configs
add config file
Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing')
-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 |