diff options
author | Heiko Schocher <hs@denx.de> | 2019-04-29 16:36:10 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-03 07:30:31 -0400 |
commit | 0cac0fb0221de34534e3344d058fe77c375980bb (patch) | |
tree | 0eee41061b635fc8c35d9bdf52d79248d2ab6eac /board/siemens/taurus/Kconfig | |
parent | efbfd448e51a75acbace51849e8bed63e0ea5ce0 (diff) |
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>
Diffstat (limited to 'board/siemens/taurus/Kconfig')
-rw-r--r-- | board/siemens/taurus/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
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 |