aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/apple
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.com>2019-05-05 13:23:25 +0300
committerPatrick Georgi <pgeorgi@google.com>2019-05-07 15:51:30 +0000
commitba092a9ab6e87fec458d6557d0114147e2713686 (patch)
treee156ec43561c88562fb811c80d86dd4d4ff94ea8 /src/mainboard/apple
parent0de835d52ee8f44a32f2b483d1e4a1c9a172e4c6 (diff)
mb/apple/macbookair4_2: Correct internal video port selection
The MacBook Air 4,2 uses eDP, according to the schematics. Change-Id: Ifc98eab343fd89b8512e92e01fddf34ef8447d5f Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32606 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/apple')
-rw-r--r--src/mainboard/apple/macbookair4_2/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbookair4_2/Kconfig b/src/mainboard/apple/macbookair4_2/Kconfig
index 82f120ab08..4b2ee8fdc8 100644
--- a/src/mainboard/apple/macbookair4_2/Kconfig
+++ b/src/mainboard/apple/macbookair4_2/Kconfig
@@ -12,7 +12,7 @@ config BOARD_SPECIFIC_OPTIONS
select SERIRQ_CONTINUOUS_MODE
select SOUTHBRIDGE_INTEL_BD82X6X
select SYSTEM_TYPE_LAPTOP
- select GFX_GMA_INTERNAL_IS_LVDS
+ select GFX_GMA_INTERNAL_IS_EDP
select MAINBOARD_HAS_LIBGFXINIT
config MAINBOARD_DIR