summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-06-06 15:41:27 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-06-08 11:33:41 +0000
commit35abe73e48ad27144ef8700a2199f7b2cdc6de61 (patch)
tree0f96fdf11d411249a764bcfb756007b5c861fbec /src/mainboard
parent2cdb65d663f6903e82b99f1c74fa51dbfb92e983 (diff)
downloadcoreboot-35abe73e48ad27144ef8700a2199f7b2cdc6de61.tar.gz
coreboot-35abe73e48ad27144ef8700a2199f7b2cdc6de61.tar.bz2
coreboot-35abe73e48ad27144ef8700a2199f7b2cdc6de61.zip
mb/lenovo/t430: Fix Dual Graphics
* Select ONBOARD_VGA_IS_PRIMARY in driver/lenovo/hybrid_graphics to fix disabling iGPU in 'Dual Graphics' on Lenovo T430. * Remove ONBOARD_VGA_IS_PRIMARY in mainboards that already select DRIVERS_LENOVO_HYBRID_GRAPHICS. Change-Id: I6594fbb957c9a8135fe670d38b5755adf29d2dff Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33254 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/lenovo/t400/Kconfig4
-rw-r--r--src/mainboard/lenovo/t420/Kconfig4
-rw-r--r--src/mainboard/lenovo/t420s/Kconfig4
-rw-r--r--src/mainboard/lenovo/t520/Kconfig4
-rw-r--r--src/mainboard/lenovo/t530/Kconfig4
5 files changed, 0 insertions, 20 deletions
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index 2bd67c28bc0e..2caf1d3b6576 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/Kconfig
@@ -62,10 +62,6 @@ config CBFS_SIZE
hex
default 0x200000
-config ONBOARD_VGA_IS_PRIMARY
- bool
- default y
-
config INTEL_GMA_VBT_FILE
default "src/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/data.vbt"
diff --git a/src/mainboard/lenovo/t420/Kconfig b/src/mainboard/lenovo/t420/Kconfig
index 02bcc4f4a495..5148604a681a 100644
--- a/src/mainboard/lenovo/t420/Kconfig
+++ b/src/mainboard/lenovo/t420/Kconfig
@@ -75,8 +75,4 @@ config VGA_BIOS_ID
string
default "8086,0126"
-config ONBOARD_VGA_IS_PRIMARY
- bool
- default y
-
endif # BOARD_LENOVO_T420
diff --git a/src/mainboard/lenovo/t420s/Kconfig b/src/mainboard/lenovo/t420s/Kconfig
index 60735b049dbc..190f35e4b5f0 100644
--- a/src/mainboard/lenovo/t420s/Kconfig
+++ b/src/mainboard/lenovo/t420s/Kconfig
@@ -74,8 +74,4 @@ config VGA_BIOS_ID
string
default "8086,0126"
-config ONBOARD_VGA_IS_PRIMARY
- bool
- default y
-
endif # BOARD_LENOVO_T420S
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index e847f8e39de4..d4934d668521 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -84,8 +84,4 @@ config VGA_BIOS_FILE
string
default "pci8086,0126.rom"
-config ONBOARD_VGA_IS_PRIMARY
- bool
- default y
-
endif
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 5b5b7ffa49b7..5fd9118e946b 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -62,8 +62,4 @@ config VGA_BIOS_FILE
default "pci8086,0106.rom" if BOARD_LENOVO_T530
default "pci8086,0166.rom" if BOARD_LENOVO_W530
-config ONBOARD_VGA_IS_PRIMARY
- bool
- default y
-
endif