Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329091
b: refs/heads/master
c: 132f762
h: refs/heads/master
i:
  329089: 6782146
  329087: 96830df
v: v3
  • Loading branch information
Ashley Lai authored and Kent Yoder committed Aug 22, 2012
1 parent edf77dc commit a3a0610
Show file tree
Hide file tree
Showing 6 changed files with 837 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e72fe73bfc7e4219b8dd212026c7113f4e37f91
refs/heads/master: 132f7629474424418a5cdd666796ad3cfa4dc0c5
8 changes: 8 additions & 0 deletions trunk/drivers/char/tpm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,12 @@ config TCG_INFINEON
Further information on this driver and the supported hardware
can be found at http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/

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.

endif # TCG_TPM
1 change: 1 addition & 0 deletions trunk/drivers/char/tpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ obj-$(CONFIG_TCG_TIS_I2C_INFINEON) += tpm_i2c_infineon.o
obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
obj-$(CONFIG_TCG_IBMVTPM) += tpm_ibmvtpm.o
1 change: 1 addition & 0 deletions trunk/drivers/char/tpm/tpm.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ struct tpm_vendor_specific {
bool timeout_adjusted;
unsigned long duration[3]; /* jiffies */
bool duration_adjusted;
void *data;

wait_queue_head_t read_queue;
wait_queue_head_t int_queue;
Expand Down
Loading

0 comments on commit a3a0610

Please sign in to comment.