summaryrefslogtreecommitdiffstats
path: root/src/mainboard/kontron/986lcd-m/Kconfig
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-30 12:56:59 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-30 12:56:59 +0000
commit81b3c0a10fe20493ecb8d4848cc27968ce822f95 (patch)
tree234ca66c0b8550575329e999e751db8e21ab0d5f /src/mainboard/kontron/986lcd-m/Kconfig
parent7943fe61df9e72721a8ceddb0120e4826552d5f9 (diff)
downloadcoreboot-81b3c0a10fe20493ecb8d4848cc27968ce822f95.tar.gz
coreboot-81b3c0a10fe20493ecb8d4848cc27968ce822f95.tar.bz2
coreboot-81b3c0a10fe20493ecb8d4848cc27968ce822f95.zip
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 <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4891 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron/986lcd-m/Kconfig')
-rw-r--r--src/mainboard/kontron/986lcd-m/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/kontron/986lcd-m/Kconfig b/src/mainboard/kontron/986lcd-m/Kconfig
index 2af7401c5519..65a689551341 100644
--- a/src/mainboard/kontron/986lcd-m/Kconfig
+++ b/src/mainboard/kontron/986lcd-m/Kconfig
@@ -60,3 +60,9 @@ config MAX_PHYSICAL_CPUS
int
default 2
depends on BOARD_KONTRON_986LCD_M
+
+config FALLBACK_VGA_BIOS_FILE
+ string
+ default "amipci_01.20"
+ depends on BOARD_KONTRON_986LCD_M
+