summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-05-04 11:51:45 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-06 09:27:34 -0700
commit23c5605c7d842f922fe141f5a7b1c30e9b54dae6 (patch)
tree9f8a5237f65345e85bf2a030eb66e59e98d4fb5d
parent7cc82439baf3faa45cbb9f05a6a8b6b55891621a (diff)
downloadlinux-3.10-23c5605c7d842f922fe141f5a7b1c30e9b54dae6.tar.gz
linux-3.10-23c5605c7d842f922fe141f5a7b1c30e9b54dae6.tar.bz2
linux-3.10-23c5605c7d842f922fe141f5a7b1c30e9b54dae6.zip
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 <rdunlap@xenotime.net> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/hv/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig
index 76f0756ab7d..5e0c9f6c745 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