diff options
author | Sinan Kaya <okaya@kernel.org> | 2018-12-01 21:40:38 +0000 |
---|---|---|
committer | Sasha Levin <sashal@kernel.org> | 2018-12-13 14:55:57 -0500 |
commit | c629421a990033ba539eb8585e73a2e6fa9ea631 (patch) | |
tree | 4a555367b6fe1363dc59b060a0745b19c9a0187a /drivers/hv | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) |
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>
Diffstat (limited to 'drivers/hv')
-rw-r--r-- | drivers/hv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index 97954f575c3f..1c1a2514d6f3 100644 --- a/drivers/hv/Kconfig +++ b/drivers/hv/Kconfig @@ -4,7 +4,7 @@ menu "Microsoft Hyper-V guest support" config HYPERV 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 help Select this option to run Linux as a Hyper-V client operating |