soc/intel/tigerlake: select correct chipset based on soc Kconfig

Since we accomodate both Tigerlake and Jasperlake soc in single folder,
we need to select IFD chipset correctly based on soc.

Change-Id: I73cfe4f583da3a28c3b29d29a93ff62097130e27
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37273
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig
index d767710..652c3a3 100644
--- a/src/soc/intel/tigerlake/Kconfig
+++ b/src/soc/intel/tigerlake/Kconfig
@@ -97,7 +97,8 @@
 
 config IFD_CHIPSET
 	string
-	default "tgl"
+	default "tgl" if SOC_INTEL_TIGERLAKE
+	default "jsl" if SOC_INTEL_JASPERLAKE
 
 config IED_REGION_SIZE
 	hex