Merge branch kvm-arm64/pmu-fixes-6.2 into kvmarm-master/fixes
[linux-block.git] / net / 9p / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
bd238fb4
LI
2#
3# 9P protocol configuration
4#
5
6menuconfig NET_9P
87211cd8 7 tristate "Plan 9 Resource Sharing Support (9P2000)"
bd238fb4
LI
8 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
4ff429e6
RD
16if NET_9P
17
1c582c6d
TW
18config NET_9P_FD
19 default NET_9P
20 tristate "9P FD Transport"
21 help
22 This builds support for transports over TCP, Unix sockets and
23 filedescriptors.
24
b530cc79 25config NET_9P_VIRTIO
87211cd8
EVH
26 depends on VIRTIO
27 tristate "9P Virtio Transport"
b530cc79
EVH
28 help
29 This builds support for a transports between
30 guest partitions and a host partition.
31
7f25483a
SS
32config NET_9P_XEN
33 depends on XEN
4a806016 34 select XEN_XENBUS_FRONTEND
7f25483a
SS
35 tristate "9P Xen Transport"
36 help
37 This builds support for a transport for 9pfs between
38 two Xen domains.
39
40
fc79d4b1 41config NET_9P_RDMA
533d1dae 42 depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS
fc79d4b1
TT
43 tristate "9P RDMA Transport (Experimental)"
44 help
4ff429e6 45 This builds support for an RDMA transport.
fc79d4b1 46
bd238fb4
LI
47config NET_9P_DEBUG
48 bool "Debug information"
bd238fb4 49 help
01dd2fbf 50 Say Y if you want the 9P subsystem to log debug information.
bd238fb4 51
4ff429e6 52endif