mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
021cd4c6e2
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>
13 lines
182 B
Text
13 lines
182 B
Text
config TRICORE_TESTBOARD
|
|
default y
|
|
depends on TRICORE
|
|
bool
|
|
|
|
config TRIBOARD
|
|
bool
|
|
default y
|
|
depends on TRICORE
|
|
select TC27X_SOC
|
|
|
|
config TC27X_SOC
|
|
bool
|