]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/amcc/canyonlands/Kconfig
common: Add DISPLAY_BOARDINFO
[people/ms/u-boot.git] / board / amcc / canyonlands / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_CANYONLANDS
2
3config SYS_BOARD
dd84058d
MY
4 default "canyonlands"
5
6config SYS_VENDOR
dd84058d
MY
7 default "amcc"
8
9config SYS_CONFIG_NAME
dd84058d
MY
10 default "canyonlands"
11
6566041c
SG
12choice BOARD_TYPE
13 prompt "Select which board to build for"
a26cd049 14 optional
6566041c
SG
15
16config CANYONLANDS
17 bool "Glacier"
18 help
19 Select this to build for the Canyonlands 460EX board.
20
21config GLACIER
22 bool "Glacier"
23 help
24 Select this to build for the Glacier 460GT board.
25
26config ARCHES
27 bool "Arches"
28 help
29 Select this to build for the Arches dual 460GT board.
30
31endchoice
32
dd84058d 33endif