diff options
author | Philipp Deppenwiese <zaolin@das-labor.org> | 2018-07-28 19:13:04 +0200 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2018-07-28 18:18:18 +0000 |
commit | df1a0652152f603d8147ab91017ab454db5512a7 (patch) | |
tree | 111ff4c969cc052120f16de933edf350f8c5ee42 /src/mainboard/opencellular/rotundu/Kconfig | |
parent | 660dd0007953916d82ff66c238dc30e610f45c08 (diff) |
mainboard/opencellular/rotundu: Enable TPM 1.2 support
* Enable support for all variants.
Change-Id: Ibdd43d8cff23d3fa1154e2b72aa6095682783fe5
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/27685
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/opencellular/rotundu/Kconfig')
-rw-r--r-- | src/mainboard/opencellular/rotundu/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/opencellular/rotundu/Kconfig b/src/mainboard/opencellular/rotundu/Kconfig index 9b50cef7fc..a062a7a95d 100644 --- a/src/mainboard/opencellular/rotundu/Kconfig +++ b/src/mainboard/opencellular/rotundu/Kconfig @@ -27,6 +27,8 @@ config BOARD_OPENCELLULAR_BASEBOARD_ROTUNDU select HAVE_ACPI_RESUME select USE_BLOBS select HAVE_FSP_BIN if FSP_PACKAGE_DEFAULT + select MAINBOARD_HAS_LPC_TPM + select MAINBOARD_HAS_TPM1 if BOARD_OPENCELLULAR_BASEBOARD_ROTUNDU |