aboutsummaryrefslogtreecommitdiffstats
path: root/hw/avr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/avr/Kconfig')
-rw-r--r--hw/avr/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/avr/Kconfig b/hw/avr/Kconfig
new file mode 100644
index 000000000..d31298c3c
--- /dev/null
+++ b/hw/avr/Kconfig
@@ -0,0 +1,9 @@
+config AVR_ATMEGA_MCU
+ bool
+ select AVR_TIMER16
+ select AVR_USART
+ select AVR_POWER
+
+config ARDUINO
+ select AVR_ATMEGA_MCU
+ select UNIMP