diff options
author | Julius Werner <jwerner@chromium.org> | 2016-08-10 17:30:11 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-08-13 23:23:16 +0200 |
commit | c7740d640d4295ef8235850b3f840c2eb725361c (patch) | |
tree | d8a816627c23f9ee4e30dd22a0d8064389dd3a45 /src/vendorcode/google | |
parent | 5faf4ba7b3207861fa0357f4714cf357e88a4819 (diff) | |
download | coreboot-c7740d640d4295ef8235850b3f840c2eb725361c.tar.gz coreboot-c7740d640d4295ef8235850b3f840c2eb725361c.tar.bz2 coreboot-c7740d640d4295ef8235850b3f840c2eb725361c.zip |
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>
Diffstat (limited to 'src/vendorcode/google')
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index c3f909487f8a..48586307034f 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 |