From b530cc794024be227876a089e66fb17b7b512763 Mon Sep 17 00:00:00 2001 From: Eric Van Hensbergen Date: Tue, 23 Oct 2007 13:47:31 -0500 Subject: 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 --- net/9p/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'net/9p/Kconfig') 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 file descriptors. TCP/IP is the default transport for 9p, so if you are going to use 9p, you'll likely want this. +config NET_9P_VIRTIO + depends on NET_9P && EXPERIMENTAL && VIRTIO + tristate "9P Virtio Transport (Experimental)" + help + This builds support for a transports between + guest partitions and a host partition. + config NET_9P_DEBUG bool "Debug information" depends on NET_9P -- cgit v1.2.3