From: Anders Roxell Date: Tue, 6 Feb 2018 22:20:44 +0000 (-0600) Subject: selftests: memfd: add config fragment for fuse X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9a606f8d55cfc932ec02172aaed4124fdc150047;p=linux.git selftests: memfd: add config fragment for fuse The memfd test requires to insert the fuse module (CONFIG_FUSE_FS). Signed-off-by: Anders Roxell Signed-off-by: Daniel Díaz Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/memfd/config b/tools/testing/selftests/memfd/config new file mode 100644 index 0000000000000..835c7f4dadcd1 --- /dev/null +++ b/tools/testing/selftests/memfd/config @@ -0,0 +1 @@ +CONFIG_FUSE_FS=m