summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8196/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8196/Kconfig')
-rw-r--r--src/soc/mediatek/mt8196/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8196/Kconfig b/src/soc/mediatek/mt8196/Kconfig
index 69823e4fa8..c934761ffb 100644
--- a/src/soc/mediatek/mt8196/Kconfig
+++ b/src/soc/mediatek/mt8196/Kconfig
@@ -26,4 +26,15 @@ config VBOOT
select VBOOT_RETURN_FROM_VERSTAGE
select VBOOT_DEFINE_WIDEVINE_COUNTERS
+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.
endif