fix BR2_ and CONFIG_ issues
[openwrt.git] / target / linux / package / fuse / Config.in
1 config PACKAGE_KMOD_FUSE
2         prompt "kmod-fuse......................... FUSE kernel module"
3         tristate
4         default m if DEVEL
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           http://fuse.sourceforge.net/