mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 14:23:53 -06:00

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 RX. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
12 lines
193 B
Text
12 lines
193 B
Text
config RX62N_MCU
|
|
bool
|
|
select RX_ICU
|
|
select RENESAS_TMR
|
|
select RENESAS_CMT
|
|
select RENESAS_SCI
|
|
|
|
config RX_GDBSIM
|
|
bool
|
|
default y
|
|
depends on RX
|
|
select RX62N_MCU
|