diff options
author | Huayang Duan <huayang.duan@mediatek.com> | 2020-08-06 15:33:38 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2020-12-10 14:04:59 +0000 |
commit | 916e2efad4daaf6572107ed2e9b669e434eb5629 (patch) | |
tree | 6b3c2f6a79404534fd7ee00e413f8d46db124164 /src/soc/mediatek/mt8192/Kconfig | |
parent | 344f68be108fca3b9fe8e4280ce8015f1dd8c8e1 (diff) |
soc/mediatek/mt8192: Init DPM
DPM is a hardware module for DRAM power management and for better
power saving in low power mode.
BUG=none
TEST=Boots correctly on Asurada
Signed-off-by: Huayang Duan <huayang.duan@mediatek.com>
Change-Id: I16b341ad63940b45b886c4a7fd733c1970624e40
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46393
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek/mt8192/Kconfig')
-rw-r--r-- | src/soc/mediatek/mt8192/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8192/Kconfig b/src/soc/mediatek/mt8192/Kconfig index 36ad2e3e01..67e5a52008 100644 --- a/src/soc/mediatek/mt8192/Kconfig +++ b/src/soc/mediatek/mt8192/Kconfig @@ -45,6 +45,18 @@ config MEMORY_TEST This option enables memory basic compare test to verify the DRAM read or write is as expected. +config DPM_DM_FIRMWARE + string + default "dpm.dm" + help + The file name of the MediaTek DPM DM firmware + +config DPM_PM_FIRMWARE + string + default "dpm.pm" + help + The file name of the MediaTek DPM PM firmware + config MCUPM_FIRMWARE string default "mcupm.bin" |