projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6510223
)
x86, hyperv: remove PCI dependency
author
Sinan Kaya
<okaya@kernel.org>
Sat, 1 Dec 2018 21:40:38 +0000
(21:40 +0000)
committer
Sasha Levin
<sashal@kernel.org>
Thu, 13 Dec 2018 19:55:57 +0000
(14:55 -0500)
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>
drivers/hv/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/hv/Kconfig
b/drivers/hv/Kconfig
index 97954f575c3f691df222aa7102f01b5d296ff893..1c1a2514d6f31b8a2e8ce04293c949922b4e92ee 100644
(file)
--- 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