Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
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
|