[coreboot-gerrit] New patch to review for coreboot: src/kconfig: Add Kconfig for Intel SoC Family block model common code[WIP]

Subrata Banik (subrata.banik@intel.com) gerrit at coreboot.org
Thu Feb 16 11:56:34 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 f02e4b9a20356f383bc4304068d446930392700a
Author: Subrata Banik <subrata.banik at intel.com>
Date:   Thu Feb 16 15:56:57 2017 +0530

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

diff --git a/src/Kconfig b/src/Kconfig
index 74b892e..5ad4448 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -336,6 +336,9 @@ source "src/ec/*/*/Kconfig"
 # FIXME move to vendorcode
 source "src/drivers/intel/fsp1_0/Kconfig"
 
+# Intel SoC Family IP model Kconfig
+source "src/soc/intel/common/block/*/Kconfig"
+
 source "src/southbridge/intel/common/firmware/Kconfig"
 source "src/vboot/Kconfig"
 source "src/vendorcode/*/Kconfig"



More information about the coreboot-gerrit mailing list