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>
This commit is contained in:
Maulik V Vaghela 2019-11-21 21:20:17 +05:30 committed by Patrick Georgi
parent 9367d91e22
commit 2c3d91c9c8
1 changed files with 11 additions and 1 deletions

View File

@ -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