Skip to content

Commit

Permalink
linux-compulab: Add TPM support
Browse files Browse the repository at this point in the history
When TPM support enabled the following devices are available:
/dev/tpm0
/dev/tpmrm0

Fixes: #312

Changelog-entry: Add TPM kernel module support
Signed-off-by: Alex Gonzalez <[email protected]>
  • Loading branch information
alexgg authored and acostach committed Jun 15, 2023
1 parent 6adf6c1 commit c82b4db
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,16 @@ BALENA_CONFIGS[ath10k] = " \
CONFIG_ATH10K_PCI=m \
"

BALENA_CONFIGS_append = " tpm"
BALENA_CONFIGS_DEPS[tpm] = " \
CONFIG_HW_RANDOM_TPM=y \
CONFIG_SECURITYFS=y \
"
BALENA_CONFIGS[tpm] = " \
CONFIG_TCG_TPM=m \
CONFIG_TCG_TIS_CORE=m \
CONFIG_TCG_TIS=m \
CONFIG_TCG_CRB=m \
"

SCMVERSION="n"

0 comments on commit c82b4db

Please sign in to comment.