0a12e7b752
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>
21 lines
345 B
Plaintext
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
|