From 7225a366bd5d2a315336810bf86a7a7f156bed10 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 28 May 2018 21:09:21 +0200 Subject: drivers/intel/gma: Include mainboard data.vbt This adds a INTEL_GMA_VBT_HAVE_DATA_FILE Kconfig option for the path to point to the mainboard dir and to select INTEL_GMA_ADD_VBT_DATA_FILE by default. Change-Id: I730cb0737945631e2d5379a9e26b8c039ec6dc49 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/26653 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/lenovo/t420s/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/lenovo/t420s/Kconfig') diff --git a/src/mainboard/lenovo/t420s/Kconfig b/src/mainboard/lenovo/t420s/Kconfig index 8b6c0fef17..d17b9a95d6 100644 --- a/src/mainboard/lenovo/t420s/Kconfig +++ b/src/mainboard/lenovo/t420s/Kconfig @@ -20,6 +20,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select MAINBOARD_HAS_LPC_TPM select MAINBOARD_HAS_TPM1 select DRIVERS_LENOVO_HYBRID_GRAPHICS + select INTEL_GMA_VBT_HAVE_DATA_FILE # Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE -- cgit v1.2.3