aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/Kconfig
diff options
context:
space:
mode:
authorEric Van Hensbergen <ericvh@gmail.com>2007-10-23 14:47:31 -0400
committerEric Van Hensbergen <ericvh@gmail.com>2007-10-23 14:47:31 -0400
commitb530cc794024be227876a089e66fb17b7b512763 (patch)
tree70b2c555ea9cfe0337a7e25b8cf57c0236efe242 /net/9p/Kconfig
parent0b776eb5426752d4e53354ac89e3710d857e09a7 (diff)
9p: add virtio transport
This adds a transport to 9p for communicating between guests and a host using a virtio based transport. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'net/9p/Kconfig')
-rw-r--r--net/9p/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/9p/Kconfig b/net/9p/Kconfig
index 71bc110aebf8..bafc50c9e6ff 100644
--- a/net/9p/Kconfig
+++ b/net/9p/Kconfig
@@ -23,6 +23,13 @@ config NET_9P_FD
23 file descriptors. TCP/IP is the default transport for 9p, 23 file descriptors. TCP/IP is the default transport for 9p,
24 so if you are going to use 9p, you'll likely want this. 24 so if you are going to use 9p, you'll likely want this.
25 25
26config NET_9P_VIRTIO
27 depends on NET_9P && EXPERIMENTAL && VIRTIO
28 tristate "9P Virtio Transport (Experimental)"
29 help
30 This builds support for a transports between
31 guest partitions and a host partition.
32
26config NET_9P_DEBUG 33config NET_9P_DEBUG
27 bool "Debug information" 34 bool "Debug information"
28 depends on NET_9P 35 depends on NET_9P