2005-04-17 02:20:36 +04:00
#
# TPM device configuration
#
menu "TPM devices"
config TCG_TPM
tristate "TPM Hardware Support"
2005-11-18 12:10:59 +03:00
depends on EXPERIMENTAL
2005-04-17 02:20:36 +04: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.
2005-08-24 20:10:49 +04:00
Note: For more TPM drivers enable CONFIG_PNP, CONFIG_ACPI
2005-08-05 22:59:33 +04:00
and CONFIG_PNPACPI.
2005-04-17 02:20:36 +04:00
config TCG_NSC
tristate "National Semiconductor TPM Interface"
depends on TCG_TPM
---help---
If you have a TPM security chip from National Semicondutor
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"
depends on TCG_TPM
---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 22:45:12 +04:00
config TCG_INFINEON
2005-08-05 22:59:33 +04:00
tristate "Infineon Technologies TPM Interface"
depends on TCG_TPM && PNPACPI
2005-07-27 22:45:12 +04:00
---help---
If you have a TPM security chip from Infineon Technologies
2005-08-05 22:59:33 +04: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 22:45:12 +04:00
will be called tpm_infineon.
Further information on this driver and the supported hardware
can be found at http://www.prosec.rub.de/tpm
2005-04-17 02:20:36 +04:00
endmenu