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

config X86_64
    bool
    select I386