Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31464 )
Change subject: drivers/intel/gma: Enable Kabylake+ libgfxinit support ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/31464/2/src/drivers/intel/gma/Kconfig File src/drivers/intel/gma/Kconfig:
https://review.coreboot.org/#/c/31464/2/src/drivers/intel/gma/Kconfig@105 PS2, Line 105: default "ULT" if (SOC_INTEL_COFFEELAKE || SOC_INTEL_WHISKEYLAKE) \ : && !SOC_INTEL_CANNONLAKE_PCH_H : default "ULT" if (SOC_INTEL_SKYLAKE || SOC_INTEL_KABYLAKE) && !SKYLAKE_SOC_PCH_H : default "ULT" if SOC_INTEL_BROADWELL || NORTHBRIDGE_INTEL_HASWELL : the lint checker did not seem to be able to handle nested parentheses so I split this into separate lines.