diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-07-14 10:25:53 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:01:45 -0700 |
commit | 88d3bb31b42f3f095bd176ccabe210023a0231b8 (patch) | |
tree | 447134fdb3515d1cda4b6184eb40e5b1276860e7 /drivers/staging/hv/Kconfig | |
parent | 0fce4c2f491cc1a579cac28b67208600cfff6d38 (diff) |
Staging: hv: add the Hyper-V virtual block driver to the build
Add the Hyper-V virtual block 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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig index 52e8921a15d..a94c1d697d6 100644 --- a/drivers/staging/hv/Kconfig +++ b/drivers/staging/hv/Kconfig @@ -12,3 +12,10 @@ config HYPERV_STORAGE default n help Select this option to enable the Hyper-V virtual storage driver. + +config HYPERV_BLOCK + tristate "Microsoft Hyper-V virtual block driver" + depends on BLOCK + default n + help + Select this option to enable the Hyper-V virtual block driver. |