]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/avr32/Kconfig
[AVR32] Add support for ATSTK1003 and ATSTK1004
[linux-2.6-omap-h63xx.git] / arch / avr32 / Kconfig
index e37e6b92658d53f83a4da900ca365e7df72e80b9..52283f76c304894a8619704f630253b72ecdba22 100644 (file)
@@ -110,6 +110,10 @@ endchoice
 # CPU Daughterboards for ATSTK1000
 config BOARD_ATSTK1002
        bool
+config BOARD_ATSTK1003
+       bool
+config BOARD_ATSTK1004
+       bool
 
 choice
        prompt "AVR32 board type"
@@ -118,6 +122,8 @@ choice
 config BOARD_ATSTK1000
        bool "ATSTK1000 evaluation board"
        select BOARD_ATSTK1002 if CPU_AT32AP7000
+       select BOARD_ATSTK1003 if CPU_AT32AP7001
+       select BOARD_ATSTK1004 if CPU_AT32AP7002
 
 config BOARD_ATNGW100
        bool "ATNGW100 Network Gateway"