Patrick Rudolph has uploaded this change for review.

View Change

mb/lenovo/t430: Fix Dual Graphics

Select ONBOARD_VGA_IS_PRIMARY to fix disabling iGPU in Dual Graphics.

Change-Id: I6594fbb957c9a8135fe670d38b5755adf29d2dff
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
---
M src/mainboard/lenovo/t430/Kconfig
1 file changed, 5 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/33254/1
diff --git a/src/mainboard/lenovo/t430/Kconfig b/src/mainboard/lenovo/t430/Kconfig
index 7137b5e..a9e5815 100644
--- a/src/mainboard/lenovo/t430/Kconfig
+++ b/src/mainboard/lenovo/t430/Kconfig
@@ -49,4 +49,9 @@
config USBDEBUG_HCD_INDEX
int
default 2
+
+config ONBOARD_VGA_IS_PRIMARY
+ bool
+ default y
+
endif

To view, visit change 33254. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6594fbb957c9a8135fe670d38b5755adf29d2dff
Gerrit-Change-Number: 33254
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-MessageType: newchange