1 config BR2_PACKAGE_KMOD_FUSE
2 select BR2_PACKAGE_FUSE
3 tristate "kmod-fuse - FUSE kernel module"
4 default m if CONFIG_DEVEL
6 With FUSE it is possible to implement a fully functional
7 filesystem in a userspace program.
12 * Simple installation (no need to patch or recompile the kernel)
13 * Secure implementation
14 * Userspace - kernel interface is very efficient
15 * Usable by non privileged users
16 * Runs on Linux kernels 2.4.X and 2.6.X
17 * Has proven very stable over time
20 http://fuse.sourceforge.net/
24 config BR2_PACKAGE_LIBFUSE
25 tristate "libfuse - FUSE library"
26 default m if CONFIG_DEVEL
27 depends BR2_PACKAGE_KMOD_FUSE
28 select BR2_PACKAGE_LIBPTHREAD
30 With FUSE it is possible to implement a fully functional
31 filesystem in a userspace program.
36 * Simple installation (no need to patch or recompile the kernel)
37 * Secure implementation
38 * Userspace - kernel interface is very efficient
39 * Usable by non privileged users
40 * Runs on Linux kernels 2.4.X and 2.6.X
41 * Has proven very stable over time
44 http://fuse.sourceforge.net/
48 config BR2_PACKAGE_FUSE_UTILS
49 tristate "fuse-utils - FUSE utilities"
50 default m if CONFIG_DEVEL
51 depends BR2_PACKAGE_LIBFUSE
52 select BR2_PACKAGE_LIBPTHREAD
54 With FUSE it is possible to implement a fully functional
55 filesystem in a userspace program.
60 * Simple installation (no need to patch or recompile the kernel)
61 * Secure implementation
62 * Userspace - kernel interface is very efficient
63 * Usable by non privileged users
64 * Runs on Linux kernels 2.4.X and 2.6.X
65 * Has proven very stable over time
68 http://fuse.sourceforge.net/
73 config BR2_PACKAGE_FUSE
75 default BR2_PACKAGE_KMOD_FUSE