mb/siemens/mc_rpl: Move SOC selection to baseboard
Move the SOC-specific Kconfig options from the variant to the baseboard configuration. This ensures all variants will inherit the correct SOC selection. This simplifies configuration and ensures consistency across variants. Change-Id: Icf13ebd022dbe35f7c5deadfb425f1f9b572ed86 Signed-off-by: Kilian Krause <kilian.krause@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88883 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
This commit is contained in:
parent
6427e51c4f
commit
c7cd4e3305
1 changed files with 2 additions and 2 deletions
|
|
@ -11,12 +11,12 @@ config BOARD_SIEMENS_BASEBOARD_MC_RPL
|
|||
select HAVE_ACPI_RESUME
|
||||
select HAVE_ACPI_TABLES
|
||||
select USE_SIEMENS_HWILIB
|
||||
select SOC_INTEL_ALDERLAKE_PCH_P
|
||||
select SOC_INTEL_RAPTORLAKE
|
||||
|
||||
|
||||
config BOARD_SIEMENS_MC_RPL1
|
||||
select BOARD_SIEMENS_BASEBOARD_MC_RPL
|
||||
select SOC_INTEL_ALDERLAKE_PCH_P
|
||||
select SOC_INTEL_RAPTORLAKE
|
||||
|
||||
if BOARD_SIEMENS_BASEBOARD_MC_RPL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue