aboutsummaryrefslogtreecommitdiffstats
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
110# CPU Daughterboards for ATSTK1000 110# CPU Daughterboards for ATSTK1000
111config BOARD_ATSTK1002 111config BOARD_ATSTK1002
112 bool 112 bool
113config BOARD_ATSTK1003
114 bool
115config BOARD_ATSTK1004
116 bool
113 117
114choice 118choice
115 prompt "AVR32 board type" 119 prompt "AVR32 board type"
@@ -118,6 +122,8 @@ choice
118config BOARD_ATSTK1000 122config BOARD_ATSTK1000
119 bool "ATSTK1000 evaluation board" 123 bool "ATSTK1000 evaluation board"
120 select BOARD_ATSTK1002 if CPU_AT32AP7000 124 select BOARD_ATSTK1002 if CPU_AT32AP7000
125 select BOARD_ATSTK1003 if CPU_AT32AP7001
126 select BOARD_ATSTK1004 if CPU_AT32AP7002
121 127
122config BOARD_ATNGW100 128config BOARD_ATNGW100
123 bool "ATNGW100 Network Gateway" 129 bool "ATNGW100 Network Gateway"