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:
parent
9367d91e22
commit
2c3d91c9c8
@ -1,9 +1,19 @@
|
|||||||
|
config SOC_INTEL_TIGERLAKE_BASE
|
||||||
|
bool
|
||||||
|
|
||||||
config SOC_INTEL_TIGERLAKE
|
config SOC_INTEL_TIGERLAKE
|
||||||
bool
|
bool
|
||||||
|
select SOC_INTEL_TIGERLAKE_BASE
|
||||||
help
|
help
|
||||||
Intel Tigerlake support
|
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
|
config CPU_SPECIFIC_OPTIONS
|
||||||
def_bool y
|
def_bool y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user