On 2017-10-28 10:16 AM, [email protected] wrote:
From: Lei Yang <[email protected]>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 <[email protected]> --- 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 [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
