summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn700/Kconfig
blob: 9129f00206dce34972e5f868b011dd67b160f421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config NORTHBRIDGE_VIA_CN700
	bool
	default n
	select HAVE_HIGH_TABLES

config FALLBACK_SIZE
	int
	default 0
	depends on NORTHBRIDGE_VIA_CN700

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

config PCI_ROM_RUN
	bool
	default n
	depends on NORTHBRIDGE_VIA_CN700