2005-04-16 15:20:36 -07:00
#
# TPM device configuration
#
2007-07-15 23:39:31 -07:00
menuconfig TCG_TPM
2005-04-16 15:20:36 -07:00
tristate "TPM Hardware Support"
2007-07-15 23:39:31 -07:00
depends on HAS_IOMEM
2008-08-22 11:35:57 -04:00
select SECURITYFS
2005-04-16 15:20:36 -07:00
---help---
If you have a TPM security chip in your system, which
implements the Trusted Computing Group's specification,
say Yes and it will be accessible from within Linux. For
more information see <http://www.trustedcomputinggroup.org>.
An implementation of the Trusted Software Stack (TSS), the
userspace enablement piece of the specification, can be
obtained at: <http://sourceforge.net/projects/trousers>. To
compile this driver as a module, choose M here; the module
will be called tpm. If unsure, say N.
2010-05-13 17:37:54 -03:00
Notes:
1) For more TPM drivers enable CONFIG_PNP, CONFIG_ACPI
2010-05-07 09:19:29 +10:00
and CONFIG_PNPACPI.
2010-05-13 17:37:54 -03:00
2) Without ACPI enabled, the BIOS event log won't be accessible,
which is required to validate the PCR 0-7 values.
2005-04-16 15:20:36 -07:00
2007-07-15 23:39:31 -07:00
if TCG_TPM
2006-04-22 02:38:03 -07:00
config TCG_TIS
tristate "TPM Interface Specification 1.2 Interface"
2011-11-01 09:42:58 -02:00
depends on X86
2006-04-22 02:38:03 -07:00
---help---
If you have a TPM security chip that is compliant with the
TCG TIS 1.2 TPM specification 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.
2012-08-07 11:42:32 +02:00
config TCG_TIS_I2C_INFINEON
tristate "TPM Interface Specification 1.2 Interface (I2C - Infineon)"
depends on I2C
---help---
If you have a TPM security chip that is compliant with the
TCG TIS 1.2 TPM specification and Infineon's I2C Protocol Stack
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.
2005-04-16 15:20:36 -07:00
config TCG_NSC
tristate "National Semiconductor TPM Interface"
2011-11-01 09:42:58 -02:00
depends on X86
2005-04-16 15:20:36 -07:00
---help---
2007-05-09 07:12:20 +02:00
If you have a TPM security chip from National Semiconductor
2005-04-16 15:20:36 -07:00
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_nsc.
config TCG_ATMEL
tristate "Atmel TPM Interface"
2011-08-08 13:08:19 +02:00
depends on PPC64 || HAS_IOPORT
2005-04-16 15:20:36 -07:00
---help---
If you have a TPM security chip from Atmel 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_atmel.
2005-07-27 11:45:12 -07:00
config TCG_INFINEON
2005-08-05 11:59:33 -07:00
tristate "Infineon Technologies TPM Interface"
2008-04-29 01:03:25 -07:00
depends on PNP
2005-07-27 11:45:12 -07:00
---help---
If you have a TPM security chip from Infineon Technologies
2005-08-05 11:59:33 -07:00
(either SLD 9630 TT 1.1 or SLB 9635 TT 1.2) say Yes and it
will be accessible from within Linux.
To compile this driver as a module, choose M here; the module
2005-07-27 11:45:12 -07:00
will be called tpm_infineon.
Further information on this driver and the supported hardware
2010-10-18 11:03:14 +02:00
can be found at http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/
2005-07-27 11:45:12 -07:00
2012-08-22 16:17:43 -05:00
config TCG_IBMVTPM
tristate "IBM VTPM Interface"
depends on PPC64
---help---
If you have IBM virtual TPM (VTPM) support 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_ibmvtpm.
2007-07-15 23:39:31 -07:00
endif # TCG_TPM