diff options
author | Stefan Berger | 2020-01-21 16:29:34 +0100 |
---|---|---|
committer | David Gibson | 2020-02-02 04:07:57 +0100 |
commit | 942e7954c845a842b820b3cf6b7e7bb73d788284 (patch) | |
tree | 1d038233b08f66a325b5b24baace76bb9069621d /hw/tpm/Kconfig | |
parent | tpm_spapr: Support suspend and resume (diff) | |
download | qemu-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/Kconfig | 2 |
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 |