blob: adb011594a4aa4e30dc04acbf92eef815eb93176 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# SPDX-License-Identifier: GPL-2.0-only
config NORTHBRIDGE_INTEL_E7505
bool
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
|