From 8c3b74fb21aadd6de7af62f32fa98fc211d75085 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Wed, 10 Aug 2016 17:30:11 -0700 Subject: [PATCH] chromeos: Make CHROMEOS_RAMOOPS_NON_ACPI a default for non-ACPI boards This patch enables the CHROMEOS_RAMOOPS_NON_APCI Kconfig option as a default across all non-x86 Chrome OS boards. CQ-DEPEND=CL:367905 BRANCH=None BUG=None TEST=See depthcharge CL. Change-Id: I16ff7f68762a995cd38e5fddaf6971d4b9f07e21 Signed-off-by: Julius Werner Reviewed-on: https://chromium-review.googlesource.com/368010 Reviewed-by: Aaron Durbin --- src/soc/nvidia/tegra210/Kconfig | 1 - src/vendorcode/google/chromeos/Kconfig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig index 39c0152e28..3c88a8459b 100644 --- a/src/soc/nvidia/tegra210/Kconfig +++ b/src/soc/nvidia/tegra210/Kconfig @@ -18,7 +18,6 @@ config SOC_NVIDIA_TEGRA210 if SOC_NVIDIA_TEGRA210 config CHROMEOS - select CHROMEOS_RAMOOPS_NON_ACPI select VBOOT_OPROM_MATTERS config MAINBOARD_DO_DSI_INIT diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 1b71553a67..651115d6ed 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -47,7 +47,7 @@ config CHROMEOS_RAMOOPS_DYNAMIC config CHROMEOS_RAMOOPS_NON_ACPI bool "Allocate RAM oops buffer in cbmem passed through cb tables to payload" - default n + default y if !HAVE_ACPI_TABLES depends on CHROMEOS_RAMOOPS && !HAVE_ACPI_TABLES config CHROMEOS_RAMOOPS_RAM_START