[coreboot-gerrit] New patch to review for coreboot: soc/intel/skylake: Select kconfig for common code

Subrata Banik (subrata.banik@intel.com) gerrit at coreboot.org
Fri Mar 3 21:41:54 CET 2017


Subrata Banik (subrata.banik at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18559

-gerrit

commit 2db058f4ef5865bca8c4250c22bd8c0840426066
Author: Subrata Banik <subrata.banik at intel.com>
Date:   Sat Mar 4 01:13:59 2017 +0530

    soc/intel/skylake: Select kconfig for common code
    
    Change-Id: Iae3910f3792ab1cab13653b1b988064b25d20f02
    Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
 src/soc/intel/skylake/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 725a25d..8cc83a6 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -46,6 +46,7 @@ config CPU_SPECIFIC_OPTIONS
 	select RELOCATABLE_MODULES
 	select RELOCATABLE_RAMSTAGE
 	select RTC
+	select SOC_INTEL_COMMON_BLOCK
 	select SOC_INTEL_COMMON
 	select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
 	select SOC_INTEL_COMMON_LPSS_I2C



More information about the coreboot-gerrit mailing list