aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/icelake
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-12-31 12:30:30 +0530
committerPatrick Georgi <pgeorgi@google.com>2021-01-07 08:19:47 +0000
commitc7bbffa4cd6e979d9e9ddef14dc6dd3a52e2135f (patch)
tree97e1a3adf9f7d1eb587f15a568f92085b64f9631 /src/soc/intel/icelake
parent0363d6da2a674b3ec118b777274abb198ae79149 (diff)
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>
Diffstat (limited to 'src/soc/intel/icelake')
-rw-r--r--src/soc/intel/icelake/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/soc/intel/icelake/Kconfig b/src/soc/intel/icelake/Kconfig
index fee52e63a8..06c1a9b83e 100644
--- a/src/soc/intel/icelake/Kconfig
+++ b/src/soc/intel/icelake/Kconfig
@@ -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