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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/27512 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d0c6797e79
commit
390fb506cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue