diff options
author | Xi Chen <xixi.chen@mediatek.corp-partner.google.com> | 2023-06-14 10:38:19 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-06-21 13:31:02 +0000 |
commit | 3ea0202925a9535ca58184cfad736122c97e4d41 (patch) | |
tree | dcd6a1c67e6204b93ddec197681dbde90b37b157 | |
parent | 1a2a9d70539bb9afc6edbe3ff369347455cdab77 (diff) |
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 <xixi.chen@mediatek.corp-partner.google.com>
Change-Id: I703ac9aa3ccc4dd9d0fef9949c6b0d49449971a4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75815
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/soc/mediatek/common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |