[linux-yocto] [kernel-cache][PATCH 1/2] tpm: avoid warning due to double CONFIG_TCG_TPM

Patrick Ohly patrick.ohly at intel.com
Wed Feb 8 02:07:24 PST 2017


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.ohly at 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


More information about the linux-yocto mailing list