Standardize package Config.in, change prompt to package name + short description...
[oweals/openwrt.git] / openwrt / package / fuse / Config.in
1 config BR2_PACKAGE_KMOD_FUSE
2         select BR2_PACKAGE_FUSE
3         tristate "kmod-fuse - FUSE kernel module"
4         default m if CONFIG_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           
20           http://fuse.sourceforge.net/
21           
22           Depends: libpthread
23
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
29         help
30           With FUSE it is possible to implement a fully functional 
31           filesystem in a userspace program.
32           
33           Features include:
34           
35            * Simple library API
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
42           
43           
44           http://fuse.sourceforge.net/
45           
46           Depends: libpthread
47
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
53         help
54           With FUSE it is possible to implement a fully functional 
55           filesystem in a userspace program.
56           
57           Features include:
58           
59            * Simple library API
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
66           
67           
68           http://fuse.sourceforge.net/
69           
70           Depends: libpthread
71
72
73 config BR2_PACKAGE_FUSE
74         tristate
75         default BR2_PACKAGE_KMOD_FUSE
76