]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/avr32/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[people/ms/u-boot.git] / arch / avr32 / Kconfig
1 menu "AVR32 architecture"
2 depends on AVR32
3
4 config SYS_ARCH
5 default "avr32"
6
7 choice
8 prompt "Target select"
9
10 config TARGET_ATNGW100
11 bool "Support atngw100"
12
13 config TARGET_ATNGW100MKII
14 bool "Support atngw100mkii"
15
16 config TARGET_ATSTK1002
17 bool "Support atstk1002"
18
19 config TARGET_ATSTK1003
20 bool "Support atstk1003"
21
22 config TARGET_ATSTK1004
23 bool "Support atstk1004"
24
25 config TARGET_ATSTK1006
26 bool "Support atstk1006"
27
28 config TARGET_FAVR_32_EZKIT
29 bool "Support favr-32-ezkit"
30
31 config TARGET_GRASSHOPPER
32 bool "Support grasshopper"
33
34 config TARGET_MIMC200
35 bool "Support mimc200"
36
37 config TARGET_HAMMERHEAD
38 bool "Support hammerhead"
39
40 endchoice
41
42 source "board/atmel/atngw100/Kconfig"
43 source "board/atmel/atngw100mkii/Kconfig"
44 source "board/atmel/atstk1000/Kconfig"
45 source "board/earthlcd/favr-32-ezkit/Kconfig"
46 source "board/in-circuit/grasshopper/Kconfig"
47 source "board/mimc/mimc200/Kconfig"
48 source "board/miromico/hammerhead/Kconfig"
49
50 endmenu