^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # 9P protocol configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) menuconfig NET_9P
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) depends on NET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) tristate "Plan 9 Resource Sharing Support (9P2000)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) If you say Y here, you will get experimental support for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Plan 9 resource sharing via the 9P2000 protocol.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) See <http://v9fs.sf.net> for more information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) if NET_9P
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config NET_9P_VIRTIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) depends on VIRTIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) tristate "9P Virtio Transport"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) This builds support for a transports between
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) guest partitions and a host partition.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) config NET_9P_XEN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) depends on XEN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) select XEN_XENBUS_FRONTEND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) tristate "9P Xen Transport"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) This builds support for a transport for 9pfs between
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) two Xen domains.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) config NET_9P_RDMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) tristate "9P RDMA Transport (Experimental)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) This builds support for an RDMA transport.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) config NET_9P_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) bool "Debug information"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) Say Y if you want the 9P subsystem to log debug information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) endif