Browse Source
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>pull/266/head
3 changed files with 11 additions and 6 deletions
@ -1,14 +1,20 @@ |
|||
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 |
|||
|
|||
Loading…
Reference in new issue