summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-05-24 20:14:11 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-06-03 14:03:02 +0200
commit7f27154d5042bae6fd9ac200e23a28ecca3387a0 (patch)
tree7fb4864b36579644b0779183781e39c542ebd115
parentf6adb8e7e3ed945a6ab36edd4c56a49a171761c0 (diff)
downloadfocaccia-qemu-7f27154d5042bae6fd9ac200e23a28ecca3387a0.tar.gz
focaccia-qemu-7f27154d5042bae6fd9ac200e23a28ecca3387a0.zip
configure: remove tpm_passthrough & tpm_emulator
This is a left-over from commit 7aaa6a16373 "tpm: express dependencies
with Kconfig".

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190524181411.8599-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index 6cdcfb2dc3..b091b82cb3 100755
--- a/configure
+++ b/configure
@@ -6452,8 +6452,6 @@ echo "gcov              $gcov_tool"
 echo "gcov enabled      $gcov"
 echo "TPM support       $tpm"
 echo "libssh2 support   $libssh2"
-echo "TPM passthrough   $tpm_passthrough"
-echo "TPM emulator      $tpm_emulator"
 echo "QOM debugging     $qom_cast_debug"
 echo "Live block migration $live_block_migration"
 echo "lzo support       $lzo"
@@ -7158,14 +7156,6 @@ fi
 
 if test "$tpm" = "yes"; then
   echo 'CONFIG_TPM=$(CONFIG_SOFTMMU)' >> $config_host_mak
-  # TPM passthrough support?
-  if test "$tpm_passthrough" = "yes"; then
-    echo "CONFIG_TPM_PASSTHROUGH=y" >> $config_host_mak
-  fi
-  # TPM emulator support?
-  if test "$tpm_emulator" = "yes"; then
-    echo "CONFIG_TPM_EMULATOR=y" >> $config_host_mak
-  fi
 fi
 
 echo "TRACE_BACKENDS=$trace_backends" >> $config_host_mak