blob: a75174a337237d5f113ca8c1616a01a46e72ac59 [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
Tom Tuckerfc79d4b2008-10-22 18:47:39 -050025config NET_9P_RDMA
Kees Cook28c50452012-10-02 11:19:39 -070026 depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS
Tom Tuckerfc79d4b2008-10-22 18:47:39 -050027 tristate "9P RDMA Transport (Experimental)"
28 help
Randy Dunlap4ff429e2008-11-12 13:05:17 -080029 This builds support for an RDMA transport.
Tom Tuckerfc79d4b2008-10-22 18:47:39 -050030
Latchesar Ionkovbd238fb2007-07-10 17:57:28 -050031config NET_9P_DEBUG
32 bool "Debug information"
Latchesar Ionkovbd238fb2007-07-10 17:57:28 -050033 help
Matt LaPlante01dd2fb2007-10-20 01:34:40 +020034 Say Y if you want the 9P subsystem to log debug information.
Latchesar Ionkovbd238fb2007-07-10 17:57:28 -050035
Randy Dunlap4ff429e2008-11-12 13:05:17 -080036endif