aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/graphics/Kconfig
diff options
context:
space:
mode:
authorRonak Kanabar <ronak.kanabar@intel.com>2020-04-02 16:06:31 +0530
committerNico Huber <nico.h@gmx.de>2020-04-06 12:04:13 +0000
commit1d5192894f439a85989ff93814d1b8170768f8dc (patch)
tree3bf32b1b59773dcbbd9b52153b36b591ba7595cd /src/soc/intel/common/block/graphics/Kconfig
parentb6a523927d58c13b7a0bf6c8d20ef29a43e1aa95 (diff)
soc/intel/common: Remove unused Kconfig SKIP_GRAPHICS_ENABLING
It is use to skip GT specific programming in ICL, TGL and JSL. In following patches use of SKIP_GRAPHICS_ENABLING is removed. b6a523927d (soc/intel/jasperlake: Remove DDI A lane programming) e5565c45cb (soc/intel/{icelake, tigerlake}: Remove DDI A lane programming) TEST=checked iclrvp, jslrvp and tglrvp compilation. Change-Id: Ie337fd727d72118c43aa869da1446ea4fceadc5b Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40039 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Diffstat (limited to 'src/soc/intel/common/block/graphics/Kconfig')
-rw-r--r--src/soc/intel/common/block/graphics/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/common/block/graphics/Kconfig b/src/soc/intel/common/block/graphics/Kconfig
index 36cac22ec9..4ab92001c3 100644
--- a/src/soc/intel/common/block/graphics/Kconfig
+++ b/src/soc/intel/common/block/graphics/Kconfig
@@ -2,11 +2,3 @@ config SOC_INTEL_COMMON_BLOCK_GRAPHICS
bool
help
Intel Processor common Graphics support
-
-config SKIP_GRAPHICS_ENABLING
- bool
- depends on SOC_INTEL_COMMON_BLOCK_GRAPHICS
- default n
- help
- Skip GT specific programming in coreboot to support
- early parts without GT enable.