Commit ca93e992 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Require the PCI subsystem



PCI device assignment makes calls to pci code, so require it to be built
into the kernel.

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent a29a2af3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ if VIRTUALIZATION
config KVM
	tristate "Kernel-based Virtual Machine (KVM) support"
	depends on HAVE_KVM && EXPERIMENTAL
	# for device assignment:
	depends on PCI
	select PREEMPT_NOTIFIERS
	select ANON_INODES
	---help---
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ if VIRTUALIZATION
config KVM
	tristate "Kernel-based Virtual Machine (KVM) support"
	depends on HAVE_KVM
	# for device assignment:
	depends on PCI
	select PREEMPT_NOTIFIERS
	select MMU_NOTIFIER
	select ANON_INODES