mb/siemens/mc_ehl: Move Kconfig switch to variants

SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN has to be handled differently at
variant level in upcoming mainboards. This patch moves the switch from
upper mc_ehl level to board-specific level.

TEST=Compared .config files for all boards after defconfig completed
before and after the patch for all boards.

Change-Id: I5adb978152eb9f465e30988f39d1ea7815403ce0
Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90333
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Uwe Poeche 2025-12-02 13:45:35 +01:00 committed by Matt DeVillier
commit 2f95552802
7 changed files with 18 additions and 3 deletions

View file

@ -55,7 +55,4 @@ config MAINBOARD_PART_NUMBER
config DEVICETREE
default "variants/\$(CONFIG_VARIANT_DIR)/devicetree.cb"
config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN
default y
endif # BOARD_SIEMENS_BASEBOARD_MC_EHL

View file

@ -36,4 +36,7 @@ config EARLY_PCI_MMIO_BASE
depends on NC_FPGA_POST_CODE
default 0xfe800000
config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN
default y
endif # BOARD_SIEMENS_MC_EHL1

View file

@ -21,4 +21,7 @@ config UART_FOR_CONSOLE
int
default 0
config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN
default y
endif # BOARD_SIEMENS_MC_EHL2

View file

@ -22,4 +22,7 @@ config UART_FOR_CONSOLE
int
default 0
config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN
default y
endif # BOARD_SIEMENS_MC_EHL3

View file

@ -31,4 +31,7 @@ config EARLY_PCI_MMIO_BASE
depends on NC_FPGA_POST_CODE
default 0xfe800000
config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN
default y
endif # BOARD_SIEMENS_MC_EHL4

View file

@ -22,4 +22,7 @@ config UART_FOR_CONSOLE
int
default 0
config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN
default y
endif # BOARD_SIEMENS_MC_EHL5

View file

@ -37,4 +37,7 @@ config EARLY_PCI_MMIO_BASE
depends on NC_FPGA_POST_CODE
default 0xfe800000
config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN
default y
endif # BOARD_SIEMENS_MC_EHL6