qemu/hw/avr/Kconfig
Paolo Bonzini e2ee238664 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>
2024-05-03 15:47:47 +02:00

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