Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37554 )
Change subject: soc/intel/Kconfig: Allow tigerlake SOC to compile ......................................................................
soc/intel/Kconfig: Allow tigerlake SOC to compile
Change-Id: I25463f1b7b5d8242da3decf3e7a7ca54c699d467 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/soc/intel/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/37554/1
diff --git a/src/soc/intel/Kconfig b/src/soc/intel/Kconfig index 1eebeb6..e8935b9 100644 --- a/src/soc/intel/Kconfig +++ b/src/soc/intel/Kconfig @@ -8,6 +8,7 @@ source "src/soc/intel/quark/Kconfig" source "src/soc/intel/skylake/Kconfig" source "src/soc/intel/icelake/Kconfig" +source "src/soc/intel/tigerlake/Kconfig"
# Load common config source "src/soc/intel/common/Kconfig"