4e87aaa85478acc60da2e5c6f84fa06e593fb1c2
[openwrt.git] / openwrt / target / linux / package / fuse / Config.in
1 config BR2_PACKAGE_KMOD_FUSE
2         tristate "kmod-fuse...................... FUSE kernel module"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_FUSE
5         help
6           With FUSE it is possible to implement a fully functional 
7           filesystem in a userspace program.
8           
9           Features include:
10           
11            * Simple library API
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
18           
19           
20           http://fuse.sourceforge.net/
21           
22           This package contains the fuse.o kernel module.