aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/Kconfig
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2018-09-25 17:26:32 +0200
committerWerner Zeh <werner.zeh@siemens.com>2018-09-27 15:55:58 +0000
commit66038c87dab0c46d3991fbf3945d0a502d3e9905 (patch)
treed427f073a4c43185b159ead9bef2bc6f5a817c9a /src/mainboard/siemens/mc_apl1/Kconfig
parent7e15e87eccf8adbfdeb22dd1bca98d977c99bde1 (diff)
siemens/mc_apl1: Add new mainboard variant mc_apl2
This mainboard is based on mc_apl1. In a first step, it contains a copy of mc_apl1 directory with minimum changes. Special adaptations for mc_apl2 mainboard will follow in separate commits. Change-Id: I0af60ab0dfe556dd95da2cf1a49c685a8f0ae4eb Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/28735 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 97ba66f20b..783207c868 100644
--- a/src/mainboard/siemens/mc_apl1/Kconfig
+++ b/src/mainboard/siemens/mc_apl1/Kconfig
@@ -17,10 +17,12 @@ config MAINBOARD_DIR
config VARIANT_DIR
string
default "mc_apl1" if BOARD_SIEMENS_MC_APL1
+ default "mc_apl2" if BOARD_SIEMENS_MC_APL2
config MAINBOARD_PART_NUMBER
string
default "MC APL1" if BOARD_SIEMENS_MC_APL1
+ default "MC APL2" if BOARD_SIEMENS_MC_APL2
config MAX_CPUS
int