From ddb4b0d576ce8a7a8f36ce8a8ebcfb871c11b18b Mon Sep 17 00:00:00 2001 From: Aamir Bohra Date: Fri, 6 Dec 2019 19:51:39 +0530 Subject: soc/intel/Kconfig: Load Tiger Lake SOC Kconfig Change-Id: I25463f1b7b5d8242da3decf3e7a7ca54c699d467 Signed-off-by: Aamir Bohra Reviewed-on: https://review.coreboot.org/c/coreboot/+/37554 Reviewed-by: Nico Huber Reviewed-by: Wonkyu Kim Reviewed-by: Furquan Shaikh Reviewed-by: Maulik V Vaghela Tested-by: build bot (Jenkins) --- src/soc/intel/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc') diff --git a/src/soc/intel/Kconfig b/src/soc/intel/Kconfig index 1eebeb61fb..e8935b9fd5 100644 --- a/src/soc/intel/Kconfig +++ b/src/soc/intel/Kconfig @@ -8,6 +8,7 @@ source "src/soc/intel/denverton_ns/Kconfig" 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" -- cgit v1.2.3