From 1c8bba7377dbd549ed9534d5702607eba8073716 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 12 Nov 2008 11:05:17 +0000 Subject: [PATCH] --- yaml --- r: 119074 b: refs/heads/master c: 1fa989e80a9a104bf3b81842a5f4c1867d7aa9c4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/9p/Kconfig | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 205d99d52756..b6a8d72f66da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c0188acf6dd6990bac9cd906cd554a1476c6d12 +refs/heads/master: 1fa989e80a9a104bf3b81842a5f4c1867d7aa9c4 diff --git a/trunk/net/9p/Kconfig b/trunk/net/9p/Kconfig index c42c0c400bf9..0663f99e977a 100644 --- a/trunk/net/9p/Kconfig +++ b/trunk/net/9p/Kconfig @@ -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