From 9ee9cd30a2a5168e017cefc9c07a54cef6e03763 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 30 Oct 2022 10:20:33 +0100 Subject: nb/intel/sandybridge: Specify supported memory types Change-Id: Ie43e818d03f411733e1bba5b7a4721c9a54ff4a4 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/69019 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/northbridge/intel/sandybridge/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig index 3abbddf98d..551714a79f 100644 --- a/src/northbridge/intel/sandybridge/Kconfig +++ b/src/northbridge/intel/sandybridge/Kconfig @@ -9,6 +9,14 @@ config NORTHBRIDGE_INTEL_SANDYBRIDGE if NORTHBRIDGE_INTEL_SANDYBRIDGE +config NORTHBRIDGE_SPECIFIC_OPTIONS + def_bool y + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR4 + select NO_DDR2 + select USE_DDR3 + config SANDYBRIDGE_VBOOT_IN_ROMSTAGE bool default n -- cgit v1.2.3