From 73207a12bab0c52f56a804d2aa304772a7bd6a38 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 29 May 2017 14:24:18 -0400 Subject: [PATCH] avr: Allow atmega328 to select a cpu speed of 20Mhz Signed-off-by: Kevin O'Connor --- src/avr/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avr/Kconfig b/src/avr/Kconfig index 0b71156b5..0f2233d0b 100644 --- a/src/avr/Kconfig +++ b/src/avr/Kconfig @@ -43,7 +43,7 @@ choice prompt "Processor speed" config AVR_FREQ_20000000 bool "20Mhz" - depends on MACH_atmega168 || MACH_atmega644p + depends on MACH_atmega168 || MACH_atmega328 || MACH_atmega644p config AVR_FREQ_16000000 bool "16Mhz" config AVR_FREQ_8000000