Config.in.kernel 320 B

123456789101112
  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. config ADK_PACKAGE_DAVFS2_CODA
  7. bool "use the CODA filesystem interface"
  8. config ADK_PACKAGE_DAVFS2_BOTH
  9. bool "use both filesystem interfaces"
  10. endchoice