diff options
author | Stefan Berger <stefanb@linux.vnet.ibm.com> | 2020-01-21 10:29:34 -0500 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2020-02-02 14:07:57 +1100 |
commit | 942e7954c845a842b820b3cf6b7e7bb73d788284 (patch) | |
tree | 1d038233b08f66a325b5b24baace76bb9069621d /hw/tpm | |
parent | ee9a8129d3d975271d4efed1b37b7dac956e7bf5 (diff) |
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')
-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 |