]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/avr32/Kconfig
avr32: delete non generic board mimc200
[karo-tx-uboot.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         optional
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_GRASSHOPPER
30         bool "Support grasshopper"
31
32 endchoice
33
34 source "board/atmel/atngw100/Kconfig"
35 source "board/atmel/atngw100mkii/Kconfig"
36 source "board/atmel/atstk1000/Kconfig"
37 source "board/in-circuit/grasshopper/Kconfig"
38
39 endmenu