Blame view

net/9p/Kconfig 788 Bytes
bd238fb43   Latchesar Ionkov   9p: Reorganizatio...
1
2
3
4
5
  #
  # 9P protocol configuration
  #
  
  menuconfig NET_9P
87211cd8d   Eric Van Hensbergen   9p: remove experi...
6
7
  	depends on NET
  	tristate "Plan 9 Resource Sharing Support (9P2000)"
bd238fb43   Latchesar Ionkov   9p: Reorganizatio...
8
9
10
11
12
13
14
  	help
  	  If you say Y here, you will get experimental support for
  	  Plan 9 resource sharing via the 9P2000 protocol.
  
  	  See <http://v9fs.sf.net> for more information.
  
  	  If unsure, say N.
4ff429e65   Randy Dunlap   9p: restrict RDMA...
15
  if NET_9P
b530cc794   Eric Van Hensbergen   9p: add virtio tr...
16
  config NET_9P_VIRTIO
87211cd8d   Eric Van Hensbergen   9p: remove experi...
17
18
  	depends on VIRTIO
  	tristate "9P Virtio Transport"
b530cc794   Eric Van Hensbergen   9p: add virtio tr...
19
20
21
  	help
  	  This builds support for a transports between
  	  guest partitions and a host partition.
fc79d4b10   Tom Tucker   9p: rdma: RDMA Tr...
22
  config NET_9P_RDMA
28c504524   Kees Cook   net/9p: remove de...
23
  	depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS
fc79d4b10   Tom Tucker   9p: rdma: RDMA Tr...
24
25
  	tristate "9P RDMA Transport (Experimental)"
  	help
4ff429e65   Randy Dunlap   9p: restrict RDMA...
26
  	  This builds support for an RDMA transport.
fc79d4b10   Tom Tucker   9p: rdma: RDMA Tr...
27

bd238fb43   Latchesar Ionkov   9p: Reorganizatio...
28
29
  config NET_9P_DEBUG
  	bool "Debug information"
bd238fb43   Latchesar Ionkov   9p: Reorganizatio...
30
  	help
01dd2fbf0   Matt LaPlante   typo fixes
31
  	  Say Y if you want the 9P subsystem to log debug information.
bd238fb43   Latchesar Ionkov   9p: Reorganizatio...
32

4ff429e65   Randy Dunlap   9p: restrict RDMA...
33
  endif