Now it works.
[cbs-scheduler.git] / net / 9p / Kconfig
blobdcf30201d2685de074d8e945bd19eb65502bf878
2 # 9P protocol configuration
5 menuconfig NET_9P
6         depends on NET && EXPERIMENTAL
7         # build breakage
8         depends on 0
9         tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
10         help
11           If you say Y here, you will get experimental support for
12           Plan 9 resource sharing via the 9P2000 protocol.
14           See <http://v9fs.sf.net> for more information.
16           If unsure, say N.
18 if NET_9P
20 config NET_9P_VIRTIO
21         depends on EXPERIMENTAL && VIRTIO
22         tristate "9P Virtio Transport (Experimental)"
23         help
24           This builds support for a transports between
25           guest partitions and a host partition.
27 config NET_9P_RDMA
28         depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL
29         tristate "9P RDMA Transport (Experimental)"
30         help
31           This builds support for an RDMA transport.
33 config NET_9P_DEBUG
34         bool "Debug information"
35         help
36           Say Y if you want the 9P subsystem to log debug information.
38 endif