xref: /openbmc/qemu/target/i386/Kconfig (revision f37c6c2e89d3b8d3376ddc74b5357e56f49ccb9c)
1config I386
2    bool
3    # kvm_arch_fixup_msi_route() needs to access PCIDevice
4    select PCI if KVM
5
6config X86_64
7    bool
8    select I386
9