diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2015-03-14 19:54:43 -0400 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2015-03-18 17:43:07 -0400 |
commit | 44506436d707ee89db4c7cf7b5bf07c9b8ae71b0 (patch) | |
tree | 37d98b345158a396a89b6741141fe526c1422830 | |
parent | 92a2c6b26b72a65714e8433bb0ee2ad1866df5cf (diff) |
tpm: Update KConfig text to include TPM2.0 FIFO chips
I got a lot of requests lately about whether the new TPM2.0 support
includes the FIFO interface for TPM2.0 as well.
The FIFO interface is handled by tpm_tis since FIFO=TIS (more or less).
-> Update the helptext and headline
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
-rw-r--r-- | drivers/char/tpm/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index 2dc16d3b2336..3b84a8b1bfbe 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig | |||
@@ -25,13 +25,14 @@ menuconfig TCG_TPM | |||
25 | if TCG_TPM | 25 | if TCG_TPM |
26 | 26 | ||
27 | config TCG_TIS | 27 | config TCG_TIS |
28 | tristate "TPM Interface Specification 1.2 Interface" | 28 | tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface" |
29 | depends on X86 | 29 | depends on X86 |
30 | ---help--- | 30 | ---help--- |
31 | If you have a TPM security chip that is compliant with the | 31 | If you have a TPM security chip that is compliant with the |
32 | TCG TIS 1.2 TPM specification say Yes and it will be accessible | 32 | TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO |
33 | from within Linux. To compile this driver as a module, choose | 33 | specification (TPM2.0) say Yes and it will be accessible from |
34 | M here; the module will be called tpm_tis. | 34 | within Linux. To compile this driver as a module, choose M here; |
35 | the module will be called tpm_tis. | ||
35 | 36 | ||
36 | config TCG_TIS_I2C_ATMEL | 37 | config TCG_TIS_I2C_ATMEL |
37 | tristate "TPM Interface Specification 1.2 Interface (I2C - Atmel)" | 38 | tristate "TPM Interface Specification 1.2 Interface (I2C - Atmel)" |