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