]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - board/amcc/canyonlands/Kconfig
common: Add DISPLAY_BOARDINFO
[people/ms/u-boot.git] / board / amcc / canyonlands / Kconfig
... / ...
CommitLineData
1if TARGET_CANYONLANDS
2
3config SYS_BOARD
4 default "canyonlands"
5
6config SYS_VENDOR
7 default "amcc"
8
9config SYS_CONFIG_NAME
10 default "canyonlands"
11
12choice BOARD_TYPE
13 prompt "Select which board to build for"
14 optional
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
33endif