Latchesar Ionkov | bd238fb | 2007-07-10 17:57:28 -0500 | [diff] [blame] | 1 | # |
| 2 | # 9P protocol configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig NET_9P |
Eric Van Hensbergen | 87211cd | 2011-05-16 10:46:39 -0500 | [diff] [blame] | 6 | depends on NET |
| 7 | tristate "Plan 9 Resource Sharing Support (9P2000)" |
Latchesar Ionkov | bd238fb | 2007-07-10 17:57:28 -0500 | [diff] [blame] | 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 | |
Randy Dunlap | 4ff429e | 2008-11-12 13:05:17 -0800 | [diff] [blame] | 16 | if NET_9P |
| 17 | |
Eric Van Hensbergen | b530cc7 | 2007-10-23 13:47:31 -0500 | [diff] [blame] | 18 | config NET_9P_VIRTIO |
Eric Van Hensbergen | 87211cd | 2011-05-16 10:46:39 -0500 | [diff] [blame] | 19 | depends on VIRTIO |
| 20 | tristate "9P Virtio Transport" |
Eric Van Hensbergen | b530cc7 | 2007-10-23 13:47:31 -0500 | [diff] [blame] | 21 | help |
| 22 | This builds support for a transports between |
| 23 | guest partitions and a host partition. |
| 24 | |
Tom Tucker | fc79d4b | 2008-10-22 18:47:39 -0500 | [diff] [blame] | 25 | config NET_9P_RDMA |
Kees Cook | 28c5045 | 2012-10-02 11:19:39 -0700 | [diff] [blame] | 26 | depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS |
Tom Tucker | fc79d4b | 2008-10-22 18:47:39 -0500 | [diff] [blame] | 27 | tristate "9P RDMA Transport (Experimental)" |
| 28 | help |
Randy Dunlap | 4ff429e | 2008-11-12 13:05:17 -0800 | [diff] [blame] | 29 | This builds support for an RDMA transport. |
Tom Tucker | fc79d4b | 2008-10-22 18:47:39 -0500 | [diff] [blame] | 30 | |
Latchesar Ionkov | bd238fb | 2007-07-10 17:57:28 -0500 | [diff] [blame] | 31 | config NET_9P_DEBUG |
| 32 | bool "Debug information" |
Latchesar Ionkov | bd238fb | 2007-07-10 17:57:28 -0500 | [diff] [blame] | 33 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 34 | Say Y if you want the 9P subsystem to log debug information. |
Latchesar Ionkov | bd238fb | 2007-07-10 17:57:28 -0500 | [diff] [blame] | 35 | |
Randy Dunlap | 4ff429e | 2008-11-12 13:05:17 -0800 | [diff] [blame] | 36 | endif |