diff options
Diffstat (limited to 'src/soc/mediatek/common/Kconfig')
-rw-r--r-- | src/soc/mediatek/common/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/Kconfig b/src/soc/mediatek/common/Kconfig index 7d1e4554bc..27f6cec125 100644 --- a/src/soc/mediatek/common/Kconfig +++ b/src/soc/mediatek/common/Kconfig @@ -22,6 +22,13 @@ config MEDIATEK_DRAM_DVFS_LIMIT_FREQ_CNT This options limit DRAM frequency calibration count from total 7 to 3, other frequency will directly use the low frequency shu result. +config MEDIATEK_BLOB_FAST_INIT + bool "Enable running fast calibration by blob" + default n + help + This option allows performing fast calibration through different + open-source policy. + config MEMORY_TEST bool default y |