From 0cac0fb0221de34534e3344d058fe77c375980bb Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 29 Apr 2019 16:36:10 +0200 Subject: 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 --- board/siemens/taurus/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'board/siemens/taurus/Kconfig') diff --git a/board/siemens/taurus/Kconfig b/board/siemens/taurus/Kconfig index cf71e4ce56..28816bc1a0 100644 --- a/board/siemens/taurus/Kconfig +++ b/board/siemens/taurus/Kconfig @@ -9,4 +9,20 @@ config SYS_VENDOR 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 -- cgit