[PATCH 1/1] staging: hv: Fix Kconfig dependency of hv_blkvsc

From: Haiyang Zhang
Date: Fri Jul 23 2010 - 17:30:26 EST


From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>

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 [vrataj2@xxxxxxxxxxx] for reporting this problem.

Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
Signed-off-by: Hank Janssen <hjanssen@xxxxxxxxxxxxx>

---
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