diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-02-06 16:20:44 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2018-02-13 14:13:53 -0700 |
commit | 9a606f8d55cfc932ec02172aaed4124fdc150047 (patch) | |
tree | e0e7421271b016b53f0622eb86697cdb034f5ab6 /tools/testing | |
parent | 9a379e77033f02c4a071891afdf0f0a01eff8ccb (diff) |
selftests: memfd: add config fragment for fuse
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>
Diffstat (limited to 'tools/testing')
-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 |