mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
x86, hyperv: remove PCI dependency
Need to be able to boot without PCI devices present. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
651022382c
commit
c629421a99
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ menu "Microsoft Hyper-V guest support"
|
||||||
|
|
||||||
config HYPERV
|
config HYPERV
|
||||||
tristate "Microsoft Hyper-V client drivers"
|
tristate "Microsoft Hyper-V client drivers"
|
||||||
depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST
|
depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
|
||||||
select PARAVIRT
|
select PARAVIRT
|
||||||
help
|
help
|
||||||
Select this option to run Linux as a Hyper-V client operating
|
Select this option to run Linux as a Hyper-V client operating
|
||||||
|
|
Loading…
Add table
Reference in a new issue