blob: 3f286f1bd1d3779a1c74e3cc74edb6e2c939aa24 [file] [log] [blame]
Latchesar Ionkovbd238fb2007-07-10 17:57:28 -05001#
2# 9P protocol configuration
3#
4
5menuconfig NET_9P
Eric Van Hensbergen87211cd2011-05-16 10:46:39 -05006 depends on NET
7 tristate "Plan 9 Resource Sharing Support (9P2000)"
Latchesar Ionkovbd238fb2007-07-10 17:57:28 -05008 help
9 If you say Y here, you will get experimental support for
10 Plan 9 resource sharing via the 9P2000 protocol.
11
12 See <http://v9fs.sf.net> for more information.
13
14 If unsure, say N.
15
Randy Dunlap4ff429e2008-11-12 13:05:17 -080016if NET_9P
17
Eric Van Hensbergenb530cc72007-10-23 13:47:31 -050018config NET_9P_VIRTIO
Eric Van Hensbergen87211cd2011-05-16 10:46:39 -050019 depends on VIRTIO
20 tristate "9P Virtio Transport"
Eric Van Hensbergenb530cc72007-10-23 13:47:31 -050021 help
22 This builds support for a transports between
23 guest partitions and a host partition.
24
Stefano Stabellini7f254832017-04-05 12:04:01 -070025config NET_9P_XEN
26 depends on XEN
27 tristate "9P Xen Transport"
28 help
29 This builds support for a transport for 9pfs between
30 two Xen domains.
31
32
Tom Tuckerfc79d4b2008-10-22 18:47:39 -050033config NET_9P_RDMA
Kees Cook28c50452012-10-02 11:19:39 -070034 depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS
Tom Tuckerfc79d4b2008-10-22 18:47:39 -050035 tristate "9P RDMA Transport (Experimental)"
36 help
Randy Dunlap4ff429e2008-11-12 13:05:17 -080037 This builds support for an RDMA transport.
Tom Tuckerfc79d4b2008-10-22 18:47:39 -050038
Latchesar Ionkovbd238fb2007-07-10 17:57:28 -050039config NET_9P_DEBUG
40 bool "Debug information"
Latchesar Ionkovbd238fb2007-07-10 17:57:28 -050041 help
Matt LaPlante01dd2fb2007-10-20 01:34:40 +020042 Say Y if you want the 9P subsystem to log debug information.
Latchesar Ionkovbd238fb2007-07-10 17:57:28 -050043
Randy Dunlap4ff429e2008-11-12 13:05:17 -080044endif