summaryrefslogtreecommitdiffstats
path: root/arch/avr32/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r--arch/avr32/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index e37e6b92658d..52283f76c304 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -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"