blob: 46337aea5520d77cee1cbd3f9d99c6c912ac56ee [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "AVR32 architecture"
2 depends on AVR32
3
4config SYS_ARCH
5 string
6 default "avr32"
7
8choice
9 prompt "Target select"
10
11config TARGET_ATNGW100
12 bool "Support atngw100"
13
14config TARGET_ATNGW100MKII
15 bool "Support atngw100mkii"
16
17config TARGET_ATSTK1002
18 bool "Support atstk1002"
19
20config TARGET_ATSTK1003
21 bool "Support atstk1003"
22
23config TARGET_ATSTK1004
24 bool "Support atstk1004"
25
26config TARGET_ATSTK1006
27 bool "Support atstk1006"
28
29config TARGET_FAVR_32_EZKIT
30 bool "Support favr-32-ezkit"
31
32config TARGET_GRASSHOPPER
33 bool "Support grasshopper"
34
35config TARGET_MIMC200
36 bool "Support mimc200"
37
38config TARGET_HAMMERHEAD
39 bool "Support hammerhead"
40
41endchoice
42
43source "board/atmel/atngw100/Kconfig"
44source "board/atmel/atngw100mkii/Kconfig"
45source "board/atmel/atstk1000/Kconfig"
46source "board/earthlcd/favr-32-ezkit/Kconfig"
47source "board/in-circuit/grasshopper/Kconfig"
48source "board/mimc/mimc200/Kconfig"
49source "board/miromico/hammerhead/Kconfig"
50
51endmenu