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/mainboard/via/epia-m/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/mainboard/via/epia-m') diff --git a/src/mainboard/via/epia-m/Kconfig b/src/mainboard/via/epia-m/Kconfig index f0e1ceca26..7eeb4c4d00 100644 --- a/src/mainboard/via/epia-m/Kconfig +++ b/src/mainboard/via/epia-m/Kconfig @@ -37,3 +37,15 @@ config IRQ_SLOT_COUNT int default 5 depends on BOARD_VIA_EPIA_M + +# this is done by this board's vgabios.c already +config VGA_ROM_RUN + bool + default n + depends on BOARD_VIA_EPIA_M + +config PCI_ROM_RUN + bool + default n + depends on BOARD_VIA_EPIA_M + -- cgit v1.2.3