diff options
Diffstat (limited to 'src/avr/Kconfig')
-rw-r--r-- | src/avr/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/avr/Kconfig b/src/avr/Kconfig index 77b0f45c..dda36653 100644 --- a/src/avr/Kconfig +++ b/src/avr/Kconfig @@ -43,6 +43,12 @@ config MCU default "atmega1280" if MACH_atmega1280 default "atmega2560" if MACH_atmega2560 +config AVRDUDE_PROTOCOL + string + default "wiring" if MACH_atmega2560 + default "avr109" if MACH_at90usb1286 + default "arduino" + choice prompt "Processor speed" config AVR_FREQ_20000000 |