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-Tag: v3.0-rc1~336^2~511 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23c5605c7d842f922fe141f5a7b1c30e9b54dae6;p=platform%2Fupstream%2Fkernel-adaptation-pc.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 76f0756..5e0c9f6 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