soc/intel/icelake: Remove unused ENABLE_DISPLAY_OVER_EXT_PCIE_GFX
Mainboard user can select VGA_ROM_RUN_DEFAULT Kconfig hence no need to have another ENABLE_DISPLAY_OVER_EXT_PCIE_GFX Kconfig to load/execute VGA OpRom. Change-Id: Id87f82d9c3657afad9db94b1ec0917121edfe2bb Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49023 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0363d6da2a
commit
c7bbffa4cd
|
@ -206,15 +206,4 @@ config SOC_INTEL_ICELAKE_DEBUG_CONSENT
|
|||
3:Enabled (USB3 DbC), 4:Enabled (XDP/MIPI60), 5:Enabled (USB2 DbC),
|
||||
6:Enable (2-wire DCI OOB), 7:Manual
|
||||
|
||||
config ENABLE_DISPLAY_OVER_EXT_PCIE_GFX
|
||||
bool "Enable display over external PCIE GFX card"
|
||||
select ALWAYS_LOAD_OPROM
|
||||
help
|
||||
It's possible to bring display through external graphics card over PCIE
|
||||
in coreboot. This option enables graphics initialization with external
|
||||
graphics card.
|
||||
|
||||
Selected by mainboard that runs OpRom to perform display
|
||||
initialization over attached PCIe GFX card.
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue