Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/75380 )
Change subject: mb/lenovo/x200: Add VBT files by default ......................................................................
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 --- M src/mainboard/lenovo/x200/Kconfig 1 file changed, 22 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved Felix Singer: Looks good to me, approved
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index 6b22fb3..e18d6d3 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -16,6 +16,7 @@ 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 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