aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/Kconfig
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2018-10-30 09:57:44 +0100
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-10-30 12:16:30 +0000
commit58bf3e763297d658ed83dd35b30293dfab3e135f (patch)
tree0f9ec596141b220e2bb7afbf9476a88ae57ed12f /src/mainboard/siemens/mc_apl1/Kconfig
parente63a5f1e7f6e70cf3417332411fcce024afa390f (diff)
siemens/mc_apl3: Add new mainboard variant mc_apl3
This mainboard is based on mc_apl1. In a first step, it concerns a copy of mc_apl1 directory with minimum changes. Special adaptations for mc_apl3 mainboard will follow in separate commits. Change-Id: I963ec63bccf71296c3fdabfcf9f3009c2febc791 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/29353 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@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 783207c868..ee86a4df4f 100644
--- a/src/mainboard/siemens/mc_apl1/Kconfig
+++ b/src/mainboard/siemens/mc_apl1/Kconfig
@@ -18,11 +18,13 @@ config VARIANT_DIR
string
default "mc_apl1" if BOARD_SIEMENS_MC_APL1
default "mc_apl2" if BOARD_SIEMENS_MC_APL2
+ default "mc_apl3" if BOARD_SIEMENS_MC_APL3
config MAINBOARD_PART_NUMBER
string
default "MC APL1" if BOARD_SIEMENS_MC_APL1
default "MC APL2" if BOARD_SIEMENS_MC_APL2
+ default "MC APL3" if BOARD_SIEMENS_MC_APL3
config MAX_CPUS
int