summaryrefslogtreecommitdiffstats
path: root/src/northbridge/via/cx700/Kconfig
blob: 58e2047a148d3b7d5189c61a6db284301a6b4cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config NORTHBRIDGE_VIA_CX700
	bool
	select HAVE_HIGH_TABLES
	select HAVE_HARD_RESET
	select IOAPIC
	select SMP

# 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

OpenPOWER on IntegriCloud