]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 21 Jan 2020 15:29:34 +0000 (10:29 -0500)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 2 Feb 2020 03:07:57 +0000 (14:07 +1100)
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>
hw/tpm/Kconfig

index 4d4ab0855c6cf743db0a251db0eec312a2bb7af7..9e67d990e8513e7183a7411a233cb1ccd96a9799 100644 (file)
@@ -25,6 +25,6 @@ config TPM_EMULATOR
 
 config TPM_SPAPR
     bool
-    default n
+    default y
     depends on TPM && PSERIES
     select TPMDEV