FLASH_DUAL_READ is a common configuration for all MediaTek SoCs, so we move it to common folder and select it in SoCs' Kconfig. As suggested in CB:58837, we also rename FLASH_DUAL_READ to FLASH_DUAL_IO_READ to reduce confusion. TEST=build pass BUG=b:233720142 Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com> Change-Id: If267a332519412a7919c5b7817047fabe4a564c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65620 Reviewed-by: Yidi Lin <yidilin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
config SOC_MEDIATEK_MT8192
|
|
bool
|
|
default n
|
|
select ARCH_BOOTBLOCK_ARMV8_64
|
|
select ARCH_VERSTAGE_ARMV8_64
|
|
select ARCH_ROMSTAGE_ARMV8_64
|
|
select ARCH_RAMSTAGE_ARMV8_64
|
|
select ARM64_USE_ARM_TRUSTED_FIRMWARE
|
|
select CACHE_MRC_SETTINGS
|
|
select HAVE_DEBUG_RAM_SETUP
|
|
select HAVE_UART_SPECIAL
|
|
select SOC_MEDIATEK_COMMON
|
|
select MEDIATEK_DRAM_DVFS
|
|
select FLASH_DUAL_IO_READ
|
|
|
|
if SOC_MEDIATEK_MT8192
|
|
|
|
config VBOOT
|
|
select VBOOT_MUST_REQUEST_DISPLAY
|
|
select VBOOT_STARTS_IN_BOOTBLOCK
|
|
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"
|
|
help
|
|
The file name of the MediaTek MCUPM firmware.
|
|
|
|
config SPM_FIRMWARE
|
|
string
|
|
default "spm_firmware.bin"
|
|
help
|
|
The file name of the MediaTek SPM firmware.
|
|
|
|
config SSPM_FIRMWARE
|
|
string
|
|
default "sspm.bin"
|
|
help
|
|
The file name of the MediaTek SSPM firmware.
|
|
|
|
config SRCLKEN_RC_SUPPORT
|
|
bool
|
|
default y
|
|
help
|
|
This option enables clock buffer remote controller module
|
|
to control PMIC 26MHz clock output.
|
|
|
|
endif
|