commit | 8423f7aea7e5bc95bcd4cff148729e0b50780969 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Fri Jan 14 14:38:01 2022 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Mon Jan 17 02:13:42 2022 +0000 |
tree | 71fe6826b086ded5dcd9c5c6443d796ed2ce7f3a | |
parent | b7bcbb4c4c42c93d4b12ee3397313cf276423451 [diff] [blame] |
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
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 9479a7b..8a1990d 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_TIS_CORE=y CONFIG_TCG_TIS=y CONFIG_TCG_TIS_SPI=y +CONFIG_TCG_TIS_I2C=y CONFIG_SECURITYFS=y