diff options
author | Uwe Poeche <uwe.poeche@siemens.com> | 2022-06-20 14:45:22 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-06-23 14:23:46 +0000 |
commit | e7a68244df92c6194929137e2f4578ef2e328291 (patch) | |
tree | 35360c994f757fe21e1729c5037272059ef6c81d /src/mainboard/siemens/mc_apl1/Kconfig.name | |
parent | af803a630af61b80e9df118add21936ce4732cd0 (diff) |
mb/siemens/mc_apl1: Add new mainboard variant mc_apl7
This patch adds a new mainboard variant called mc_apl7 which is based
on mc_apl4. So far only the names have been adjusted with no further
changes. Following commits will introduce the needed changes for this
mainboard variant.
Test: build mc_apl7, flash to mc_apl4 and compare log level 8 output
Change-Id: Ie9f2f5c29d071de442f8f3e3eaf4b3c2a6b8920f
Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65283
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/Kconfig.name')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/Kconfig.name | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Kconfig.name b/src/mainboard/siemens/mc_apl1/Kconfig.name index 225dd19d44..9c9ff27760 100644 --- a/src/mainboard/siemens/mc_apl1/Kconfig.name +++ b/src/mainboard/siemens/mc_apl1/Kconfig.name @@ -23,3 +23,7 @@ config BOARD_SIEMENS_MC_APL5 config BOARD_SIEMENS_MC_APL6 bool "-> MC APL6" select BOARD_SIEMENS_BASEBOARD_MC_APL1 + +config BOARD_SIEMENS_MC_APL7 + bool "-> MC APL7" + select BOARD_SIEMENS_BASEBOARD_MC_APL1 |