summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorK. Y. Srinivasan2011-05-04 20:51:45 +0200
committerGreg Kroah-Hartman2011-05-06 18:27:34 +0200
commit23c5605c7d842f922fe141f5a7b1c30e9b54dae6 (patch)
tree9f8a5237f65345e85bf2a030eb66e59e98d4fb5d /drivers
parentstaging: hv: make HYPERV_UTILS depend on NLS to prevent a build error (diff)
downloadkernel-qcow2-linux-23c5605c7d842f922fe141f5a7b1c30e9b54dae6.tar.gz
kernel-qcow2-linux-23c5605c7d842f922fe141f5a7b1c30e9b54dae6.tar.xz
kernel-qcow2-linux-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>
Diffstat (limited to 'drivers')
-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 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