diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-17 11:44:30 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-18 11:44:15 +0000 |
commit | 0b97afd9b5efb2c204e7c80c550bfa046721be26 (patch) | |
tree | e9fdae6e66f481a249ad15381d329bc025a04f78 /src/mainboard/asus/maximus_iv_gene-z | |
parent | f206cda84daef3bcc696c4593f8815a92a7319d1 (diff) |
LGA1155 boards: Drop `VGA_BIOS_{FILE,ID}` for iGPU
These boards have a socketed CPU, and the PCI device ID for the iGPU
depends on the installed CPU. Specifying a default doesn't make sense.
Change-Id: Iee6749e4fb691f09664cc6ffb3cbf66e4230fa9c
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54361
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/maximus_iv_gene-z')
-rw-r--r-- | src/mainboard/asus/maximus_iv_gene-z/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/asus/maximus_iv_gene-z/Kconfig b/src/mainboard/asus/maximus_iv_gene-z/Kconfig index 81d5b973a9..6234365f8d 100644 --- a/src/mainboard/asus/maximus_iv_gene-z/Kconfig +++ b/src/mainboard/asus/maximus_iv_gene-z/Kconfig @@ -28,10 +28,6 @@ config MAINBOARD_PART_NUMBER string default "Maximus IV GENE-Z" -config VGA_BIOS_ID - string - default "8086,0112" - config USBDEBUG_HCD_INDEX int default 1 |