]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/amcc/canyonlands/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot
[people/ms/u-boot.git] / board / amcc / canyonlands / Kconfig
1 if TARGET_CANYONLANDS
2
3 config SYS_BOARD
4 default "canyonlands"
5
6 config SYS_VENDOR
7 default "amcc"
8
9 config SYS_CONFIG_NAME
10 default "canyonlands"
11
12 choice BOARD_TYPE
13 prompt "Select which board to build for"
14
15 config CANYONLANDS
16 bool "Glacier"
17 help
18 Select this to build for the Canyonlands 460EX board.
19
20 config GLACIER
21 bool "Glacier"
22 help
23 Select this to build for the Glacier 460GT board.
24
25 config ARCHES
26 bool "Arches"
27 help
28 Select this to build for the Arches dual 460GT board.
29
30 endchoice
31
32 config DISPLAY_BOARDINFO
33 bool
34 default y
35
36 config DM
37 default y
38
39 config DM_SERIAL
40 default y
41
42 config SYS_MALLOC_F
43 bool
44 default y
45
46 config SYS_MALLOC_F_LEN
47 hex
48 default 0x400
49
50 endif