aboutsummaryrefslogtreecommitdiff
path: root/target/i386/Kconfig
blob: 6b0feef02997f470c65f16333ccca95b42963ee8 (plain)
1
2
3
4
5
6
7
8
9
config I386
    bool
    select APIC
    # kvm_arch_fixup_msi_route() needs to access PCIDevice
    select PCI if KVM

config X86_64
    bool
    select I386