mb/siemens/mc_rpl1: Create variant specific Kconfig file

A variant specific Kconfig file is introduced. This improves
configuration management by separating variant-specific options from the
baseboard.

Change-Id: I3760bf0ec2d16722ba99459244968ef2db249453
Signed-off-by: Kilian Krause <kilian.krause@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88884
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
This commit is contained in:
Kilian Krause 2025-06-17 14:35:54 +02:00 committed by Werner Zeh
commit 524fd18bd6
2 changed files with 10 additions and 0 deletions

View file

@ -18,6 +18,8 @@ config BOARD_SIEMENS_BASEBOARD_MC_RPL
config BOARD_SIEMENS_MC_RPL1
select BOARD_SIEMENS_BASEBOARD_MC_RPL
source "src/mainboard/siemens/mc_rpl/variants/*/Kconfig"
if BOARD_SIEMENS_BASEBOARD_MC_RPL
config MAINBOARD_DIR

View file

@ -0,0 +1,8 @@
## SPDX-License-Identifier: GPL-2.0-only
if BOARD_SIEMENS_MC_RPL1
config BOARD_SPECIFIC_OPTIONS
def_bool y
endif # BOARD_SIEMENS_MC_RPL1