Skip to content

Commit

Permalink
sys-kernel/coreos-modules: Enable TPM TIS drivers for arm64
Browse files Browse the repository at this point in the history
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. In addition it enables the SPI and I2C drivers.
  • Loading branch information
pothos committed Mar 15, 2024
1 parent 3c4a314 commit 9ae1532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -861,9 +861,12 @@ CONFIG_TASKSTATS=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_TASK_XACCT=y
CONFIG_TCG_ATMEL=m
CONFIG_TCG_TIS=m
CONFIG_TCG_TIS_I2C=m
CONFIG_TCG_TIS_I2C_ATMEL=m
CONFIG_TCG_TIS_I2C_INFINEON=m
CONFIG_TCG_TIS_I2C_NUVOTON=m
CONFIG_TCG_TIS_I2C_SPI=m
CONFIG_TCG_VTPM_PROXY=m
CONFIG_TCG_XEN=m
CONFIG_TCM_FILEIO=m
Expand Down

0 comments on commit 9ae1532

Please sign in to comment.