From: K. Y. Srinivasan Date: Wed, 4 May 2011 18:51:45 +0000 (-0700) Subject: Staging: hv: Add the necessary dependencies to hyperv Kconfig X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=23c5605c7d842f922fe141f5a7b1c30e9b54dae6;p=deliverable%2Flinux.git Staging: hv: Add the necessary dependencies to hyperv Kconfig The vmbus driver dependes on ACPI and PCI subsystems. Change Kconfig to reflect this. Reported-by: Randy Dunlap Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig index 76f0756ab7dc..5e0c9f6c7457 100644 --- a/drivers/staging/hv/Kconfig +++ b/drivers/staging/hv/Kconfig @@ -1,6 +1,6 @@ config HYPERV tristate "Microsoft Hyper-V client drivers" - depends on X86 && m + depends on X86 && ACPI && PCI && m default n help Select this option to run Linux as a Hyper-V client operating