blob: 2239f33281539eb8d62d9ec0926505fbc321bf3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config NORTHBRIDGE_VIA_CX700
bool
default n
# 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
|