From: Anders Roxell Date: Tue, 6 Feb 2018 22:20:44 +0000 (-0600) Subject: selftests: memfd: add config fragment for fuse X-Git-Tag: v4.9.104~220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b611d4548adab4f11e4de7aa6f0ecd7a46cee244;p=platform%2Fkernel%2Flinux-amlogic.git 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 Signed-off-by: Daniel Díaz Signed-off-by: Shuah Khan Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/testing/selftests/memfd/config b/tools/testing/selftests/memfd/config new file mode 100644 index 0000000..835c7f4 --- /dev/null +++ b/tools/testing/selftests/memfd/config @@ -0,0 +1 @@ +CONFIG_FUSE_FS=m