1
0

Config.in 745 B

123456789101112131415161718192021222324252627
  1. config ADK_COMPILE_FUSE
  2. tristate
  3. default n
  4. config ADK_PACKAGE_FUSE_UTILS
  5. prompt "fuse-utils........................ FUSE utilities"
  6. tristate
  7. default n
  8. select ADK_COMPILE_FUSE
  9. select ADK_KPACKAGE_KMOD_FUSE_FS
  10. help
  11. With FUSE it is possible to implement a fully functional
  12. filesystem in a userspace program.
  13. Features include:
  14. * Simple library API
  15. * Simple installation (no need to patch or recompile the kernel)
  16. * Secure implementation
  17. * Userspace - kernel interface is very efficient
  18. * Usable by non privileged users
  19. * Runs on Linux kernels 2.4.X and 2.6.X
  20. * Has proven very stable over time
  21. http://fuse.sourceforge.net/
  22. This package contains the fusermount userland utility.