[coreboot-gerrit] Patch set updated for coreboot: soc/intel/common/kconfig: Add Kconfig for Intel common code[WIP]

Subrata Banik (subrata.banik@intel.com) gerrit at coreboot.org
Mon Feb 27 08:53:39 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/18377

-gerrit

commit 4ed5f7d1421ddbfb03ef4808972b554ec70718aa
Author: Subrata Banik <subrata.banik at intel.com>
Date:   Wed Feb 22 14:22:44 2017 +0530

    soc/intel/common/kconfig: Add Kconfig for Intel common code[WIP]
    
    Select all Kconfig belongs into Intel SoC Family block/ips common
    code model
    
    Change-Id: Idbce59a57533dbeb9ccfadca966c3d7560537fa0
    Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
 src/soc/intel/common/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig
index 68bb38a..ced34ff 100644
--- a/src/soc/intel/common/Kconfig
+++ b/src/soc/intel/common/Kconfig
@@ -5,6 +5,10 @@ config SOC_INTEL_COMMON
 
 if SOC_INTEL_COMMON
 
+comment "Intel SoC Common Code"
+source "src/soc/intel/common/basecode/Kconfig"
+source "src/soc/intel/common/block/*/Kconfig"
+
 config CACHE_MRC_SETTINGS
 	bool "Save cached MRC settings"
 	default n



More information about the coreboot-gerrit mailing list