summaryrefslogtreecommitdiffstats
path: root/src/northbridge/via/cx700/Kconfig
blob: 077ed9eefb3f7f0f70a0d11662ce710d74f119cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config NORTHBRIDGE_VIA_CX700
	bool

# this is done by the northbridge's vgabios.c already
config VGA_ROM_RUN
	bool
	default n
	depends on NORTHBRIDGE_VIA_CX700

config PCI_ROM_RUN
	bool
	default n
	depends on NORTHBRIDGE_VIA_CX700