From 59093890573acb11ef8d2aff506bdc412704d9de Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 17 Jul 2024 13:37:11 +0530 Subject: soc/intel/mtl: Enable eSOL for x86_64 arch This change removes the condition that SOC_INTEL_METEORLAKE_SIGN_OF_LIFE is only enabled for x86_32 arch. Now, it is safe to enable eSOL for x86_64 platform as well. BUG=b:346682156 TEST=Able to see eSOL on google/rex64. Change-Id: I825c988800ec303a8f37141f6487115b1c7c5d3a Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/83498 Reviewed-by: YH Lin Tested-by: build bot (Jenkins) --- src/soc/intel/meteorlake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 5ec891f65c..612182b5db 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -459,7 +459,7 @@ config SOC_INTEL_COMMON_BLOCK_ACPI_SLP_S0_FREQ_HZ config SOC_INTEL_METEORLAKE_SIGN_OF_LIFE bool - default y if !SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON || !HAVE_X86_64_SUPPORT + default y if !SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON depends on MAINBOARD_HAS_CHROMEOS select VBT_CBFS_COMPRESSION_DEFAULT_LZ4 help -- cgit v1.2.3