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: If14ef4f9b1bd480f2d52df3892c73059bb9b07d5 Signed-off-by: Martin Roth <martinroth@chromium.org> Original-Commit-Id: 8c3b74fb21aadd6de7af62f32fa98fc211d75085 Original-Change-Id: I16ff7f68762a995cd38e5fddaf6971d4b9f07e21 Original-Signed-off-by: Julius Werner <jwerner@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/368010 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16154 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
5faf4ba7b3
commit
c7740d640d
|
@ -18,7 +18,6 @@ config SOC_NVIDIA_TEGRA210
|
||||||
if SOC_NVIDIA_TEGRA210
|
if SOC_NVIDIA_TEGRA210
|
||||||
|
|
||||||
config CHROMEOS
|
config CHROMEOS
|
||||||
select CHROMEOS_RAMOOPS_NON_ACPI
|
|
||||||
select VBOOT_OPROM_MATTERS
|
select VBOOT_OPROM_MATTERS
|
||||||
|
|
||||||
config MAINBOARD_DO_DSI_INIT
|
config MAINBOARD_DO_DSI_INIT
|
||||||
|
|
|
@ -47,7 +47,7 @@ config CHROMEOS_RAMOOPS_DYNAMIC
|
||||||
|
|
||||||
config CHROMEOS_RAMOOPS_NON_ACPI
|
config CHROMEOS_RAMOOPS_NON_ACPI
|
||||||
bool "Allocate RAM oops buffer in cbmem passed through cb tables to payload"
|
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
|
depends on CHROMEOS_RAMOOPS && !HAVE_ACPI_TABLES
|
||||||
|
|
||||||
config CHROMEOS_RAMOOPS_RAM_START
|
config CHROMEOS_RAMOOPS_RAM_START
|
||||||
|
|
Loading…
Reference in New Issue