mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13: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 AVR. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
12 lines
197 B
Text
12 lines
197 B
Text
config AVR_ATMEGA_MCU
|
|
bool
|
|
select AVR_TIMER16
|
|
select AVR_USART
|
|
select AVR_POWER
|
|
|
|
config ARDUINO
|
|
bool
|
|
default y
|
|
depends on AVR
|
|
select AVR_ATMEGA_MCU
|
|
select UNIMP
|