]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/amcc/canyonlands/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.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         optional
15
16 config CANYONLANDS
17         bool "Glacier"
18         help
19           Select this to build for the Canyonlands 460EX board.
20
21 config GLACIER
22         bool "Glacier"
23         help
24           Select this to build for the Glacier 460GT board.
25
26 config ARCHES
27         bool "Arches"
28         help
29           Select this to build for the Arches dual 460GT board.
30
31 endchoice
32
33 config DISPLAY_BOARDINFO
34         bool
35         default y
36
37 endif