summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSinan Kaya <okaya@kernel.org>2018-12-01 21:40:38 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-13 09:51:00 +0100
commit37fc22c6cf2202e5255d25156b31124060f2be96 (patch)
tree8b1c6fc811d288c9fc8458e0e1c04480a341e0ba
parent2e212750829792dcf723861d919ae622d78ea27e (diff)
downloadlinux-stable-37fc22c6cf2202e5255d25156b31124060f2be96.tar.gz
linux-stable-37fc22c6cf2202e5255d25156b31124060f2be96.tar.bz2
linux-stable-37fc22c6cf2202e5255d25156b31124060f2be96.zip
x86, hyperv: remove PCI dependency
[ Upstream commit c629421a990033ba539eb8585e73a2e6fa9ea631 ] 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>
-rw-r--r--drivers/hv/Kconfig2
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