diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-11 08:55:49 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-01-02 20:37:46 +0000 |
commit | bfcea14a16eafd4b19fc44b28d6f33d554db5544 (patch) | |
tree | 633b87412df3f861da671179ae5268ef6f7e00e1 /src/northbridge/intel | |
parent | 01c190e382ae35c990e5668b20014a626681c9ce (diff) |
nb/intel/i440bx: Specify supported memory type
Change-Id: If94037f2b010527440795e6920dd7a533c52f606
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70575
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/i440bx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/intel/i440bx/Kconfig b/src/northbridge/intel/i440bx/Kconfig index 7b41f05c3a..8908cea902 100644 --- a/src/northbridge/intel/i440bx/Kconfig +++ b/src/northbridge/intel/i440bx/Kconfig @@ -5,6 +5,11 @@ config NORTHBRIDGE_INTEL_I440BX select NO_ECAM_MMCONF_SUPPORT select HAVE_DEBUG_RAM_SETUP select NO_CBFS_MCACHE + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR4 + select NO_DDR3 + select NO_DDR2 config SDRAMPWR_4DIMM bool |