summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2024-09-15 09:43:32 +0000
committerSubrata Banik <subratabanik@google.com>2024-09-17 03:29:37 +0000
commit285b74ab26caf4e62cd37c376f13256c68cd4ce7 (patch)
tree97eefdf661ff84ac4bcf7c36172b0137556db61d
parent6cc7c56d2dfaf7a5659f6324bd0d4e0384d763d5 (diff)
mb/google/brya: Drop redundant entries of crashlog config
This patch removes the redundant crashlog config (SOC_INTEL_CRASHLOG) entry from BOARD_GOOGLE_BRYA0 and BOARD_GOOGLE_BRASK. BOARD_GOOGLE_BRYA_COMMON already selects a crashlog config, and brya0/brask board eventually selects the BOARD_GOOGLE_BRYA_COMMON config, making SOC_INTEL_CRASHLOG redundant. TEST=Successfully built and booted google/brya0. Change-Id: Iaff7954d4dafb4c6ca72a1521dfb434fb36b495a Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84364 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/google/brya/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig
index b54b0dba42..f409a938c3 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -175,7 +175,6 @@ config BOARD_GOOGLE_BRASK
select BOARD_GOOGLE_BASEBOARD_BRASK
select DRIVERS_GENESYSLOGIC_GL9755
select INTEL_GMA_HAVE_VBT
- select SOC_INTEL_CRASHLOG
config BOARD_GOOGLE_BRYA0
select BOARD_GOOGLE_BASEBOARD_BRYA
@@ -185,7 +184,6 @@ config BOARD_GOOGLE_BRYA0
select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER
select DRIVERS_INTEL_MIPI_CAMERA
select SOC_INTEL_COMMON_BLOCK_IPU
- select SOC_INTEL_CRASHLOG
select SOC_INTEL_RAPTORLAKE
config BOARD_GOOGLE_BUJIA