From 0523875e0968e1cabf677092d8330eb6470ce969 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 8 Oct 2009 15:12:31 +0000 Subject: Disable x86emu for via based boards which bring their own vgabios.c Signed-off-by: Patrick Georgi Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4744 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/via/vx800/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/northbridge/via/vx800/Kconfig') 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 + -- cgit v1.2.3