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