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:
parent
c7cd4e3305
commit
524fd18bd6
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
8
src/mainboard/siemens/mc_rpl/variants/mc_rpl1/Kconfig
Normal file
8
src/mainboard/siemens/mc_rpl/variants/mc_rpl1/Kconfig
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue