From: Peter Huewe Date: Mon, 21 Oct 2013 23:12:15 +0000 (+0200) Subject: tpm: Fix module name description in Kconfig for tpm_i2c_infineon X-Git-Tag: v3.13-rc1~18^2~38 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b3f2436addff1a18db44bf6abff7a1bd14fc4696;p=linux.git 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 --- 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 Specification 0.20 say Yes and it will be accessible from within Linux. To compile this driver as a module, choose M here; the module - will be called tpm_tis_i2c_infineon. + will be called tpm_i2c_infineon. config TCG_TIS_I2C_NUVOTON tristate "TPM Interface Specification 1.2 Interface (I2C - Nuvoton)"