summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-05-01 10:43:48 -0700
committerFurquan Shaikh <furquan@google.com>2020-05-02 20:42:08 +0000
commit40a3888128f6cd967666eaaf158c40185368baf9 (patch)
tree362460bd1233e7860e1f499ff38376d53a621ccb /src/soc/amd/picasso/Kconfig
parentc0bff9755f12a6de9b15faf1498a096cf699d310 (diff)
downloadcoreboot-40a3888128f6cd967666eaaf158c40185368baf9.tar.xz
soc/amd/picasso: Select CHROMEOS_RAMOOPS_DYNAMIC
For boards that select CHROMEOS, select CHROMEOS_RAMOOPS_DYNAMIC by default. BUG=b:155345589 Change-Id: Id215f3a2c8d1e9e713a628283af9586a1f117ef4 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40949 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index c807ad4c7d..3d699667fe 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -198,6 +198,9 @@ config ACPI_BERT_SIZE
Specify the amount of DRAM reserved for gathering the data used to
generate the ACPI table.
+config CHROMEOS
+ select CHROMEOS_RAMOOPS_DYNAMIC
+
config RO_REGION_ONLY
string
depends on CHROMEOS