From 8a0b68064a63b445dff44860320376a4176a4171 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sat, 1 Jun 2024 20:49:46 +0200 Subject: mb/asrock/z97_extreme6: Fix EDID mapping for DVI-I This board has a DVI-I connector, which supports both digital and analog display outputs. The I2C bus to retrieve the EDID is shared between both outputs, so `select GFX_GMA_ANALOG_I2C_HDMI_B` to describe this. Can't currently test this due to lack of hardware. Change-Id: Ib8239917e2f7ee5bb982621752ec406c2d3ca302 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/82753 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/asrock/z97_extreme6/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/asrock/z97_extreme6') diff --git a/src/mainboard/asrock/z97_extreme6/Kconfig b/src/mainboard/asrock/z97_extreme6/Kconfig index d47e3a2047..3cef429d04 100644 --- a/src/mainboard/asrock/z97_extreme6/Kconfig +++ b/src/mainboard/asrock/z97_extreme6/Kconfig @@ -5,6 +5,7 @@ if BOARD_ASROCK_Z97_EXTREME6 config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ROMSIZE_KB_8192 + select GFX_GMA_ANALOG_I2C_HDMI_B select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select INTEL_GMA_HAVE_VBT -- cgit v1.2.3