aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-14 11:01:18 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:01:45 -0700
commit511bda8fe1607ab2e4b2f3b008b7cfbffc2720b1 (patch)
treeb03406b9194a9fbf3c9a456eaa463a23bc33994c /drivers/staging/hv/Kconfig
parentStaging: hv: make the Hyper-V virtual network driver build (diff)
downloadlinux-dev-511bda8fe1607ab2e4b2f3b008b7cfbffc2720b1.tar.xz
linux-dev-511bda8fe1607ab2e4b2f3b008b7cfbffc2720b1.zip
Staging: hv: add the Hyper-V virtual network driver to the build
Add the Hyper-V virtual network driver to the kernel build system. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Kconfig')
-rw-r--r--drivers/staging/hv/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig
index a94c1d697d6b..932bfd657898 100644
--- a/drivers/staging/hv/Kconfig
+++ b/drivers/staging/hv/Kconfig
@@ -19,3 +19,10 @@ config HYPERV_BLOCK
default n
help
Select this option to enable the Hyper-V virtual block driver.
+
+config HYPERV_NET
+ tristate "Microsoft Hyper-V virtual network driver"
+ depends on NET
+ default n
+ help
+ Select this option to enable the Hyper-V virtual network driver.