diff options
author | Lean Sheng Tan <sheng.tan@9elements.com> | 2022-08-02 12:36:45 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-08-03 13:31:59 +0000 |
commit | ec1afc58afeedd194dbddddbef4c11e0d1667f03 (patch) | |
tree | 0273f382dd7434ab766e09630841764ac0dfda41 /src | |
parent | bbd72d22a0a46aff07d695e49956b9302bb68403 (diff) |
mb/prodrive/atlas: Select FSP_TYPE_IOT
Atlas uses IoT FSP.
Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com>
Change-Id: I4c20600e0b62367e6e58908cf9cf916f309e6362
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66368
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/prodrive/atlas/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index d6fd5e7cc9..7cef7968f4 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -10,6 +10,7 @@ config BOARD_PRODRIVE_ATLAS_BASEBOARD select MAINBOARD_USES_IFD_EC_REGION select MEMORY_MAPPED_TPM select SOC_INTEL_ALDERLAKE_PCH_P + select FSP_TYPE_IOT if BOARD_PRODRIVE_ATLAS_BASEBOARD |