From 912a2353d244eae35ab39c80e8bb6d52ee5d5967 Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Tue, 8 Jun 2021 16:31:09 -0600 Subject: [PATCH] mb/google/brya/brya0: Enable Crashlog brya0 is a reference and development platform, therefore it would be helpful to have Crashlog enabled. Change-Id: I936e73e808e0a05e8b7822cddbb5ee3fa7dee13e Signed-off-by: Tim Wawrzynczak Reviewed-on: https://review.coreboot.org/c/coreboot/+/55326 Tested-by: build bot (Jenkins) Reviewed-by: EricR Lai --- src/mainboard/google/brya/Kconfig.name | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 7562fb0b53..f63e46f885 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -7,6 +7,7 @@ config BOARD_GOOGLE_BRYA0 select DRIVERS_GENESYSLOGIC_GL9755 select DRIVERS_INTEL_MIPI_CAMERA select SOC_INTEL_COMMON_BLOCK_IPU + select SOC_INTEL_CRASHLOG config BOARD_GOOGLE_PRIMUS bool "-> Primus"