From 628949305cdffff6798330d58e3d8c2bcf5c89f3 Mon Sep 17 00:00:00 2001 From: Yongxin Liu Date: Wed, 11 Nov 2020 13:26:03 +0800 Subject: meta-encrypted-storage: set CONFIG_HW_RANDOM_TPM to "y" CONFIG_HW_RANDOM_TPM is bool, not tristate, and thus it cannot be set to "m" Signed-off-by: Yongxin Liu --- meta-encrypted-storage/recipes-kernel/linux/linux-yocto/dmcrypt.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-encrypted-storage/recipes-kernel/linux/linux-yocto/dmcrypt.cfg b/meta-encrypted-storage/recipes-kernel/linux/linux-yocto/dmcrypt.cfg index cedfcea..18a5b16 100644 --- a/meta-encrypted-storage/recipes-kernel/linux/linux-yocto/dmcrypt.cfg +++ b/meta-encrypted-storage/recipes-kernel/linux/linux-yocto/dmcrypt.cfg @@ -8,4 +8,4 @@ CONFIG_CRYPTO_XTS=y # Use entropy-strong source for RNG CONFIG_HW_RANDOM=y -CONFIG_HW_RANDOM_TPM=m +CONFIG_HW_RANDOM_TPM=y -- cgit v1.2.3-54-g00ecf