Skip to content

Commit

Permalink
tpm: use tabs instead of whitespaces in Kconfig
Browse files Browse the repository at this point in the history
just like the other entries

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
  • Loading branch information
Peter Huewe committed Oct 22, 2013
1 parent b3f2436 commit 4ef4c94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions drivers/char/tpm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ef4c94

Please sign in to comment.