summaryrefslogtreecommitdiffstats
path: root/default-configs/i386-softmmu.mak
diff options
context:
space:
mode:
authorStefan Berger2013-02-27 18:47:55 +0100
committerAnthony Liguori2013-03-12 19:40:55 +0100
commit1272ec881440bf579c9d3c9cd0745b2551ce6a7f (patch)
treeedc1da98deb5ad1ce2ff0e41fda25a25b5d90df8 /default-configs/i386-softmmu.mak
parentAdd support for cancelling of a TPM command (diff)
downloadqemu-1272ec881440bf579c9d3c9cd0745b2551ce6a7f.tar.gz
qemu-1272ec881440bf579c9d3c9cd0745b2551ce6a7f.tar.xz
qemu-1272ec881440bf579c9d3c9cd0745b2551ce6a7f.zip
Build TPM passthrough for i386 and x86_64 targets
Build the TPM passthrough driver only for i386 and x86_64 targets using the default-configs files for those targets with softmmu. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Reviewed-by: Corey Bryant <coreyb@linux.vnet.ibm.com> Reviewed-by: Joel Schopp <jschopp@linux.vnet.ibm.com> Message-id: 1361987275-26289-8-git-send-email-stefanb@linux.vnet.ibm.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/i386-softmmu.mak')
-rw-r--r--default-configs/i386-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak
index f70594d3d4..df9e126c1f 100644
--- a/default-configs/i386-softmmu.mak
+++ b/default-configs/i386-softmmu.mak
@@ -27,3 +27,4 @@ CONFIG_APPLESMC=y
CONFIG_I8259=y
CONFIG_PFLASH_CFI01=y
CONFIG_TPM_TIS=y
+CONFIG_TPM_PASSTHROUGH=y