src/mainboard/lenovo/t530/Kconfig: Fix PCI device id for the iGPU

Both T530 and W530 share the same PCI device id of 0166 for the iGPU.

Change-Id: Idce809e3820a653144db424aff1c55b70c4c693a
Signed-off-by: Prasun Gera <prasun.gera@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35431
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Prasun Gera 2019-09-16 04:16:49 -04:00 committed by Patrick Georgi
parent 9364afd3c0
commit b5b5490bbd
1 changed files with 5 additions and 2 deletions

View File

@ -60,7 +60,10 @@ config DRAM_RESET_GATE_GPIO
config VGA_BIOS_FILE
string
default "pci8086,0106.rom" if BOARD_LENOVO_T530
default "pci8086,0166.rom" if BOARD_LENOVO_W530
default "pci8086,0166.rom"
config VGA_BIOS_ID
string
default "8086,0166"
endif