summaryrefslogtreecommitdiff
path: root/package/davfs2/Config.in.kernel
blob: 70e3c3ea4d5f80417417f6d2771845cd91b031f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
choice
prompt "kernel filesystem interface"
depends on ADK_PACKAGE_DAVFS2

config ADK_PACKAGE_DAVFS2_FUSE
       bool "use the FUSE filesystem interface"
config ADK_PACKAGE_DAVFS2_CODA
       bool "use the CODA filesystem interface"
config ADK_PACKAGE_DAVFS2_BOTH
       bool "use both filesystem interfaces"
endchoice