diff options
author | Subrata Banik <subratabanik@google.com> | 2024-09-15 10:16:27 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-09-17 14:19:19 +0000 |
commit | c512585e55d3ba998c9e2b6ffc6899642e2c297c (patch) | |
tree | d9f1dd0dc994e3265dc5cc43a0b50f3a284f5547 /src/mainboard/google/brya/Kconfig | |
parent | e26d8d064d7c6c6c3a469a70dbcb58b4e8ee8c66 (diff) |
mainboard/google/{brox,brya}: Drop redundant CRASHLOG config
This commit drops redundant CRASHLOG option for the brox and brya
mainboards as SOC_INTEL_CRASHLOG config is now selected by the
Alder Lake SoC directly.
TEST=Able to build and boot google/brox w/o any functional impact of
the crashlog feature.
Change-Id: I83859d6e61a151d6930785df3466c185c69e8e66
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84366
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index f409a938c3..87d97b085f 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -44,7 +44,6 @@ config BOARD_GOOGLE_BRYA_COMMON select SOC_INTEL_CSE_SEND_EOP_ASYNC select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES if SOC_INTEL_ALDERLAKE_PCH_P select SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE - select SOC_INTEL_CRASHLOG select SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY_V1 select SOC_INTEL_STORE_ISH_FW_VERSION if DRIVERS_INTEL_ISH |