diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2023-10-16 15:20:50 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-10 15:30:05 +0000 |
commit | 82d2d4f113c7835f8a586cabb1c7ebea47c2adc3 (patch) | |
tree | 57bebc9b093fe842e46454e157acee686fc773f8 /src/soc | |
parent | 50014613d0b31703d46a1255975949c6ea205132 (diff) |
soc/intel/alderlake: Allow using FSP repo for all RPL-S platforms
The Client FSP for Raptor Lake-S is present on the Intel FSP repository,
so there is no need to restrict Raptor Lake-S FSP binary repository to
IoT only.
TEST=Build and boot MSI PRO Z790-P
Change-Id: I77aecd6e2d753732bf6358afe2c7ea0491348387
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78411
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Kopeć <michal.kopec@3mdeb.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/alderlake/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 550668a3c8..f9acc94d1e 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -128,7 +128,7 @@ config SOC_INTEL_ALDERLAKE_PCH_P config SOC_INTEL_ALDERLAKE_PCH_S bool select SOC_INTEL_ALDERLAKE - select HAVE_INTEL_FSP_REPO if !SOC_INTEL_RAPTORLAKE_PCH_S || (SOC_INTEL_RAPTORLAKE_PCH_S && FSP_TYPE_IOT) + select HAVE_INTEL_FSP_REPO select PLATFORM_USES_FSP2_3 help Choose this option if your mainboard has a PCH-S chipset. |