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>
This commit is contained in:
Elyes Haouas 2022-12-11 08:32:44 +01:00
parent 80bf8efeaa
commit 6a4c517850
1 changed files with 5 additions and 0 deletions

View File

@ -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