aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-12-11 08:32:44 +0100
committerElyes Haouas <ehaouas@noos.fr>2023-01-02 22:45:27 +0000
commit6a4c51785064d0bf6f58301f012c62dd0dc46543 (patch)
tree74d419ccd5204bc975892de33bdf1b2865c47fb8
parent80bf8efeaa43dae895a747e976d7322811c2d0b4 (diff)
nb/intel/e7505: Specify supported memory type
Change-Id: Idda0a8330463205efe5ec5faa82a1f458894e521 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70574 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/northbridge/intel/e7505/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/intel/e7505/Kconfig b/src/northbridge/intel/e7505/Kconfig
index 95e8de7173..aa03eacf02 100644
--- a/src/northbridge/intel/e7505/Kconfig
+++ b/src/northbridge/intel/e7505/Kconfig
@@ -10,6 +10,11 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS
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
select SMM_TSEG
endif