aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cx700/Kconfig')
-rw-r--r--src/northbridge/via/cx700/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/northbridge/via/cx700/Kconfig b/src/northbridge/via/cx700/Kconfig
index d103dd17ad..2239f33281 100644
--- a/src/northbridge/via/cx700/Kconfig
+++ b/src/northbridge/via/cx700/Kconfig
@@ -1,3 +1,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
+