aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/Kconfig
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2019-10-22 15:08:19 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-11-11 10:34:09 +0000
commit0dc87ef90db6944a1854c5f9a6e932903ebad5a4 (patch)
tree1a7d361d6607f9311b2218f88d62be6269a0dcf1 /src/mainboard/siemens/mc_apl1/Kconfig
parent6754dcda744c7ff7850024b4da1990475b0dfa7f (diff)
mb/siemens/mc_apl6: Add new mainboard based on mc_apl3
This patch adds a new mainboard variant called mc_apl6 which is based on mc_apl3. So far only the names have been adjusted with no further changes. Following commits will introduce the needed changes for this mainboard variant. Change-Id: Ic935f6cc1f037947b2c167696d40da8309e4d4f0 Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36668 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/Kconfig')
-rw-r--r--src/mainboard/siemens/mc_apl1/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/Kconfig
index 196ca28cdc..0b8cff3318 100644
--- a/src/mainboard/siemens/mc_apl1/Kconfig
+++ b/src/mainboard/siemens/mc_apl1/Kconfig
@@ -22,6 +22,7 @@ config VARIANT_DIR
default "mc_apl3" if BOARD_SIEMENS_MC_APL3
default "mc_apl4" if BOARD_SIEMENS_MC_APL4
default "mc_apl5" if BOARD_SIEMENS_MC_APL5
+ default "mc_apl6" if BOARD_SIEMENS_MC_APL6
config DEVICETREE
string
@@ -34,6 +35,7 @@ config MAINBOARD_PART_NUMBER
default "MC APL3" if BOARD_SIEMENS_MC_APL3
default "MC APL4" if BOARD_SIEMENS_MC_APL4
default "MC APL5" if BOARD_SIEMENS_MC_APL5
+ default "MC APL6" if BOARD_SIEMENS_MC_APL6
config UART_FOR_CONSOLE
default 2