summary refs log tree commit diff stats
path: root/target/i386/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/Kconfig')
-rw-r--r--target/i386/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/i386/Kconfig b/target/i386/Kconfig
index ce6968906e..ad9291d3b8 100644
--- a/target/i386/Kconfig
+++ b/target/i386/Kconfig
@@ -1,5 +1,8 @@
 config I386
     bool
+    # kvm_arch_fixup_msi_route() needs to access PCIDevice
+    select PCI if KVM
 
 config X86_64
     bool
+    select I386