xref: /linux/net/9p/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2bd238fb4SLatchesar Ionkov#
3bd238fb4SLatchesar Ionkov# 9P protocol configuration
4bd238fb4SLatchesar Ionkov#
5bd238fb4SLatchesar Ionkov
6bd238fb4SLatchesar Ionkovmenuconfig NET_9P
787211cd8SEric Van Hensbergen	depends on NET
887211cd8SEric Van Hensbergen	tristate "Plan 9 Resource Sharing Support (9P2000)"
9bd238fb4SLatchesar Ionkov	help
10bd238fb4SLatchesar Ionkov	  If you say Y here, you will get experimental support for
11bd238fb4SLatchesar Ionkov	  Plan 9 resource sharing via the 9P2000 protocol.
12bd238fb4SLatchesar Ionkov
13bd238fb4SLatchesar Ionkov	  See <http://v9fs.sf.net> for more information.
14bd238fb4SLatchesar Ionkov
15bd238fb4SLatchesar Ionkov	  If unsure, say N.
16bd238fb4SLatchesar Ionkov
174ff429e6SRandy Dunlapif NET_9P
184ff429e6SRandy Dunlap
19b530cc79SEric Van Hensbergenconfig NET_9P_VIRTIO
2087211cd8SEric Van Hensbergen	depends on VIRTIO
2187211cd8SEric Van Hensbergen	tristate "9P Virtio Transport"
22b530cc79SEric Van Hensbergen	help
23b530cc79SEric Van Hensbergen	  This builds support for a transports between
24b530cc79SEric Van Hensbergen	  guest partitions and a host partition.
25b530cc79SEric Van Hensbergen
267f25483aSStefano Stabelliniconfig NET_9P_XEN
277f25483aSStefano Stabellini	depends on XEN
284a806016SArnd Bergmann	select XEN_XENBUS_FRONTEND
297f25483aSStefano Stabellini	tristate "9P Xen Transport"
307f25483aSStefano Stabellini	help
317f25483aSStefano Stabellini	  This builds support for a transport for 9pfs between
327f25483aSStefano Stabellini	  two Xen domains.
337f25483aSStefano Stabellini
347f25483aSStefano Stabellini
35fc79d4b1STom Tuckerconfig NET_9P_RDMA
36533d1daeSArnd Bergmann	depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS
37fc79d4b1STom Tucker	tristate "9P RDMA Transport (Experimental)"
38fc79d4b1STom Tucker	help
394ff429e6SRandy Dunlap	  This builds support for an RDMA transport.
40fc79d4b1STom Tucker
41bd238fb4SLatchesar Ionkovconfig NET_9P_DEBUG
42bd238fb4SLatchesar Ionkov	bool "Debug information"
43bd238fb4SLatchesar Ionkov	help
4401dd2fbfSMatt LaPlante	  Say Y if you want the 9P subsystem to log debug information.
45bd238fb4SLatchesar Ionkov
464ff429e6SRandy Dunlapendif
47