diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-05-28 21:09:21 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-06-06 14:58:11 +0000 |
commit | 7225a366bd5d2a315336810bf86a7a7f156bed10 (patch) | |
tree | 9fd2c8e75b8ef597a897955aae4ac4123bc8dc3b /src/mainboard/lenovo/t420 | |
parent | ec151f09240b701e12708990079bb37cf1ca9766 (diff) | |
download | coreboot-7225a366bd5d2a315336810bf86a7a7f156bed10.tar.gz coreboot-7225a366bd5d2a315336810bf86a7a7f156bed10.tar.bz2 coreboot-7225a366bd5d2a315336810bf86a7a7f156bed10.zip |
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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/26653
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/lenovo/t420')
-rw-r--r-- | src/mainboard/lenovo/t420/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t420/Kconfig b/src/mainboard/lenovo/t420/Kconfig index 1ee0b97aa9e0..1c20245a3831 100644 --- a/src/mainboard/lenovo/t420/Kconfig +++ b/src/mainboard/lenovo/t420/Kconfig @@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select MAINBOARD_HAS_LIBGFXINIT select GFX_GMA_INTERNAL_IS_LVDS select DRIVERS_LENOVO_HYBRID_GRAPHICS + select INTEL_GMA_VBT_HAVE_DATA_FILE # Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE |