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>
This commit is contained in:
parent
7cc82439ba
commit
23c5605c7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user