summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2020-11-11 13:26:03 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2020-11-11 15:15:40 +0800
commit628949305cdffff6798330d58e3d8c2bcf5c89f3 (patch)
tree1311f0a1bb9c6f6e81f094a365de37862c7ed839
parent2747958070386e9049691b387aa5c832db102bf7 (diff)
downloadmeta-secure-core-628949305cdffff6798330d58e3d8c2bcf5c89f3.tar.gz
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 <yongxin.liu@windriver.com>
-rw-r--r--meta-encrypted-storage/recipes-kernel/linux/linux-yocto/dmcrypt.cfg2
1 files changed, 1 insertions, 1 deletions
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
8 8
9# Use entropy-strong source for RNG 9# Use entropy-strong source for RNG
10CONFIG_HW_RANDOM=y 10CONFIG_HW_RANDOM=y
11CONFIG_HW_RANDOM_TPM=m 11CONFIG_HW_RANDOM_TPM=y