Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5194
b: refs/heads/master
c: ebb81fd
h: refs/heads/master
v: v3
  • Loading branch information
Marcel Selhorst authored and Linus Torvalds committed Jul 27, 2005
1 parent 3d364d9 commit 1119739
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e77e17161ccb8bd877bf83b3611cd318e451c605
refs/heads/master: ebb81fdb3dd0be7514b84197c4f8388a17130f04
11 changes: 11 additions & 0 deletions trunk/drivers/char/tpm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,16 @@ config TCG_ATMEL
will be accessible from within Linux. To compile this driver
as a module, choose M here; the module will be called tpm_atmel.

config TCG_INFINEON
tristate "Infineon Technologies SLD 9630 TPM Interface"
depends on TCG_TPM
---help---
If you have a TPM security chip from Infineon Technologies
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_infineon.
Further information on this driver and the supported hardware
can be found at http://www.prosec.rub.de/tpm

endmenu

2 changes: 1 addition & 1 deletion trunk/drivers/char/tpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
obj-$(CONFIG_TCG_TPM) += tpm.o
obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o

obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
Loading

0 comments on commit 1119739

Please sign in to comment.