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/cn700/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/northbridge/via/cn700') 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 -- cgit v1.2.3