Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <vrataj2@comcast.net>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Haiyang Zhang and committed by
Greg Kroah-Hartman
54d2379c 54009058

+1 -1
+1 -1
drivers/staging/hv/Kconfig
··· 17 17 18 18 config HYPERV_BLOCK 19 19 tristate "Microsoft Hyper-V virtual block driver" 20 - depends on BLOCK && SCSI && LBDAF 20 + depends on BLOCK && SCSI && (LBDAF || 64BIT) 21 21 default HYPERV 22 22 help 23 23 Select this option to enable the Hyper-V virtual block driver.