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:
parent
103d86e68c
commit
8c3b74fb21
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue