summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/Kconfig
blob: 4309719a28507cee2da61a9ce5ce8eae2bbce97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## 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
	select HAVE_DEBUG_RAM_SETUP

if NORTHBRIDGE_VIA_CX700

config CHIPSET_DEVICETREE
	default "northbridge/via/cx700/chipset.cb"

endif