From 390fb506cc0bfc840ac20a438c192fe1793612c7 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 17 Jul 2018 16:38:41 +0200 Subject: drivers/intel/gma: Default to LVDS for Internal on NEHALEM Devices using NORTHBRIDGE_INTEL_NEHALEM have an ironlake IGD which does not support eDP, therefore default to LVDS. Change-Id: I669c7793a6f78d72899df21b74b9314ef39a29af Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/27512 Reviewed-by: Felix Held Reviewed-by: Paul Menzel Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/drivers/intel/gma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/intel/gma/Kconfig') diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig index 1b9c2a647f..10ccf71764 100644 --- a/src/drivers/intel/gma/Kconfig +++ b/src/drivers/intel/gma/Kconfig @@ -95,7 +95,7 @@ config GFX_GMA_INTERNAL_IS_EDP config GFX_GMA_INTERNAL_IS_LVDS bool - default y if NORTHBRIDGE_INTEL_GM45 + default y if NORTHBRIDGE_INTEL_GM45 || NORTHBRIDGE_INTEL_NEHALEM default n config GFX_GMA_INTERNAL_PORT -- cgit v1.2.3