Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/22963
Change subject: soc/intel/cannonlake: Select SOC_INTEL_COMMON_BLOCK_LPC_DMI ......................................................................
soc/intel/cannonlake: Select SOC_INTEL_COMMON_BLOCK_LPC_DMI
BUG=b.70765863
Change-Id: I179949a1ff5cc5d148492ac1d243b2374f505616 Signed-off-by: Lijian Zhao lijian.zhao@intel.com --- M src/soc/intel/cannonlake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/22963/1
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index beb812b..a4779f9 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -55,7 +55,7 @@ select SOC_INTEL_COMMON_BLOCK_GSPI select SOC_INTEL_COMMON_BLOCK_ITSS select SOC_INTEL_COMMON_BLOCK_I2C - select SOC_INTEL_COMMON_BLOCK_LPC + select SOC_INTEL_COMMON_BLOCK_LPC_DMI select SOC_INTEL_COMMON_BLOCK_LPSS select SOC_INTEL_COMMON_BLOCK_P2SB select SOC_INTEL_COMMON_BLOCK_PCR