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