summaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx800/Kconfig
blob: 12502074fa3badeb4b27e5ad8cc8d5990339313f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config NORTHBRIDGE_VIA_VX800
	bool

config FALLBACK_SIZE
	int
	default 0
	depends on NORTHBRIDGE_VIA_VX800

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

config PCI_ROM_RUN
	bool
	default n
	depends on NORTHBRIDGE_VIA_VX800