From cba46a41b7078358b9a0545ef0c385ba8fd9d905 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 21 Jul 2025 16:43:21 -0500 Subject: [PATCH] mainboard/{hardkernel,protectli}: Drop use of DRAM_SUPPORT_DDR5 This is now selected at the SoC level and therefore redundant. Change-Id: Ib6ae94c359d3dac34886147e9078043e4f132f84 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/88522 Reviewed-by: Maximilian Brune Tested-by: build bot (Jenkins) --- src/mainboard/hardkernel/odroid-h4/Kconfig | 1 - src/mainboard/protectli/vault_adl_p/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mainboard/hardkernel/odroid-h4/Kconfig b/src/mainboard/hardkernel/odroid-h4/Kconfig index 146d245dc7..9307ca4e29 100644 --- a/src/mainboard/hardkernel/odroid-h4/Kconfig +++ b/src/mainboard/hardkernel/odroid-h4/Kconfig @@ -15,7 +15,6 @@ config BOARD_SPECIFIC_OPTIONS select SUPERIO_ITE_IT8613E select SOC_INTEL_ALDERLAKE_PCH_N select SOC_INTEL_COMMON_BLOCK_HDA_VERB - select DRAM_SUPPORT_DDR5 config MAINBOARD_DIR default "hardkernel/odroid-h4" diff --git a/src/mainboard/protectli/vault_adl_p/Kconfig b/src/mainboard/protectli/vault_adl_p/Kconfig index 4cfea63cf2..5b7d52d19f 100644 --- a/src/mainboard/protectli/vault_adl_p/Kconfig +++ b/src/mainboard/protectli/vault_adl_p/Kconfig @@ -15,7 +15,6 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_TABLES select INTEL_GMA_HAVE_VBT select MEMORY_MAPPED_TPM - select DRAM_SUPPORT_DDR5 config MAINBOARD_DIR default "protectli/vault_adl_p"