Skip to content

Commit c629421

Browse files
Sinan KayaSasha Levin
authored andcommitted
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>
1 parent 6510223 commit c629421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hv/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu "Microsoft Hyper-V guest support"
44

55
config HYPERV
66
tristate "Microsoft Hyper-V client drivers"
7-
depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST
7+
depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
88
select PARAVIRT
99
help
1010
Select this option to run Linux as a Hyper-V client operating

0 commit comments

Comments
 (0)