diff options
author | Lean Sheng Tan <sheng.tan@9elements.com> | 2022-04-19 17:34:46 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-20 19:48:59 +0000 |
commit | 9aa7a25c2d0eec48f8adcfeb73e14ac006cad8a8 (patch) | |
tree | 9256db1a494223686a012114fe3418cd5deddf59 /src/mainboard/prodrive/atlas/Kconfig | |
parent | f84c8289fe44ebd8efcdc4bbdcc28d6ca4fd41c2 (diff) |
mb/prodrive/atlas: Enable SPI TPM 2.0
Enable SPI dTPM using eSPI bus.
Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com>
Change-Id: I18ca41c143ade024ee2840b619ba777b22a2a86a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63720
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/prodrive/atlas/Kconfig')
-rw-r--r-- | src/mainboard/prodrive/atlas/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index 7f92b66fbc..d9169c2cd9 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -7,6 +7,8 @@ config BOARD_PRODRIVE_ATLAS_BASEBOARD select HAVE_ACPI_TABLES select MAINBOARD_USES_IFD_EC_REGION select SOC_INTEL_ALDERLAKE_PCH_P + select MAINBOARD_HAS_TPM2 + select MAINBOARD_HAS_LPC_TPM if BOARD_PRODRIVE_ATLAS_BASEBOARD |