]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/avr32/Kconfig
avr32: delete non generic board's atstk100{3, 4, 6}
[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_GRASSHOPPER
21         bool "Support grasshopper"
22
23 endchoice
24
25 source "board/atmel/atngw100/Kconfig"
26 source "board/atmel/atngw100mkii/Kconfig"
27 source "board/atmel/atstk1000/Kconfig"
28 source "board/in-circuit/grasshopper/Kconfig"
29
30 endmenu