sys-kernel/coreos-modules: Enable TPM TIS drivers for arm64

The arm64 kernel didn't have TPM support for the qemu TPM2 TIS software TPM.
This moves the TPM TIS kernel module enablement to the common config of both
architectures.

Authored-by: Kai Lueke <kailuke@microsoft.com>
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Kai Lueke 2024-03-15 14:49:47 +01:00
parent 8a55b9edcd
commit d6dfbe262a
2 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,6 @@ CONFIG_SENSORS_K8TEMP=m
CONFIG_STACK_TRACER=y
CONFIG_TCG_INFINEON=m
CONFIG_TCG_NSC=m
CONFIG_TCG_TIS=m
CONFIG_UPROBE_EVENTS=y
CONFIG_USB_OHCI_HCD_SSB=y
CONFIG_VFIO=m

View File

@ -861,6 +861,7 @@ CONFIG_TASKSTATS=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_TASK_XACCT=y
CONFIG_TCG_ATMEL=m
CONFIG_TCG_TIS=m
CONFIG_TCG_TIS_I2C_ATMEL=m
CONFIG_TCG_TIS_I2C_INFINEON=m
CONFIG_TCG_TIS_I2C_NUVOTON=m