qemu/hw/xtensa/Kconfig
Paolo Bonzini 0a12e7b752 xtensa: 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 Xtensa.

No changes to generated config-devices.mak file.

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

21 lines
345 B
Plaintext

config XTENSA_SIM
default y
depends on XTENSA
bool
config XTENSA_VIRT
bool
default y
depends on XTENSA
select XTENSA_SIM
select PCI_EXPRESS_GENERIC_BRIDGE
select PCI_DEVICES
config XTENSA_XTFPGA
bool
default y
depends on XTENSA
select OPENCORES_ETH
select PFLASH_CFI01
select SERIAL