qemu/target/i386/Kconfig
Paolo Bonzini 4921d0a753 i386: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require
TCG.  For consistency we are switching all other targets to do the same.
Continue with i386.

No changes to generated config-devices.mak files, other than
adding CONFIG_I386 to the x86_64-softmmu target.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-05-03 15:47:47 +02:00

9 lines
142 B
Plaintext

config I386
bool
# kvm_arch_fixup_msi_route() needs to access PCIDevice
select PCI if KVM
config X86_64
bool
select I386