From: Stefan Berger Date: Tue, 21 Jan 2020 15:29:34 +0000 (-0500) Subject: hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config X-Git-Tag: v5.0.0-rc0~113^2~18 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=942e7954c845a842b820b3cf6b7e7bb73d788284;p=qemu-xen-unstable.git hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config Signed-off-by: Stefan Berger Reviewed-by: Marc-André Lureau Reviewed-by: David Gibson 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 --- 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