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:
Kilian Krause 2025-07-21 10:29:28 +02:00 committed by Werner Zeh
commit c7cd4e3305

View file

@ -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