From 926d24f2244f31d466c2bfbf730682077787cd9b Mon Sep 17 00:00:00 2001 From: Zou Cao Date: Mon, 8 Jul 2019 10:33:45 +0800 Subject: [PATCH] configs: add tpm 1.2/2.0 interface support Support TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface. Signed-off-by: zou cao Reviewed-by: Jia Zhang Acked-by: Caspar Zhang --- config-4.19.y-x86_64 | 3 ++- config-4.19.y-x86_64-debug | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config-4.19.y-x86_64 b/config-4.19.y-x86_64 index 3a7bfe469b28..c44712c2519f 100644 --- a/config-4.19.y-x86_64 +++ b/config-4.19.y-x86_64 @@ -2330,7 +2330,8 @@ CONFIG_HPET=y # CONFIG_HANGCHECK_TIMER is not set CONFIG_TCG_TPM=y CONFIG_HW_RANDOM_TPM=y -# CONFIG_TCG_TIS is not set +CONFIG_TCG_TIS_CORE=y +CONFIG_TCG_TIS=y # CONFIG_TCG_TIS_I2C_ATMEL is not set # CONFIG_TCG_TIS_I2C_INFINEON is not set # CONFIG_TCG_TIS_I2C_NUVOTON is not set diff --git a/config-4.19.y-x86_64-debug b/config-4.19.y-x86_64-debug index 59cf65795eb0..e6588d259edd 100644 --- a/config-4.19.y-x86_64-debug +++ b/config-4.19.y-x86_64-debug @@ -2332,7 +2332,8 @@ CONFIG_HPET=y # CONFIG_HANGCHECK_TIMER is not set CONFIG_TCG_TPM=y CONFIG_HW_RANDOM_TPM=y -# CONFIG_TCG_TIS is not set +CONFIG_TCG_TIS_CORE=y +CONFIG_TCG_TIS=y # CONFIG_TCG_TIS_I2C_ATMEL is not set # CONFIG_TCG_TIS_I2C_INFINEON is not set # CONFIG_TCG_TIS_I2C_NUVOTON is not set -- GitLab