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>
This commit is contained in:
Yongxin Liu
2020-11-11 13:26:03 +08:00
committed by Jia Zhang
parent 2747958070
commit 628949305c
@@ -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