diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-10-21 19:14:47 -0400 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2013-10-22 13:43:12 -0400 |
commit | 4ef4c943a0eabd2e0cd37d07c3a6b1da8e73efdf (patch) | |
tree | 67de995ca07f10c57cbf82bb974c94e66abfa98c /drivers/char | |
parent | b3f2436addff1a18db44bf6abff7a1bd14fc4696 (diff) |
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/Kconfig | 16 |
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 | |||
101 | as a module, choose M here; the module will be called tpm_ibmvtpm. | 101 | as a module, choose M here; the module will be called tpm_ibmvtpm. |
102 | 102 | ||
103 | config TCG_ST33_I2C | 103 | config TCG_ST33_I2C |
104 | tristate "STMicroelectronics ST33 I2C TPM" | 104 | tristate "STMicroelectronics ST33 I2C TPM" |
105 | depends on I2C | 105 | depends on I2C |
106 | depends on GPIOLIB | 106 | depends on GPIOLIB |
107 | ---help--- | 107 | ---help--- |
108 | If you have a TPM security chip from STMicroelectronics working with | 108 | If you have a TPM security chip from STMicroelectronics working with |
109 | an I2C bus say Yes and it will be accessible from within Linux. | 109 | an I2C bus say Yes and it will be accessible from within Linux. |
110 | To compile this driver as a module, choose M here; the module will be | 110 | To compile this driver as a module, choose M here; the module will be |
111 | called tpm_stm_st33_i2c. | 111 | called tpm_stm_st33_i2c. |
112 | 112 | ||
113 | config TCG_XEN | 113 | config TCG_XEN |
114 | tristate "XEN TPM Interface" | 114 | tristate "XEN TPM Interface" |