Kconfig (5b79c2af667c0e2684f2a6dbf6439074b78f490c) | Kconfig (533d1daea8d8a389b37207ad7b50c4e750969231) |
---|---|
1# 2# 9P protocol configuration 3# 4 5menuconfig NET_9P 6 depends on NET 7 tristate "Plan 9 Resource Sharing Support (9P2000)" 8 help --- 18 unchanged lines hidden (view full) --- 27 select XEN_XENBUS_FRONTEND 28 tristate "9P Xen Transport" 29 help 30 This builds support for a transport for 9pfs between 31 two Xen domains. 32 33 34config NET_9P_RDMA | 1# 2# 9P protocol configuration 3# 4 5menuconfig NET_9P 6 depends on NET 7 tristate "Plan 9 Resource Sharing Support (9P2000)" 8 help --- 18 unchanged lines hidden (view full) --- 27 select XEN_XENBUS_FRONTEND 28 tristate "9P Xen Transport" 29 help 30 This builds support for a transport for 9pfs between 31 two Xen domains. 32 33 34config NET_9P_RDMA |
35 depends on INET && INFINIBAND_ADDR_TRANS | 35 depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS |
36 tristate "9P RDMA Transport (Experimental)" 37 help 38 This builds support for an RDMA transport. 39 40config NET_9P_DEBUG 41 bool "Debug information" 42 help 43 Say Y if you want the 9P subsystem to log debug information. 44 45endif | 36 tristate "9P RDMA Transport (Experimental)" 37 help 38 This builds support for an RDMA transport. 39 40config NET_9P_DEBUG 41 bool "Debug information" 42 help 43 Say Y if you want the 9P subsystem to log debug information. 44 45endif |