xref: /qemu/hw/avr/Kconfig (revision 5b7d54d4ed7857b8b27fb040c6027ba59e003889)
1config AVR_ATMEGA_MCU
2    bool
3    select AVR_TIMER16
4    select AVR_USART
5    select AVR_POWER
6
7config ARDUINO
8    bool
9    default y
10    depends on AVR
11    select AVR_ATMEGA_MCU
12    select UNIMP
13