diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-31 07:55:58 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-05 05:32:47 +0000 |
commit | 06545e0744e322b2148f4cb52eb976737754e65b (patch) | |
tree | 8991ce67fcc8d20026ec3da3cee2f815d785668b /src/northbridge | |
parent | 314ace1604cf4389ae07f65701c31eda196ce0ce (diff) |
nb/intel/haswell: Specify supported memory type
Change-Id: I885cc00c8bfcfaaabb2ce2b0269172d8d7a88db5
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71583
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/haswell/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig index b659bf6d98..06c9999245 100644 --- a/src/northbridge/intel/haswell/Kconfig +++ b/src/northbridge/intel/haswell/Kconfig @@ -6,6 +6,11 @@ config NORTHBRIDGE_INTEL_HASWELL select CACHE_MRC_SETTINGS select INTEL_DDI select INTEL_GMA_ACPI + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR2 + select NO_DDR4 + select USE_DDR3 if NORTHBRIDGE_INTEL_HASWELL |