diff options
author | Xi Chen <xixi.chen@mediatek.com> | 2021-03-03 18:04:28 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2021-03-08 03:16:19 +0000 |
commit | a3b19441f6956c09e175973899f92f8774090582 (patch) | |
tree | 55b3123e0cef8af39e5305f77f7a4f131e019cd3 /src/soc/mediatek/mt8173/Kconfig | |
parent | 05764cd6c913deab616d958838f5000ed8d0fbad (diff) |
soc/mediatek/mt8173,mt8183: revise SOC DRAM implementation
Many header files and helper macros have been moved to the
common folder and we want to use them in mt8173/mt8183
DRAM calibration code.
Signed-off-by: Xi Chen <xixi.chen@mediatek.com>
Change-Id: Ifa483dcfffe0e1383cb46811563c90f0ab484d5d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51224
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek/mt8173/Kconfig')
-rw-r--r-- | src/soc/mediatek/mt8173/Kconfig | 9 |
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 |