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 <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/368010
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Julius Werner 2016-08-10 17:30:11 -07:00 committed by chrome-bot
commit 8c3b74fb21
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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