diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-06-04 15:04:10 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-14 09:40:20 +0000 |
commit | 1ce4bf9717e007c09446742d41563fd26885569b (patch) | |
tree | 5aafea4fae71dfdd2d688cbcbe7c1b4cd228abfa /src/mainboard/intel/dg43gt/Kconfig | |
parent | 7345a17a43060e83a6761e86bc0f3314d9090e9c (diff) | |
download | coreboot-1ce4bf9717e007c09446742d41563fd26885569b.tar.xz |
mb/*/*: Enable libgfxinit on x4x boards
TESTED Intel DG41WV with VGA, Intel DG43GT with VGA and HDMI1 and
HDMI2.
Change-Id: I774b79cc0ef9dc72ccf48901ab94376b27ed9c7a
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/26966
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/intel/dg43gt/Kconfig')
-rw-r--r-- | src/mainboard/intel/dg43gt/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/dg43gt/Kconfig b/src/mainboard/intel/dg43gt/Kconfig index aabc703830..8a862a5114 100644 --- a/src/mainboard/intel/dg43gt/Kconfig +++ b/src/mainboard/intel/dg43gt/Kconfig @@ -35,6 +35,7 @@ config BOARD_SPECIFIC_OPTIONS select GFX_GMA_ANALOG_I2C_HDMI_C select DRIVERS_I2C_CK505 select INTEL_GMA_HAVE_VBT + select MAINBOARD_HAS_LIBGFXINIT config VGA_BIOS_ID string |