mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-02 12:01:10 +01:00
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:
parent
8a55b9edcd
commit
d6dfbe262a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user