blob: 57fdf8bd4ddac5fb79b4d13426165972f74218a6 [file] [log] [blame]
config SOC_MEDIATEK_MT8173
bool
default n
select ARM64_A53_ERRATUM_843419
select ARCH_BOOTBLOCK_ARMV8_64
select ARCH_RAMSTAGE_ARMV8_64
select ARCH_ROMSTAGE_ARMV8_64
select ARCH_VERSTAGE_ARMV8_64
select ARM64_USE_ARM_TRUSTED_FIRMWARE
select HAVE_DEBUG_RAM_SETUP
select HAVE_UART_SPECIAL
select GENERIC_GPIO_LIB
select RTC
select SOC_MEDIATEK_COMMON
if SOC_MEDIATEK_MT8173
config MEMLAYOUT_LD_FILE
string
default "src/soc/mediatek/mt8173/memlayout.ld"
config VBOOT
select VBOOT_MUST_REQUEST_DISPLAY
select VBOOT_STARTS_IN_BOOTBLOCK
select VBOOT_SEPARATE_VERSTAGE
config DEBUG_SOC_DRIVER
bool "The top level switch for soc driver debug messages"
default n
select DEBUG_RAM_SETUP
select DEBUG_I2C
select DEBUG_PMIC
select DEBUG_PMIC_WRAP
config DEBUG_I2C
bool "Output verbose I2C related debug messages"
default n
help
This option enables I2C related debug messages.
config DEBUG_PMIC
bool "Output verbose PMIC related debug messages"
default n
help
This option enables PMIC related debug messages.
config DEBUG_PMIC_WRAP
bool "Output verbose PMIC WRAP related debug messages"
default n
help
This option enables PMIC WRAP related debug messages.
endif