blob: c69654c9934a8d47d6976b8a0707150eb554c12b [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "AVR32 architecture"
2 depends on AVR32
3
4config SYS_ARCH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "avr32"
6
7choice
8 prompt "Target select"
Joe Hershbergerf0699602015-05-12 14:46:23 -05009 optional
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010
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