Commit 2f8df3f9 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

arduino nano: Turn CPU into a choice

parent 769e2e21
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -22,9 +22,16 @@ config arch_arduino_nano_driver_timer
bool "Timer with Interrupts"
select meta_driver_timer

choice arch_arduino_nano_cpu
bool "CPU Type"

config arch_arduino_nano_mega168
bool "Cheap Hardware (ATMega168)"
default n
bool "ATMega168"

config arch_arduino_nano_mega328
bool "ATMega328"

endchoice

choice arch_arduino_nano_timer1