Skip to content

Commit

Permalink
Staging: hv: Add the necessary dependencies to hyperv Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 6, 2011
1 parent 7cc8243 commit 23c5605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/hv/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 23c5605

Please sign in to comment.