diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-10-21 19:12:15 -0400 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2013-10-22 13:43:10 -0400 |
commit | b3f2436addff1a18db44bf6abff7a1bd14fc4696 (patch) | |
tree | f517a5729f0553627b0791c050c65da7c740aa97 /drivers/char/tpm | |
parent | a2871c62e1865c45f87a9343de76f727fb7a0ffd (diff) |
tpm: Fix module name description in Kconfig for tpm_i2c_infineon
This patch changes the displayed module name from
tpm_tis_i2c_infineon to its actual name tpm_i2c_infineon.
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r-- | drivers/char/tpm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index f9085860b716..dd7a82bfa7cf 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig | |||
@@ -51,7 +51,7 @@ config TCG_TIS_I2C_INFINEON | |||
51 | Specification 0.20 say Yes and it will be accessible from within | 51 | Specification 0.20 say Yes and it will be accessible from within |
52 | Linux. | 52 | Linux. |
53 | To compile this driver as a module, choose M here; the module | 53 | To compile this driver as a module, choose M here; the module |
54 | will be called tpm_tis_i2c_infineon. | 54 | will be called tpm_i2c_infineon. |
55 | 55 | ||
56 | config TCG_TIS_I2C_NUVOTON | 56 | config TCG_TIS_I2C_NUVOTON |
57 | tristate "TPM Interface Specification 1.2 Interface (I2C - Nuvoton)" | 57 | tristate "TPM Interface Specification 1.2 Interface (I2C - Nuvoton)" |