mb/lenovo/x200: Add VBT files by default

Select INTEL_GMA_HAVE_VBT so VBT files are added by default. This board
has two specific VBT files that are hard-coded in the Makefile. Hence
set an empty INTEL_GMA_VBT_FILE string.

Change-Id: I0508c8016da06b401d6fbefd6e5cec1af018a5c8
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75380
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Nico Huber 2023-05-19 23:39:13 +00:00 committed by Felix Singer
parent 2f7e3db200
commit 1d95800e32
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS
select HAVE_OPTION_TABLE
select HAVE_CMOS_DEFAULT
select HAVE_ACPI_RESUME
select INTEL_GMA_HAVE_VBT
select INTEL_INT15
select SUPERIO_NSC_PC87382
select DRIVERS_LENOVO_WACOM
@ -62,4 +63,7 @@ config PS2K_EISAID
config PS2M_EISAID
default "IBM3780" if BOARD_LENOVO_X200
config INTEL_GMA_VBT_FILE
default "" # We add specific files in the Makefile
endif # BOARD_LENOVO_X200 || BOARD_LENOVO_X301