blob: a655dbc31f7d809482a1868d2176fba478046dff [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_CANYONLANDS
2
3config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +09004 default "canyonlands"
5
6config SYS_VENDOR
Masahiro Yamadadd840582014-07-30 14:08:14 +09007 default "amcc"
8
9config SYS_CONFIG_NAME
Masahiro Yamadadd840582014-07-30 14:08:14 +090010 default "canyonlands"
11
Simon Glass65660412015-02-07 11:51:37 -070012choice BOARD_TYPE
13 prompt "Select which board to build for"
Joe Hershbergera26cd042015-05-12 14:46:23 -050014 optional
Simon Glass65660412015-02-07 11:51:37 -070015
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
Stefan Roese360334a2015-02-07 11:51:52 -070033config DISPLAY_BOARDINFO
34 bool
35 default y
36
Masahiro Yamadadd840582014-07-30 14:08:14 +090037endif