summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8173/Kconfig')
-rw-r--r--src/soc/mediatek/mt8173/Kconfig9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/soc/mediatek/mt8173/Kconfig b/src/soc/mediatek/mt8173/Kconfig
index bf53164178..57fdf8bd4d 100644
--- a/src/soc/mediatek/mt8173/Kconfig
+++ b/src/soc/mediatek/mt8173/Kconfig
@@ -7,6 +7,7 @@ config SOC_MEDIATEK_MT8173
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
@@ -26,17 +27,11 @@ config VBOOT
config DEBUG_SOC_DRIVER
bool "The top level switch for soc driver debug messages"
default n
- select DEBUG_DRAM
+ select DEBUG_RAM_SETUP
select DEBUG_I2C
select DEBUG_PMIC
select DEBUG_PMIC_WRAP
-config DEBUG_DRAM
- bool "Output verbose DRAM related debug messages"
- default n
- help
- This option enables additional DRAM related debug messages.
-
config DEBUG_I2C
bool "Output verbose I2C related debug messages"
default n