aboutsummaryrefslogtreecommitdiff
path: root/hw/avr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/avr/Kconfig')
-rw-r--r--hw/avr/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/avr/Kconfig b/hw/avr/Kconfig
index d31298c3cc..b29937be41 100644
--- a/hw/avr/Kconfig
+++ b/hw/avr/Kconfig
@@ -5,5 +5,8 @@ config AVR_ATMEGA_MCU
select AVR_POWER
config ARDUINO
+ bool
+ default y
+ depends on AVR
select AVR_ATMEGA_MCU
select UNIMP