aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/Kconfig
diff options
context:
space:
mode:
authorMaulik V Vaghela <maulik.v.vaghela@intel.com>2019-11-27 14:31:38 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-11-28 10:53:40 +0000
commitc2a05d143bb87db9177494d3752b4ee2b04cc144 (patch)
treec9d51d50519a29f720c61e168890ee431ce7a112 /src/soc/intel/tigerlake/Kconfig
parentc9eae795d1595e37fcb955b5d4c923d59ba5f210 (diff)
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>
Diffstat (limited to 'src/soc/intel/tigerlake/Kconfig')
-rw-r--r--src/soc/intel/tigerlake/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig
index d76771025a..652c3a30c6 100644
--- a/src/soc/intel/tigerlake/Kconfig
+++ b/src/soc/intel/tigerlake/Kconfig
@@ -97,7 +97,8 @@ config FSP_TEMP_RAM_SIZE
config IFD_CHIPSET
string
- default "tgl"
+ default "tgl" if SOC_INTEL_TIGERLAKE
+ default "jsl" if SOC_INTEL_JASPERLAKE
config IED_REGION_SIZE
hex