X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2F9p%2FKconfig;h=bafc50c9e6ff6891e4fb2b4fbab7f61ab9dc92ca;hb=aacbe8c8800adfea42eb754396c6ebcd992cb36a;hp=eecbf12f6393eefebd8bb41b3419f9f94032682e;hpb=d85714d81cc0408daddb68c10f7fd69eafe7c213;p=linux-2.6-omap-h63xx.git diff --git a/net/9p/Kconfig b/net/9p/Kconfig index eecbf12f639..bafc50c9e6f 100644 --- a/net/9p/Kconfig +++ b/net/9p/Kconfig @@ -23,9 +23,16 @@ 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 help - Say Y if you want the 9P subsistem to log debug information. + Say Y if you want the 9P subsystem to log debug information.