From 3ea0202925a9535ca58184cfad736122c97e4d41 Mon Sep 17 00:00:00 2001 From: Xi Chen Date: Wed, 14 Jun 2023 10:38:19 +0800 Subject: [PATCH] soc/mediatek: Add a prompt string for MEDIATEK_DRAM_SCRAMBLE Make the default MEDIATEK_DRAM_SCRAMBLE value overridable by adding a prompt string. BUG=b:285474337 TEST=build pass and check scramble feature is disabled on serial build Signed-off-by: Xi Chen Change-Id: I703ac9aa3ccc4dd9d0fef9949c6b0d49449971a4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75815 Reviewed-by: Yidi Lin Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/soc/mediatek/common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/mediatek/common/Kconfig b/src/soc/mediatek/common/Kconfig index d44b4d1164..8092aa7699 100644 --- a/src/soc/mediatek/common/Kconfig +++ b/src/soc/mediatek/common/Kconfig @@ -31,7 +31,7 @@ config MEDIATEK_DRAM_BLOB_FAST_INIT open-source policy. config MEDIATEK_DRAM_SCRAMBLE - bool + bool "Enable DRAM scramble feature" default n help This option enables DRAM data scramble, which can prevent DRAM data from