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 <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83498 Reviewed-by: YH Lin <yueherngl@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user