From a2ae09dcf14520f0568caf9795d6ba330db1ca69 Mon Sep 17 00:00:00 2001 From: xianglai li Date: Sat, 5 Aug 2023 10:47:42 +0800 Subject: [PATCH] loongarch/config: Enable TPM TIS customization LoongArch inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7QRWR ------------------------------------------ The kernel does not load the TPM device properly because TPM TIS customization is not enabled, enabling TPM TIS customization makes the kernel load the TPM device correctly. Signed-off-by: xianglai li (cherry picked from commit b642f041a45101298a6fe55d905039a86a49ce27) --- arch/loongarch/configs/loongson3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig index 660a4c48d562..6e0adea947f5 100644 --- a/arch/loongarch/configs/loongson3_defconfig +++ b/arch/loongarch/configs/loongson3_defconfig @@ -1159,6 +1159,7 @@ CONFIG_HW_RANDOM_TIMERIOMEM=m CONFIG_HW_RANDOM_VIRTIO=m CONFIG_RAW_DRIVER=y CONFIG_MAX_RAW_DEVS=8192 +CONFIG_TCG_TIS=m CONFIG_TCG_TIS_SPI=m CONFIG_TCG_TIS_I2C_ATMEL=m CONFIG_TCG_TIS_I2C_INFINEON=m -- Gitee