summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8192/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8192/Kconfig')
-rw-r--r--src/soc/mediatek/mt8192/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8192/Kconfig b/src/soc/mediatek/mt8192/Kconfig
index 24122048b6..1d1cf7b79e 100644
--- a/src/soc/mediatek/mt8192/Kconfig
+++ b/src/soc/mediatek/mt8192/Kconfig
@@ -15,4 +15,27 @@ config VBOOT
select VBOOT_SEPARATE_VERSTAGE
select VBOOT_RETURN_FROM_VERSTAGE
+config DEBUG_DRAM
+ bool "Output verbose DRAM related debug messages"
+ default y
+ help
+ This option enables additional DRAM related debug messages.
+
+config MT8192_DRAM_EMCP
+ bool
+ default y
+ help
+ The eMCP platform should select this option to run at different DRAM
+ frequencies.
+
+config MT8192_DRAM_DVFS
+ bool
+ default n
+ help
+ This options enables DRAM calibration with multiple frequencies (low,
+ medium and high) for DVFS feature.
+
+config MEMORY_TEST
+ bool
+ default y
endif