blob: 0e49a21b4d7a1c0472058745a16441a950af2c2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This file is part of the coreboot project.
# SPDX-License-Identifier: GPL-2.0-only
config NORTHBRIDGE_INTEL_E7505
bool
if NORTHBRIDGE_INTEL_E7505
config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
def_bool y
select NO_MMCONF_SUPPORT
select HAVE_DEBUG_RAM_SETUP
endif
|