From: Haiyang Zhang Date: Fri, 23 Jul 2010 21:24:42 +0000 (+0000) Subject: staging: hv: Fix Kconfig dependency of hv_blkvsc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=54d2379c20d814ced657cbc2c4ead8d1f8389fa2;p=linux-beck.git 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@comcast.net] for reporting this problem. Reported-by: vrataj2 Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen Cc: stable Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig index 97480f5c6599..7455c804962a 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.