Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # TPM device configuration
  3. #
  4. menu "TPM devices"
  5. config TCG_TPM
  6. tristate "TPM Hardware Support"
  7. depends on EXPERIMENTAL && PCI
  8. ---help---
  9. If you have a TPM security chip in your system, which
  10. implements the Trusted Computing Group's specification,
  11. say Yes and it will be accessible from within Linux. For
  12. more information see <http://www.trustedcomputinggroup.org>.
  13. An implementation of the Trusted Software Stack (TSS), the
  14. userspace enablement piece of the specification, can be
  15. obtained at: <http://sourceforge.net/projects/trousers>. To
  16. compile this driver as a module, choose M here; the module
  17. will be called tpm. If unsure, say N.
  18. config TCG_NSC
  19. tristate "National Semiconductor TPM Interface"
  20. depends on TCG_TPM
  21. ---help---
  22. If you have a TPM security chip from National Semicondutor
  23. say Yes and it will be accessible from within Linux. To
  24. compile this driver as a module, choose M here; the module
  25. will be called tpm_nsc.
  26. config TCG_ATMEL
  27. tristate "Atmel TPM Interface"
  28. depends on TCG_TPM
  29. ---help---
  30. If you have a TPM security chip from Atmel say Yes and it
  31. will be accessible from within Linux. To compile this driver
  32. as a module, choose M here; the module will be called tpm_atmel.
  33. endmenu