diff options
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/cn400/Kconfig | 12 | ||||
-rw-r--r-- | src/northbridge/via/cn700/Kconfig | 11 | ||||
-rw-r--r-- | src/northbridge/via/cx700/Kconfig | 12 | ||||
-rw-r--r-- | src/northbridge/via/vx800/Kconfig | 12 |
4 files changed, 47 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 + diff --git a/src/northbridge/via/cn700/Kconfig b/src/northbridge/via/cn700/Kconfig index 6902857690..9129f00206 100644 --- a/src/northbridge/via/cn700/Kconfig +++ b/src/northbridge/via/cn700/Kconfig @@ -7,3 +7,14 @@ config FALLBACK_SIZE int default 0 depends on NORTHBRIDGE_VIA_CN700 + +# this is done by the northbridge's vgabios.c already +config VGA_ROM_RUN + bool + default n + depends on NORTHBRIDGE_VIA_CN700 + +config PCI_ROM_RUN + bool + default n + depends on NORTHBRIDGE_VIA_CN700 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 + diff --git a/src/northbridge/via/vx800/Kconfig b/src/northbridge/via/vx800/Kconfig index 104387db51..134c157457 100644 --- a/src/northbridge/via/vx800/Kconfig +++ b/src/northbridge/via/vx800/Kconfig @@ -6,3 +6,15 @@ config FALLBACK_SIZE int default 0 depends on NORTHBRIDGE_VIA_VX800 + +# this is done by the northbridge's vgabios.c already +config VGA_ROM_RUN + bool + default n + depends on NORTHBRIDGE_VIA_VX800 + +config PCI_ROM_RUN + bool + default n + depends on NORTHBRIDGE_VIA_VX800 + |