From 0de0254a1fef88a8758e0bdc81a25101cd3c9ccd Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 13 Feb 2022 13:43:35 -0600 Subject: soc/intel/cnl: Move selection of DISABLE_HECI1_AT_PRE_BOOT back to mainboard Commit 805956bce [soc/intel/cnl: Use Kconfig to disable HECI1] moved HECI1 disablement out of mainboard devicetree and into SoC Kconfig, but in doing so inadvertently disabled HECI1 for Puff-based boards which previously had HECI1 enabled by default. To correct this, move the Kconfig selection back into the mainboard Kconfig, and set defaults to match values prior to refactoring in 805956bce. Test: run menuconfig for boards google/{drallion,hatch,puff,sarien} and ensure Disable HECI1 option defaults to selected for all except Puff. Change-Id: Idf7001fb8b0dd94677cf2b5527a61b7a29679492 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/61901 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/drallion/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/drallion') diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig index 5b33ed6abc..60a07eb3d6 100644 --- a/src/mainboard/google/drallion/Kconfig +++ b/src/mainboard/google/drallion/Kconfig @@ -31,6 +31,9 @@ if BOARD_GOOGLE_BASEBOARD_DRALLION config IGNORE_IASL_MISSING_DEPENDENCY def_bool y +config DISABLE_HECI1_AT_PRE_BOOT + default y + config CHROMEOS select GBB_FLAG_FORCE_DEV_SWITCH_ON select GBB_FLAG_FORCE_DEV_BOOT_USB -- cgit v1.2.3