Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60367 )
Change subject: mb/google/deltaur: Select board-specific options per board ......................................................................
mb/google/deltaur: Select board-specific options per board
Move board-specific selects out of common configuration and add them to each board where necessary.
Change-Id: I71f22100fe56a8b88321d220f98ac03887ce6bd7 Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/60367 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/mainboard/google/deltaur/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved
diff --git a/src/mainboard/google/deltaur/Kconfig b/src/mainboard/google/deltaur/Kconfig index 45e8258..8a5cf3c 100644 --- a/src/mainboard/google/deltaur/Kconfig +++ b/src/mainboard/google/deltaur/Kconfig @@ -14,13 +14,13 @@ select MAINBOARD_HAS_I2C_TPM_CR50 select MAINBOARD_HAS_TPM2 select MAINBOARD_USES_IFD_EC_REGION - select MAINBOARD_USES_IFD_GBE_REGION if BOARD_GOOGLE_DELTAN select SOC_INTEL_COMMON_BLOCK_HDA_VERB select SOC_INTEL_TIGERLAKE select SYSTEM_TYPE_LAPTOP
config BOARD_GOOGLE_DELTAN select BOARD_GOOGLE_BASEBOARD_DELTAUR + select MAINBOARD_USES_IFD_GBE_REGION
config BOARD_GOOGLE_DELTAUR select BOARD_GOOGLE_BASEBOARD_DELTAUR
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.