On 2017-10-28 10:16 AM, lei.y...@windriver.com wrote:
From: Lei Yang <lei.y...@windriver.com>

I got the warning from do_kernel_configcheck when buiding with 
features/tpm/tpm.scc

CONFIG_TCG_TIS_SPI depends on SPI from its Kconfig

   config TCG_TIS_SPI
          <snip>
           depends on SPI
           select TCG_TIS_CORE
          <snip>
so add its depenency to satisfy the warning.

merged.

Bruce


Signed-off-by: Lei Yang <lei.y...@windriver.com>
---
  features/tpm/tpm.cfg | 1 +
  1 file changed, 1 insertion(+)

diff --git a/features/tpm/tpm.cfg b/features/tpm/tpm.cfg
index 132c7b0..09ffc32 100644
--- a/features/tpm/tpm.cfg
+++ b/features/tpm/tpm.cfg
@@ -3,6 +3,7 @@ CONFIG_TCG_TPM=y
  CONFIG_HW_RANDOM_TPM=y
  CONFIG_TCG_TIS_CORE=y
  CONFIG_TCG_TIS=y
+CONFIG_SPI=y
  CONFIG_TCG_TIS_SPI=y
  CONFIG_TCG_TIS_I2C_ATMEL=y
  CONFIG_TCG_TIS_I2C_INFINEON=y


--
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to