soc/intel/tigerlake: Add Jasperlake soc Kconfig

Add Kconfig option for Jasperlake soc and make tigerlake as a base soc.
This will allow us to differentiate between soc features.

Change-Id: Id5001dc498a7d7d5c7903dc3a3762da740fc9c8e
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37112
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Ronak Kanabar <ronak.kanabar@intel.com>
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig
index 9c5fc98..01ce7d8 100644
--- a/src/soc/intel/tigerlake/Kconfig
+++ b/src/soc/intel/tigerlake/Kconfig
@@ -1,9 +1,19 @@
+config SOC_INTEL_TIGERLAKE_BASE
+	bool
+
 config SOC_INTEL_TIGERLAKE
 	bool
+	select SOC_INTEL_TIGERLAKE_BASE
 	help
 	  Intel Tigerlake support
 
-if SOC_INTEL_TIGERLAKE
+config SOC_INTEL_JASPERLAKE
+	bool
+	select SOC_INTEL_TIGERLAKE_BASE
+	help
+	  Intel Jasperlake support
+
+if SOC_INTEL_TIGERLAKE_BASE
 
 config CPU_SPECIFIC_OPTIONS
 	def_bool y