diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-07-17 16:38:41 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-07-19 16:26:03 +0000 |
commit | 390fb506cc0bfc840ac20a438c192fe1793612c7 (patch) | |
tree | cb31d3406dacf033eb11fd41990e6e840cacac18 | |
parent | d0c6797e796af155cd435ed344958dbb9c418a86 (diff) |
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>
-rw-r--r-- | src/drivers/intel/gma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |