2014-07-30 05:08:14 +00:00
|
|
|
if TARGET_CANYONLANDS
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "canyonlands"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "amcc"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "canyonlands"
|
|
|
|
|
2015-02-07 18:51:37 +00:00
|
|
|
choice BOARD_TYPE
|
|
|
|
prompt "Select which board to build for"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2015-02-07 18:51:37 +00:00
|
|
|
|
|
|
|
config CANYONLANDS
|
|
|
|
bool "Glacier"
|
|
|
|
help
|
|
|
|
Select this to build for the Canyonlands 460EX board.
|
|
|
|
|
|
|
|
config GLACIER
|
|
|
|
bool "Glacier"
|
|
|
|
help
|
|
|
|
Select this to build for the Glacier 460GT board.
|
|
|
|
|
|
|
|
config ARCHES
|
|
|
|
bool "Arches"
|
|
|
|
help
|
|
|
|
Select this to build for the Arches dual 460GT board.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2015-02-07 18:51:52 +00:00
|
|
|
config DISPLAY_BOARDINFO
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
endif
|