From fbe0e4d00ba7e026b8b848cfcd0ed583a71f8069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 7 Mar 2017 10:10:09 +0100 Subject: Just huge update --- include/mcu/Kconfig | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'include/mcu/Kconfig') diff --git a/include/mcu/Kconfig b/include/mcu/Kconfig index cecefdf..0468540 100644 --- a/include/mcu/Kconfig +++ b/include/mcu/Kconfig @@ -1,11 +1,12 @@ config MMCU - string - default "atmega328p" if ATMEGA328P - default "attiny85" if ATTINY85 - default "attiny4313" if ATTINY4313 + string + default "atmega328p" if ATMEGA328P + default "atmega168a" if ATMEGA168A + default "attiny85" if ATTINY85 + default "attiny4313" if ATTINY4313 choice MCU - prompt "Microcontroller (MMCU)" + prompt "Microcontroller (MMCU)" source "$IOEROOT/include/mcu/atmega328p.Kconfig" source "$IOEROOT/include/mcu/attiny85.Kconfig" -- cgit v1.2.3