Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33254
Change subject: mb/lenovo/t430: Fix Dual Graphics ......................................................................
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