diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-02-06 16:20:44 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-30 07:51:55 +0200 |
commit | b2f5d98f3300b4035a700fb1cfdb5e07cc2b45bf (patch) | |
tree | 4fc2f95ea187372e7ddf8710913408e3230be31c /tools | |
parent | b9ddf39dd5791da516d56bd013c174b60c7884e0 (diff) | |
download | linux-stable-b2f5d98f3300b4035a700fb1cfdb5e07cc2b45bf.tar.gz linux-stable-b2f5d98f3300b4035a700fb1cfdb5e07cc2b45bf.tar.bz2 linux-stable-b2f5d98f3300b4035a700fb1cfdb5e07cc2b45bf.zip |
selftests: memfd: add config fragment for fuse
[ Upstream commit 9a606f8d55cfc932ec02172aaed4124fdc150047 ]
The memfd test requires to insert the fuse module (CONFIG_FUSE_FS).
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
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/memfd/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/memfd/config b/tools/testing/selftests/memfd/config new file mode 100644 index 000000000000..835c7f4dadcd --- /dev/null +++ b/tools/testing/selftests/memfd/config @@ -0,0 +1 @@ +CONFIG_FUSE_FS=m |