summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/common/block/graphics/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/graphics/Kconfig b/src/soc/intel/common/block/graphics/Kconfig
index 8288150a73..1ec074e9cd 100644
--- a/src/soc/intel/common/block/graphics/Kconfig
+++ b/src/soc/intel/common/block/graphics/Kconfig
@@ -3,6 +3,8 @@ config SOC_INTEL_COMMON_BLOCK_GRAPHICS
help
Intel Processor common Graphics support
+if SOC_INTEL_COMMON_BLOCK_GRAPHICS
+
config SOC_INTEL_CONFIGURE_DDI_A_4_LANES
bool
help
@@ -16,3 +18,5 @@ config SOC_INTEL_DISABLE_IGD
Selected by mainboard user that need to skip IGD initialization
where OS can only use one GPU hence need to disable IGD and don't
need to run FSP GOP.
+
+endif