diff options
author | Ryan Chuang <ryan.chuang@mediatek.corp-partner.google.com> | 2021-05-14 15:38:49 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2021-06-23 05:50:25 +0000 |
commit | aff42bc6a44e2cfb9ab8e3659282188048c96ea3 (patch) | |
tree | c2d696a0e5a51b6a75fbc08bf6401ac1bd9afec8 /src/soc/mediatek/mt8195/Kconfig | |
parent | 0865b4fc099e61a4dc98cef25832d78e44b93d9e (diff) | |
download | coreboot-aff42bc6a44e2cfb9ab8e3659282188048c96ea3.tar.gz coreboot-aff42bc6a44e2cfb9ab8e3659282188048c96ea3.tar.bz2 coreboot-aff42bc6a44e2cfb9ab8e3659282188048c96ea3.zip |
soc/mediatek/mt8195: Add DPM firmware files
Signed-off-by: Ryan Chuang <ryan.chuang@mediatek.corp-partner.google.com>
Change-Id: I51e8ebf5a75ac629bed51665e12bafa740b4b81d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55711
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8195/Kconfig')
-rw-r--r-- | src/soc/mediatek/mt8195/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8195/Kconfig b/src/soc/mediatek/mt8195/Kconfig index ca43e6fcc718..249d0877df1e 100644 --- a/src/soc/mediatek/mt8195/Kconfig +++ b/src/soc/mediatek/mt8195/Kconfig @@ -19,6 +19,18 @@ config VBOOT select VBOOT_SEPARATE_VERSTAGE select VBOOT_RETURN_FROM_VERSTAGE +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" |