summaryrefslogtreecommitdiffstats
path: root/hw/tpm/Kconfig
diff options
context:
space:
mode:
authorStefan Berger2020-01-21 16:29:34 +0100
committerDavid Gibson2020-02-02 04:07:57 +0100
commit942e7954c845a842b820b3cf6b7e7bb73d788284 (patch)
tree1d038233b08f66a325b5b24baace76bb9069621d /hw/tpm/Kconfig
parenttpm_spapr: Support suspend and resume (diff)
downloadqemu-942e7954c845a842b820b3cf6b7e7bb73d788284.tar.gz
qemu-942e7954c845a842b820b3cf6b7e7bb73d788284.tar.xz
qemu-942e7954c845a842b820b3cf6b7e7bb73d788284.zip
hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Message-Id: <20200121152935.649898-6-stefanb@linux.ibm.com> [dwg: Use default in Kconfig rather than select to avoid breaking Windows host build] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/tpm/Kconfig')
-rw-r--r--hw/tpm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tpm/Kconfig b/hw/tpm/Kconfig
index 4d4ab0855c..9e67d990e8 100644
--- a/hw/tpm/Kconfig
+++ b/hw/tpm/Kconfig
@@ -25,6 +25,6 @@ config TPM_EMULATOR
config TPM_SPAPR
bool
- default n
+ default y
depends on TPM && PSERIES
select TPMDEV