summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/Kconfig
blob: 95f289aacb7c4cc65c4582a5f1eec59643ced6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SPDX-License-Identifier: GPL-2.0-only

config NORTHBRIDGE_VIA_CX700
	bool
	select PCI
	select NO_ECAM_MMCONF_SUPPORT
	select HAVE_CF9_RESET

if NORTHBRIDGE_VIA_CX700

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

endif