From c7bbffa4cd6e979d9e9ddef14dc6dd3a52e2135f Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 31 Dec 2020 12:30:30 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49023 Reviewed-by: Tim Wawrzynczak Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/intel/icelake/Kconfig | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/soc') 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 -- cgit v1.2.3