Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119074
b: refs/heads/master
c: 1fa989e
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Nov 13, 2008
1 parent 222e8cd commit 1c8bba7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c0188acf6dd6990bac9cd906cd554a1476c6d12
refs/heads/master: 1fa989e80a9a104bf3b81842a5f4c1867d7aa9c4
10 changes: 6 additions & 4 deletions trunk/net/9p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,24 @@ menuconfig NET_9P

If unsure, say N.

if NET_9P

config NET_9P_VIRTIO
depends on NET_9P && EXPERIMENTAL && VIRTIO
depends on EXPERIMENTAL && VIRTIO
tristate "9P Virtio Transport (Experimental)"
help
This builds support for a transports between
guest partitions and a host partition.

config NET_9P_RDMA
depends on NET_9P && INFINIBAND && EXPERIMENTAL
depends on INET && INFINIBAND && EXPERIMENTAL
tristate "9P RDMA Transport (Experimental)"
help
This builds support for a RDMA transport.
This builds support for an RDMA transport.

config NET_9P_DEBUG
bool "Debug information"
depends on NET_9P
help
Say Y if you want the 9P subsystem to log debug information.

endif

0 comments on commit 1c8bba7

Please sign in to comment.