[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210826011012.2772-1-caihuoqing@baidu.com>
Date: Thu, 26 Aug 2021 09:10:12 +0800
From: Cai Huoqing <caihuoqing@...du.com>
To: <jarkko@...nel.org>, <peterhuewe@....de>, <jgg@...pe.ca>
CC: <linux-integrity@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
"Cai Huoqing" <caihuoqing@...du.com>
Subject: [PATCH v2] tpm: tis: Kconfig: Add helper dependency on COMPILE_TEST
COMPILE_TEST is helpful to find compilation errors in other platform(e.g.X86).
In this case, the support of COMPILE_TEST is added, so this module could
be compiled in other platform(e.g.X86), without ARCH_SYNQUACER configuration.
Signed-off-by: Cai Huoqing <caihuoqing@...du.com>
---
v1->v2: extend the commit message.
drivers/char/tpm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig
index d6ba644f6b00..4a5516406c22 100644
--- a/drivers/char/tpm/Kconfig
+++ b/drivers/char/tpm/Kconfig
@@ -76,7 +76,7 @@ config TCG_TIS_SPI_CR50
config TCG_TIS_SYNQUACER
tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface (MMIO - SynQuacer)"
- depends on ARCH_SYNQUACER
+ depends on ARCH_SYNQUACER || COMPILE_TEST
select TCG_TIS_CORE
help
If you have a TPM security chip that is compliant with the
--
2.25.1
Powered by blists - more mailing lists