From 81b3c0a10fe20493ecb8d4848cc27968ce822f95 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 30 Oct 2009 12:56:59 +0000 Subject: Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. Of course, the user can still override those defaults, if needed. Add defaults for VIA pc2500e, Kontron 986LCD-M/mITX, MSI MS-6178. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4891 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/intel/i82810/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/northbridge/intel/i82810') diff --git a/src/northbridge/intel/i82810/Kconfig b/src/northbridge/intel/i82810/Kconfig index dc939b42d2..61495cea2f 100644 --- a/src/northbridge/intel/i82810/Kconfig +++ b/src/northbridge/intel/i82810/Kconfig @@ -43,3 +43,8 @@ config VIDEO_MB default 1 if I810_VIDEO_MB_1MB depends on NORTHBRIDGE_INTEL_I82810 +config FALLBACK_VGA_BIOS_ID + string + default "8086,7121" + depends on NORTHBRIDGE_INTEL_I82810 + -- cgit v1.2.3