aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/avr/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/avr/Kconfig b/src/avr/Kconfig
index 55269dc7..fc1d32a3 100644
--- a/src/avr/Kconfig
+++ b/src/avr/Kconfig
@@ -64,11 +64,11 @@ config AVRDUDE_PROTOCOL
choice
prompt "Processor speed" if LOW_LEVEL_OPTIONS
+ config AVR_FREQ_16000000
+ bool "16Mhz"
config AVR_FREQ_20000000
bool "20Mhz"
depends on MACH_atmega168 || MACH_atmega328 || MACH_atmega328p || MACH_atmega644p || MACH_atmega1284p
- config AVR_FREQ_16000000
- bool "16Mhz"
config AVR_FREQ_8000000
bool "8Mhz"
endchoice