Attention is currently required from: Arthur Heymans. Hello Arthur Heymans,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/59471
to review the following change.
Change subject: soc/intel/graphics/Kconfig: Guard options ......................................................................
soc/intel/graphics/Kconfig: Guard options
Change-Id: I3c252e31867e4560fb5aaf12273288f4ff18ae3d Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/intel/common/block/graphics/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/59471/1
diff --git a/src/soc/intel/common/block/graphics/Kconfig b/src/soc/intel/common/block/graphics/Kconfig index 8288150..1ec074e 100644 --- a/src/soc/intel/common/block/graphics/Kconfig +++ b/src/soc/intel/common/block/graphics/Kconfig @@ -3,6 +3,8 @@ 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 @@ 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