From 49af63b8a115b18abc719e4af531cd948e58ba63 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 30 Oct 2022 06:53:13 +0100 Subject: nb/intel/gm45: Specify supported memory types Change-Id: I3a3a45a1a36ea6ad0b8fb2d3ee78add0b38460ac Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/68997 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/northbridge/intel/gm45/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index c186f01737..0b0ff51620 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -13,6 +13,11 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS select INTEL_GMA_ACPI select INTEL_GMA_SSC_ALTERNATE_REF select HAVE_EXP_X86_64_SUPPORT + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR4 + select USE_DDR3 + select USE_DDR2 config VBOOT select VBOOT_STARTS_IN_BOOTBLOCK -- cgit v1.2.3