at91: cleanup taurus port
[oweals/u-boot.git] / board / siemens / taurus / Kconfig
1 if TARGET_TAURUS
2
3 config SYS_BOARD
4         default "taurus"
5
6 config SYS_VENDOR
7         default "siemens"
8
9 config SYS_CONFIG_NAME
10         default "taurus"
11
12 choice
13         prompt "Board Type AXM/TAURUS"
14         default BOARD_AXM
15
16 config BOARD_AXM
17         bool "AXM board type"
18         help
19           Select this, if you want to build for AXM board.
20
21 config BOARD_TAURUS
22         bool "TAURUS board type"
23         help
24           Select this, if you want to build for TAURUS board.
25
26 endchoice
27
28 endif