Commit b642f041 authored by xianglai li's avatar xianglai li
Browse files

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: default avatarxianglai li <lixianglai@loongson.cn>
parent 87684ac5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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