summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-01-14 07:08:01 +0300
committerJoel Stanley <joel@jms.id.au>2022-01-17 05:13:42 +0300
commit8423f7aea7e5bc95bcd4cff148729e0b50780969 (patch)
tree71fe6826b086ded5dcd9c5c6443d796ed2ce7f3a /meta-aspeed
parentb7bcbb4c4c42c93d4b12ee3397313cf276423451 (diff)
downloadopenbmc-8423f7aea7e5bc95bcd4cff148729e0b50780969.tar.xz
aspeed: Add TPM TIS I2C driver to tpm2 machine feature
This driver requires CONFIG_TCG_TPM and CONFIG_TCG_TIS_I2C. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: If461c2fec0874c09410388bcce7990334b81a726
Diffstat (limited to 'meta-aspeed')
-rw-r--r--meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.cfg b/meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.cfg
index 9479a7b411..8a1990d6a7 100644
--- a/meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.cfg
+++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.cfg
@@ -3,4 +3,5 @@ CONFIG_TCG_TPM=y
CONFIG_TCG_TIS_CORE=y
CONFIG_TCG_TIS=y
CONFIG_TCG_TIS_SPI=y
+CONFIG_TCG_TIS_I2C=y
CONFIG_SECURITYFS=y