diff options
author | Kapil Porwal <kapilporwal@google.com> | 2023-04-26 00:44:13 +0530 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-10-20 14:29:56 +0000 |
commit | 55b7dee2784e9fe80870c6c33ba91b98021df8b5 (patch) | |
tree | e5141b269ba2100f4746dc241774a82113db9fa6 /src | |
parent | 9bf0dee146cf0298bf88960791522ebd731dcc76 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 8be8b6f39b..0189650fa8 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -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 |