readline: Pass -ltinfo
[openadk.git] / package / davfs2 / Config.in.kernel
blob70e3c3ea4d5f80417417f6d2771845cd91b031f4
1 choice
2 prompt "kernel filesystem interface"
3 depends on ADK_PACKAGE_DAVFS2
5 config ADK_PACKAGE_DAVFS2_FUSE
6        bool "use the FUSE filesystem interface"
7 config ADK_PACKAGE_DAVFS2_CODA
8        bool "use the CODA filesystem interface"
9 config ADK_PACKAGE_DAVFS2_BOTH
10        bool "use both filesystem interfaces"
11 endchoice