The recent commit accidentally had CONFIG_TCG_TPM twice in the tpm.cfg
file, which triggers a warning when checking the kernel config because
the resulting config only contains the entry once.

Signed-off-by: Patrick Ohly <patrick.o...@intel.com>
---
 features/tpm/tpm.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/tpm/tpm.cfg b/features/tpm/tpm.cfg
index 8b3f6d9..132c7b0 100644
--- a/features/tpm/tpm.cfg
+++ b/features/tpm/tpm.cfg
@@ -1,7 +1,6 @@
 # Enable TPM device drivers.
 CONFIG_TCG_TPM=y
 CONFIG_HW_RANDOM_TPM=y
-CONFIG_TCG_TPM=y
 CONFIG_TCG_TIS_CORE=y
 CONFIG_TCG_TIS=y
 CONFIG_TCG_TIS_SPI=y
-- 
git-series 0.9.1
-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to