aboutsummaryrefslogtreecommitdiff
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/Kconfig12
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"