diff options
Diffstat (limited to 'src/vendorcode/google/chromeos/Kconfig')
-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 c3f909487f..4858630703 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 |