]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/amcc/canyonlands/Kconfig
malloc_f: enable SYS_MALLOC_F by default if DM is on
[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"
14
15config CANYONLANDS
16 bool "Glacier"
17 help
18 Select this to build for the Canyonlands 460EX board.
19
20config GLACIER
21 bool "Glacier"
22 help
23 Select this to build for the Glacier 460GT board.
24
25config ARCHES
26 bool "Arches"
27 help
28 Select this to build for the Arches dual 460GT board.
29
30endchoice
31
360334a1
SR
32config DISPLAY_BOARDINFO
33 bool
34 default y
35
5d418fdb
SG
36config DM
37 default y
38
39config DM_SERIAL
40 default y
41
dd84058d 42endif