mb/google/rex: Enable sending EOP from payload
Enable sending EOP from payload BUG=b:279184514 TEST=Verify sending EOP from depthcharge on google/rex Signed-off-by: Kapil Porwal <kapilporwal@google.com> Change-Id: I5eda0a5c6d4c34cfcc2de898adde0b005d6edc1e Reviewed-on: https://review.coreboot.org/c/coreboot/+/74768 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9bf0dee146
commit
55b7dee278
|
@ -28,7 +28,7 @@ config BOARD_GOOGLE_REX_COMMON
|
|||
select SOC_INTEL_COMMON_BLOCK_VARIANT_POWER_LIMIT
|
||||
select SOC_INTEL_CSE_LITE_SKU
|
||||
select SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY_V2
|
||||
select SOC_INTEL_CSE_SEND_EOP_ASYNC
|
||||
select SOC_INTEL_CSE_SEND_EOP_BY_PAYLOAD
|
||||
|
||||
config BOARD_GOOGLE_BASEBOARD_REX
|
||||
def_bool n
|
||||
|
|
Loading…
Reference in New Issue