blob: f2ba54eee5617d359412bd6b697cde428755fe49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## SPDX-License-Identifier: GPL-2.0-only
config NORTHBRIDGE_VIA_CX700
bool
select PCI
select NO_ECAM_MMCONF_SUPPORT
select HAVE_CF9_RESET
select SOUTHBRIDGE_INTEL_COMMON_SMBUS
if NORTHBRIDGE_VIA_CX700
config CHIPSET_DEVICETREE
default "northbridge/via/cx700/chipset.cb"
endif
|