aboutsummaryrefslogtreecommitdiff
path: root/hw/tpm/Kconfig
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.vnet.ibm.com>2020-01-21 10:29:34 -0500
committerDavid Gibson <david@gibson.dropbear.id.au>2020-02-02 14:07:57 +1100
commit942e7954c845a842b820b3cf6b7e7bb73d788284 (patch)
tree1d038233b08f66a325b5b24baace76bb9069621d /hw/tpm/Kconfig
parentee9a8129d3d975271d4efed1b37b7dac956e7bf5 (diff)
downloadqemu-942e7954c845a842b820b3cf6b7e7bb73d788284.zip
qemu-942e7954c845a842b820b3cf6b7e7bb73d788284.tar.gz
qemu-942e7954c845a842b820b3cf6b7e7bb73d788284.tar.bz2
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 4d4ab08..9e67d99 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