mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
tricore: 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 TriCore. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d399fddcd4
commit
021cd4c6e2
3 changed files with 10 additions and 3 deletions
|
@ -666,7 +666,7 @@ build-without-defaults:
|
|||
--disable-strip
|
||||
TARGETS: alpha-softmmu avr-softmmu cris-softmmu hppa-softmmu m68k-softmmu
|
||||
mips-softmmu mips64-softmmu mipsel-softmmu sparc-softmmu
|
||||
sparc64-softmmu
|
||||
sparc64-softmmu tricore-softmmu
|
||||
hexagon-linux-user i386-linux-user s390x-linux-user
|
||||
MAKE_CHECK_ARGS: check
|
||||
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
CONFIG_TRICORE_TESTBOARD=y
|
||||
CONFIG_TRIBOARD=y
|
||||
# Default configuration for tricore-softmmu
|
||||
|
||||
# Boards are selected by default, uncomment to keep out of the build.
|
||||
# CONFIG_TRICORE_TESTBOARD=n
|
||||
# CONFIG_TRIBOARD=n
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
config TRICORE_TESTBOARD
|
||||
default y
|
||||
depends on TRICORE
|
||||
bool
|
||||
|
||||
config TRIBOARD
|
||||
bool
|
||||
default y
|
||||
depends on TRICORE
|
||||
select TC27X_SOC
|
||||
|
||||
config TC27X_SOC
|
||||
|
|
Loading…
Reference in a new issue