diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-10-22 01:14:47 +0200 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2013-10-22 19:43:12 +0200 |
commit | 4ef4c943a0eabd2e0cd37d07c3a6b1da8e73efdf (patch) | |
tree | 67de995ca07f10c57cbf82bb974c94e66abfa98c | |
parent | b3f2436addff1a18db44bf6abff7a1bd14fc4696 (diff) | |
download | op-kernel-dev-4ef4c943a0eabd2e0cd37d07c3a6b1da8e73efdf.zip op-kernel-dev-4ef4c943a0eabd2e0cd37d07c3a6b1da8e73efdf.tar.gz |
tpm: use tabs instead of whitespaces in Kconfig
just like the other entries
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
-rw-r--r-- | drivers/char/tpm/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index dd7a82b..1a65838 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" |