summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn400/Kconfig
blob: 55608be56f55d331deee92f3b37d61f78f3991ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config NORTHBRIDGE_VIA_CN400
	bool
	default n

config FALLBACK_SIZE
	int
	default 0
	depends on NORTHBRIDGE_VIA_CN400

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

config PCI_ROM_RUN
	bool
	default n
	depends on NORTHBRIDGE_VIA_CN400