u-boot-brain/board/siemens/taurus/Kconfig
Heiko Schocher 0cac0fb022 at91: cleanup taurus port
- at91sam9g20-taurus.dts: use labels
- cleanup taurus port to compile clean with
  current mainline again. SPL has no serial
  output anymore, so it fits into SRAM.

Signed-off-by: Heiko Schocher <hs@denx.de>
2019-05-03 07:30:31 -04:00

29 lines
417 B
Plaintext

if TARGET_TAURUS
config SYS_BOARD
default "taurus"
config SYS_VENDOR
default "siemens"
config SYS_CONFIG_NAME
default "taurus"
choice
prompt "Board Type AXM/TAURUS"
default BOARD_AXM
config BOARD_AXM
bool "AXM board type"
help
Select this, if you want to build for AXM board.
config BOARD_TAURUS
bool "TAURUS board type"
help
Select this, if you want to build for TAURUS board.
endchoice
endif