From: Haiyang Zhang <[email protected]>

Subject: staging: hv: Fix Kconfig dependency of hv_blkvsc
LBDAF is not available nor necessary on 64BIT kernel. This patch
fixed the dependency for hv_blkvsc module on 64BIT kernel.
Thanks vrataj2 [[email protected]] for reporting this problem.

Signed-off-by: Haiyang Zhang <[email protected]>
Signed-off-by: Hank Janssen <[email protected]>

---
 drivers/staging/hv/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig
index 97480f5..7455c80 100644
--- a/drivers/staging/hv/Kconfig
+++ b/drivers/staging/hv/Kconfig
@@ -17,7 +17,7 @@ config HYPERV_STORAGE
 
 config HYPERV_BLOCK
        tristate "Microsoft Hyper-V virtual block driver"
-       depends on BLOCK && SCSI && LBDAF
+       depends on BLOCK && SCSI && (LBDAF || 64BIT)
        default HYPERV
        help
          Select this option to enable the Hyper-V virtual block driver.
-- 
1.6.3.2

Attachment: 0723-Fix-Kconfig-dependency-of-hv_blkvsc.patch
Description: 0723-Fix-Kconfig-dependency-of-hv_blkvsc.patch

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to