diff options
author | Daniel De Graaf <dgdegra@tycho.nsa.gov> | 2013-07-30 13:29:47 -0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-08-09 10:57:06 -0400 |
commit | e2683957fb268c6b29316fd9e7191e13239a30a5 (patch) | |
tree | dca5158cc38a7b469f36999749d5a9bc100ded01 /drivers/char/tpm/Kconfig | |
parent | 6efa20e49b9cb1db1ab66870cc37323474a75a13 (diff) |
drivers/tpm: add xen tpmfront interface
This is a complete rewrite of the Xen TPM frontend driver, taking
advantage of a simplified frontend/backend interface and adding support
for cancellation and timeouts. The backend for this driver is provided
by a vTPM stub domain using the interface in Xen 4.3.
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Peter Huewe <peterhuewe@gmx.de>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/char/tpm/Kconfig')
-rw-r--r-- | drivers/char/tpm/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index dbfd56446c31..205ed35c1a31 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig | |||
@@ -91,4 +91,15 @@ config TCG_ST33_I2C | |||
91 | To compile this driver as a module, choose M here; the module will be | 91 | To compile this driver as a module, choose M here; the module will be |
92 | called tpm_stm_st33_i2c. | 92 | called tpm_stm_st33_i2c. |
93 | 93 | ||
94 | config TCG_XEN | ||
95 | tristate "XEN TPM Interface" | ||
96 | depends on TCG_TPM && XEN | ||
97 | ---help--- | ||
98 | If you want to make TPM support available to a Xen user domain, | ||
99 | say Yes and it will be accessible from within Linux. See | ||
100 | the manpages for xl, xl.conf, and docs/misc/vtpm.txt in | ||
101 | the Xen source repository for more details. | ||
102 | To compile this driver as a module, choose M here; the module | ||
103 | will be called xen-tpmfront. | ||
104 | |||
94 | endif # TCG_TPM | 105 | endif # TCG_TPM |