diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-02-06 23:20:44 +0100 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2018-02-13 22:13:53 +0100 |
commit | 9a606f8d55cfc932ec02172aaed4124fdc150047 (patch) | |
tree | e0e7421271b016b53f0622eb86697cdb034f5ab6 /tools/testing/selftests/memfd | |
parent | selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m (diff) | |
download | linux-9a606f8d55cfc932ec02172aaed4124fdc150047.tar.xz linux-9a606f8d55cfc932ec02172aaed4124fdc150047.zip |
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/selftests/memfd')
-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 |