e2ee238664
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>
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
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
|