config: add support of attiny45
authorOlivier Matz <zer0@droids-corp.org>
Fri, 17 May 2013 19:37:31 +0000 (21:37 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Fri, 17 May 2013 19:37:31 +0000 (21:37 +0200)
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
config/config.in

index acaf2a2..848a20e 100644 (file)
@@ -13,6 +13,7 @@ choice 'Avr type' "\
  AT90s2343 CONFIG_MCU_AT90S2343 \
  ATtiny22 CONFIG_MCU_ATTINY22 \
  ATtiny26 CONFIG_MCU_ATTINY26 \
+ ATtiny45 CONFIG_MCU_ATTINY45 \
  AT90s4414 CONFIG_MCU_AT90S4414 \
  AT90s4433 CONFIG_MCU_AT90S4433 \
  AT90s4434 CONFIG_MCU_AT90S4434 \