Config.in.kernel 474 B

12345678910111213141516
  1. choice
  2. prompt "kernel filesystem interface"
  3. depends on ADK_PACKAGE_DAVFS2
  4. config ADK_PACKAGE_DAVFS2_FUSE
  5. bool "use the FUSE filesystem interface"
  6. select ADK_PACKAGE_FUSE_UTILS
  7. config ADK_PACKAGE_DAVFS2_CODA
  8. bool "use the CODA filesystem interface"
  9. select ADK_KPACKAGE_KMOD_CODA_FS
  10. config ADK_PACKAGE_DAVFS2_BOTH
  11. bool "use both filesystem interfaces"
  12. select ADK_PACKAGE_FUSE_UTILS
  13. select ADK_KPACKAGE_KMOD_CODA_FS
  14. endchoice