]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/avr32/Kconfig
ARM: zynq: Remove unused SERIAL macros for serial_zynq
[people/ms/u-boot.git] / arch / avr32 / Kconfig
CommitLineData
dd84058d
MY
1menu "AVR32 architecture"
2 depends on AVR32
3
4config SYS_ARCH
dd84058d
MY
5 default "avr32"
6
7choice
8 prompt "Target select"
a26cd049 9 optional
dd84058d
MY
10
11config TARGET_ATNGW100
12 bool "Support atngw100"
13
14config TARGET_ATNGW100MKII
15 bool "Support atngw100mkii"
16
17config TARGET_ATSTK1002
18 bool "Support atstk1002"
19
dd84058d
MY
20config TARGET_GRASSHOPPER
21 bool "Support grasshopper"
22
dd84058d
MY
23endchoice
24
25source "board/atmel/atngw100/Kconfig"
26source "board/atmel/atngw100mkii/Kconfig"
27source "board/atmel/atstk1000/Kconfig"
dd84058d 28source "board/in-circuit/grasshopper/Kconfig"
dd84058d
MY
29
30endmenu