aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-10-22 01:14:47 +0200
committerPeter Huewe <peterhuewe@gmx.de>2013-10-22 19:43:12 +0200
commit4ef4c943a0eabd2e0cd37d07c3a6b1da8e73efdf (patch)
tree67de995ca07f10c57cbf82bb974c94e66abfa98c /drivers/char
parenttpm: Fix module name description in Kconfig for tpm_i2c_infineon (diff)
downloadlinux-dev-4ef4c943a0eabd2e0cd37d07c3a6b1da8e73efdf.tar.xz
linux-dev-4ef4c943a0eabd2e0cd37d07c3a6b1da8e73efdf.zip
tpm: use tabs instead of whitespaces in Kconfig
just like the other entries Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/tpm/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig
index dd7a82bfa7cf..1a65838888cd 100644
--- a/drivers/char/tpm/Kconfig
+++ b/drivers/char/tpm/Kconfig
@@ -101,14 +101,14 @@ config TCG_IBMVTPM
as a module, choose M here; the module will be called tpm_ibmvtpm.
config TCG_ST33_I2C
- tristate "STMicroelectronics ST33 I2C TPM"
- depends on I2C
- depends on GPIOLIB
- ---help---
- If you have a TPM security chip from STMicroelectronics working with
- an I2C bus 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_stm_st33_i2c.
+ tristate "STMicroelectronics ST33 I2C TPM"
+ depends on I2C
+ depends on GPIOLIB
+ ---help---
+ If you have a TPM security chip from STMicroelectronics working with
+ an I2C bus 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_stm_st33_i2c.
config TCG_XEN
tristate "XEN TPM Interface"