blob: a69903fb4559b123ee646451cceaaa2f6be767c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config MMCU
string
default "atmega328p" if ATMEGA328P
choice MCU
prompt "Microcontroller (MMCU)"
source include/mcu/atmega328p.Kconfig
source include/mcu/attiny85.Kconfig
endchoice
|