aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/avr/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avr/Kconfig b/src/avr/Kconfig
index 0b71156b..0f2233d0 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