mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
avr: 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 AVR. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1a67aed817
commit
e2ee238664
2 changed files with 5 additions and 3 deletions
|
@ -5,5 +5,8 @@ config AVR_ATMEGA_MCU
|
|||
select AVR_POWER
|
||||
|
||||
config ARDUINO
|
||||
bool
|
||||
default y
|
||||
depends on AVR
|
||||
select AVR_ATMEGA_MCU
|
||||
select UNIMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue