From 6f389722fbf84cd6397a58977d292cbf23a2dbbb Mon Sep 17 00:00:00 2001 From: Rex-BC Chen Date: Fri, 25 Mar 2022 17:11:02 +0800 Subject: [PATCH] soc/mediatek/mt8186: Enable USE_CBMEM_DRAM_INFO The feature "USE_CBMEM_DRAM_INFO" is supported in MT8186. Therefore, we select this configuration to enable it. BUG=none TEST=build pass Signed-off-by: Rex-BC Chen Change-Id: Ieaaf57aaee79c9dce69cc1acaa092207f0f906de Reviewed-on: https://review.coreboot.org/c/coreboot/+/63114 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/soc/mediatek/mt8186/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/mediatek/mt8186/Kconfig b/src/soc/mediatek/mt8186/Kconfig index 654baf20d0..61843e3a97 100644 --- a/src/soc/mediatek/mt8186/Kconfig +++ b/src/soc/mediatek/mt8186/Kconfig @@ -10,6 +10,7 @@ config SOC_MEDIATEK_MT8186 select HAVE_UART_SPECIAL select SOC_MEDIATEK_COMMON select MEDIATEK_BLOB_FAST_INIT + select USE_CBMEM_DRAM_INFO if SOC_MEDIATEK_MT8186