From e213bf37672d124af636d95f4f869174d0c1914b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 10 Mar 2017 16:13:36 +0100 Subject: asus/kgpe-d16: Add video card ID for VGA BIOS name The comma-separated PCI vendor and device ID is used to associate the VGA BIOS to the video device by using it as the file name of the VGA Option ROM. Change-Id: I755554eeb9a560d034d6e8fe49de619d800ea045 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/18741 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/asus/kgpe-d16/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/asus/kgpe-d16') diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig index 8e7a105f06..c86937d5f0 100644 --- a/src/mainboard/asus/kgpe-d16/Kconfig +++ b/src/mainboard/asus/kgpe-d16/Kconfig @@ -93,6 +93,10 @@ config ONBOARD_VGA_IS_PRIMARY bool default y +config VGA_BIOS_ID + string + default "1a03,2000" + config MAINBOARD_POWER_ON_AFTER_POWER_FAIL bool default y -- cgit v1.2.3