qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 17/34] hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config


From: David Gibson
Subject: [PULL 17/34] hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
Date: Fri, 31 Jan 2020 17:09:07 +1100

From: Stefan Berger <address@hidden>

Signed-off-by: Stefan Berger <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Reviewed-by: David Gibson <address@hidden>
Message-Id: <address@hidden>
[dwg: Use default in Kconfig rather than select to avoid breaking
 Windows host build]
Signed-off-by: David Gibson <address@hidden>
---
 hw/tpm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.24.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]