diff options
Diffstat (limited to 'src/northbridge/via/cn400/Kconfig')
-rw-r--r-- | src/northbridge/via/cn400/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/northbridge/via/cn400/Kconfig b/src/northbridge/via/cn400/Kconfig index d07a37fd03..55608be56f 100644 --- a/src/northbridge/via/cn400/Kconfig +++ b/src/northbridge/via/cn400/Kconfig @@ -6,3 +6,15 @@ 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 + |